Home
last modified time | relevance | path

Searched refs:float_format (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/python/google/protobuf/
Dtext_format.py130 float_format=None, argument
190 float_format,
229 float_format=None, argument
242 float_format=float_format,
261 float_format=None, argument
269 use_index_order, float_format, double_format,
285 float_format=None, argument
293 use_index_order, float_format, double_format,
342 float_format=None, argument
392 self.float_format = float_format
[all …]
Djson_format.py199 self.float_format = '.{}g'.format(float_precision)
201 self.float_format = None
316 if self.float_format:
317 return float(format(value, self.float_format))
/third_party/python/Objects/
Dfloatobject.c1696 static float_format_type double_format, float_format; variable
1726 r = float_format; in float___getformat___impl()
1783 p = &float_format; in float___set_format___impl()
2018 float_format = detected_float_format; in _PyFloat_Init()
2186 if (float_format == unknown_format) { in _PyFloat_Pack4()
2272 if ((float_format == ieee_little_endian_format && !le) in _PyFloat_Pack4()
2273 || (float_format == ieee_big_endian_format && le)) { in _PyFloat_Pack4()
2492 if (float_format == unknown_format) { in _PyFloat_Unpack4()
2548 if ((float_format == ieee_little_endian_format && !le) in _PyFloat_Unpack4()
2549 || (float_format == ieee_big_endian_format && le)) { in _PyFloat_Unpack4()
/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py386 text_message = text_format.MessageToString(message, float_format='.15g')
394 float_format='.15g')
406 text_message = text_format.MessageToString(message, float_format='.7g',
417 text_message = text_format.MessageToString(message, float_format='.7g')
/third_party/mesa3d/src/imgui/
Dimgui.h516 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value() argument
5421 if (float_format) in Value()
5424 ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format); in Value()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h510 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
Dimgui_widgets.cpp5394 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value() argument
5396 if (float_format) in Value()
5399 ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format); in Value()
/third_party/skia/third_party/externals/imgui/
Dimgui.h647 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
Dimgui_widgets.cpp6597 void ImGui::Value(const char* prefix, float v, const char* float_format) in Value() argument
6599 if (float_format) in Value()
6602 ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format); in Value()
/third_party/python/Tools/c-analyzer/
DTODO59 Objects/floatobject.c:float_format static float_format_type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2911 Objects/floatobject.c - float_format -