Home
last modified time | relevance | path

Searched refs:InputDouble (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator-impl.h45 double InputDouble(size_t index) { return ToDouble(instr_->InputAt(index)); } in InputDouble() function
/third_party/node/deps/v8/src/compiler/backend/arm64/
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/mesa3d/src/imgui/
Dimgui.h457 …IMGUI_API bool InputDouble(const char* label, double* v, double step = 0.0, double step_f…
Dimgui_widgets.cpp2813 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* fo… in InputDouble() function in ImGui
/third_party/node/deps/v8/src/compiler/backend/arm/
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/skia/third_party/externals/imgui/
Dimgui.h584 …IMGUI_API bool InputDouble(const char* label, double* v, double step = 0.0, double step_f…
Dimgui_demo.cpp658 ImGui::InputDouble("input double", &d0, 0.01f, 1.0f, "%.8f"); in ShowDemoWindowWidgets()
Dimgui_widgets.cpp3568 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* fo… in InputDouble() function in ImGui
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc65 DCHECK_EQ(0, bit_cast<int64_t>(InputDouble(index))); in InputOrZeroRegister()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2208 - InputDouble: Added InputDouble() function. We use a format string instead of a decimal_precision …