Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py121 float_format=None, argument
218 float_format=None, argument
280 float_format=None, argument
304 float_format=None, argument
361 float_format=None, argument
/external/cronet/third_party/protobuf/python/google/protobuf/
Dtext_format.py120 float_format=None, argument
219 float_format=None, argument
251 float_format=None, argument
275 float_format=None, argument
332 float_format=None, argument
/external/python/cpython3/Objects/
Dfloatobject.c1696 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()