Searched refs:FLT_DIG (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/include/ |
D | float.h | 23 #define FLT_DIG 6 macro
|
/third_party/musl/ndk_musl_include/ |
D | float.h | 23 #define FLT_DIG 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | float.h | 23 #define FLT_DIG 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | float.h | 23 #define FLT_DIG 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | float.h | 23 #define FLT_DIG 6 macro
|
/third_party/musl/libc-test/src/api/ |
D | float.c | 14 C(FLT_DIG) in f()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1368 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/ |
D | GPBDictionary.m | 1075 //%[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]]);
|
D | GPBUtilities.m | 1839 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/ |
D | upb.c | 8725 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument
|