Home
last modified time | relevance | path

Searched defs:float_format (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/
Dtext_format.py126 float_format=None, argument
212 float_format=None, argument
242 float_format=None, argument
264 float_format=None, argument
318 float_format=None, argument
/external/python/cpython3/Objects/
Dfloatobject.c1650 static float_format_type double_format, float_format; variable
/external/python/cpython2/Objects/
Dfloatobject.c1864 static float_format_type double_format, float_format; variable
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value()