Searched refs:ImAtof (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h222 static inline double ImAtof(const char* s) { return atof(s); } function in typeref:typename:double
H A Dimgui_widgets.cpp1703 v = (TYPE)ImAtof(p);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h222 static inline double ImAtof(const char* s) { return atof(s); } function in typeref:typename:double
H A Dimgui_widgets.cpp1703 v = (TYPE)ImAtof(p);

Completed in 35 milliseconds