Home
last modified time | relevance | path

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

/third_party/musl/include/
Dfloat.h23 #define FLT_DIG 6 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h23 #define FLT_DIG 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h27 #define FLT_DIG 6 macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dfloat.h43 #undef FLT_DIG
46 #define FLT_DIG __FLT_DIG__ macro
/third_party/musl/libc-test/src/api/
Dfloat.c14 C(FLT_DIG) in f()
/third_party/grpc/third_party/upb/upb/pb/
Dtextprinter.c178 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument
/third_party/boost/libs/config/test/
Dmath_info.cpp316 PRINT_EXPRESSION(FLT_DIG); in main()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1368 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
1382 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
1391 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+3, value); in FloatToBuffer()
/third_party/protobuf/objectivec/
DGPBDictionary.m1075 //%[NSString stringWithFormat:@"%.*g", FLT_DIG, VALUE]
2494 …block([NSString stringWithFormat:@"%u", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
4244 …block([NSString stringWithFormat:@"%d", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
5994 …block([NSString stringWithFormat:@"%llu", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
7744 …block([NSString stringWithFormat:@"%lld", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
9538 block(key, [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
11216 block(@"false", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[0]]);
11219 block(@"true", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[1]]);
DGPBUtilities.m1839 FIELD_CASE(Float, float, Float, @"%.*g", FLT_DIG)
1963 FIELD_CASE(Float, float, floatValue, @"%.*g", FLT_DIG)
/third_party/libxml2/
Dtrio.c2715 ? FLT_DIG
2748 precision = FLT_DIG;
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8725 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument