Home
last modified time | relevance | path

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

/third_party/musl/include/
Dfloat.h23 #define FLT_DIG 6 macro
/third_party/musl/ndk_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/uniproton/kernel/include/
Dfloat.h23 #define FLT_DIG 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h23 #define FLT_DIG 6 macro
/third_party/musl/libc-test/src/api/
Dfloat.c14 C(FLT_DIG) in f()
/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/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8725 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument