Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Dtext_format.py101 float_format=None, argument
226 float_format=None, argument
288 float_format=None, argument
312 float_format=None, argument
368 float_format=None, argument
/third_party/python/Objects/
Dfloatobject.c1732 static float_format_type double_format, float_format; variable
/third_party/mesa3d/src/util/
Dparson.c1269 …const char *float_format = parson_float_format ? parson_float_format : PARSON_DEFAULT_FLOAT_FORMAT; in json_serialize_to_buffer_r() local
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value()