Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c90 #ifndef FLT_DIG
92 #elif FLT_DIG < 6
105 #if ((FLT_DIG > DBL_DIG) || (DBL_DIG > LDBL_DIG))
201 _Static_assert(FLT_DIG == __FLT_DIG__, "");
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp42 #ifndef FLT_DIG
43 #error FLT_DIG not defined
/external/clang/lib/Headers/
Dfloat.h45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__ macro
Dopencl-c.h180 #define FLT_DIG 6 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Ddigits10.pass.cpp54 test<float, FLT_DIG>(); in main()
/external/libcxx/include/
Dcfloat29 FLT_DIG
/external/libcxx/include/support/win32/
Dlimits_win32.h25 #define __FLT_DIG__ FLT_DIG
/external/libcxx/include/support/ibm/
Dlimits.h54 #define __FLT_DIG__ FLT_DIG
/external/python/cpython2/Lib/plat-beos5/
DIN.py78 FLT_DIG = 6 variable
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1366 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
1380 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
1389 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+2, value); in FloatToBuffer()
/external/protobuf/objectivec/
DGPBUtilities.m1307 FIELD_CASE(Float, float, Float, @"%.*g", FLT_DIG)
1431 FIELD_CASE(Float, float, floatValue, @"%.*g", FLT_DIG)
DGPBDictionary.m1154 //%[NSString stringWithFormat:@"%.*g", FLT_DIG, VALUE]
2709 …block([NSString stringWithFormat:@"%u", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
4673 …block([NSString stringWithFormat:@"%d", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
6637 …block([NSString stringWithFormat:@"%llu", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
8601 …block([NSString stringWithFormat:@"%lld", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
10609 block(key, [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
12523 block(@"false", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[0]]);
12526 block(@"true", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[1]]);
/external/libxml2/
Dtrio.c2715 ? FLT_DIG
2748 precision = FLT_DIG;
/external/protobuf/php/ext/google/protobuf/
Dupb.c9328 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10002 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument