Home
last modified time | relevance | path

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

/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.h43 # undef FLT_DIG
86 #define FLT_DIG __FLT_DIG__ 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
Dmodule.modulemap70 FLT_DIG, FLT_EPSILON, FLT_MANT_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/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1227 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
1241 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
1250 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+2, value); in FloatToBuffer()
/external/libxml2/
Dtrio.c2715 ? FLT_DIG
2748 precision = FLT_DIG;