Home
last modified time | relevance | path

Searched defs:double_format (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_floatobject.h31 enum _py_float_format_type double_format; member
/external/sdv/vsomeip/third_party/boost/spirit/workbench/karma/
Dreal_generator.cpp77 boost::format double_format("%f"); in main() local
Ddouble_performance.cpp113 boost::format double_format("%f"); in format_performance_boost_format() local
/external/cronet/tot/third_party/protobuf/python/google/protobuf/
Dtext_format.py122 double_format=None, argument
219 double_format=None, argument
281 double_format=None, argument
305 double_format=None, argument
362 double_format=None, argument
/external/protobuf/python/google/protobuf/
Dtext_format.py122 double_format=None, argument
219 double_format=None, argument
281 double_format=None, argument
305 double_format=None, argument
362 double_format=None, argument
/external/cronet/stable/third_party/protobuf/python/google/protobuf/
Dtext_format.py122 double_format=None, argument
219 double_format=None, argument
281 double_format=None, argument
305 double_format=None, argument
362 double_format=None, argument
/external/python/cpython3/Objects/
Dfloatobject.c1721 #define double_format (_PyRuntime.float_state.double_format) macro