Home
last modified time | relevance | path

Searched defs:InputDouble (Results 1 – 2 of 2) 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/mesa3d/src/imgui/
Dimgui_widgets.cpp2813 bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* fo… in InputDouble() function in ImGui