Home
last modified time | relevance | path

Searched refs:InputDouble (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h45 double InputDouble(size_t index) { return ToDouble(instr_->InputAt(index)); } in InputDouble() function in v8::internal::compiler::InstructionOperandConverter
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc56 DCHECK_EQ(0, bit_cast<int64_t>(InputDouble(index))); in InputFloat64OrZeroRegister()
1643 DCHECK_EQ(0.0, i.InputDouble(1)); in AssembleArchInstruction()
1644 __ Fcmp(i.InputDoubleRegister(0), i.InputDouble(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1349 DCHECK_EQ(0.0, i.InputDouble(1)); in AssembleArchInstruction()
1350 __ VFPCompareAndSetFlags(i.InputDoubleRegister(0), i.InputDouble(1)); in AssembleArchInstruction()
/third_party/mesa3d/src/imgui/
H A Dimgui.h446 // - Most of the ImGuiInputTextFlags flags are only useful for InputText() and not for InputFloatX, InputIntX, InputDouble etc.
457 IMGUI_API bool InputDouble(const char* label, double* v, double step = 0.0, double step_fast = 0.0, const char* format = "%.6f", ImGuiInputTextFlags flags = 0);
H A Dimgui_widgets.cpp2540 // - InputDouble()
2813 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* format, ImGuiInputTextFlags flags)
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h572 // - Most of the ImGuiInputTextFlags flags are only useful for InputText() and not for InputFloatX, InputIntX, InputDouble etc.
584 IMGUI_API bool InputDouble(const char* label, double* v, double step = 0.0, double step_fast = 0.0, const char* format = "%.6f", ImGuiInputTextFlags flags = 0);
H A Dimgui_demo.cpp658 ImGui::InputDouble("input double", &d0, 0.01f, 1.0f, "%.8f"); in ShowDemoWindowWidgets()
H A Dimgui_widgets.cpp3277 // - InputDouble()
3568 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* format, ImGuiInputTextFlags flags)
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc65 DCHECK_EQ(0, bit_cast<int64_t>(InputDouble(index))); in InputOrZeroRegister()

Completed in 63 milliseconds