Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dtext_format.py130 float_format=None, argument
229 float_format=None, argument
261 float_format=None, argument
285 float_format=None, argument
342 float_format=None, argument
/third_party/python/Objects/
Dfloatobject.c1732 static float_format_type double_format, float_format; variable
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value()