Searched refs:FLT_DIG (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/include/
H A Dfloat.h43 # undef FLT_DIG macro
86 #define FLT_DIG __FLT_DIG__ macro
/external/clang/lib/Headers/
H A Dfloat.h43 # undef FLT_DIG macro
86 #define FLT_DIG __FLT_DIG__ macro
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc35 #include <float.h> // FLT_DIG and DBL_DIG
47 // snprintf(buffer, 32, "%.*g\n", FLT_DIG, 1.23e10f);
1064 // FLT_DIG is 6 for IEEE-754 floats, which are used on almost all
1065 // platforms these days. Just in case some system exists where FLT_DIG
1068 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big);
1082 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value);
1091 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+2, value);
/external/stlport/stlport/stl/
H A D_limits.h403 FLT_DIG, // Decimal digits of precision

Completed in 54 milliseconds