Searched refs:DBL_MAX_10_EXP (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp94 #ifndef DBL_MAX_10_EXP
95 #error DBL_MAX_10_EXP not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp94 #ifndef DBL_MAX_10_EXP
95 #error DBL_MAX_10_EXP not defined
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dmax_exponent10.pass.cpp51 test<double, DBL_MAX_10_EXP>();
/external/clang/lib/Headers/
H A Dfloat.h56 # undef DBL_MAX_10_EXP macro
103 #define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ macro
/external/libcxx/include/support/win32/
H A Dlimits_win32.h43 #define __DBL_MAX_10_EXP__ DBL_MAX_10_EXP
/external/libcxx/include/support/ibm/
H A Dlimits.h71 #define __DBL_MAX_10_EXP__ DBL_MAX_10_EXP
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c285 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP
/external/libxml2/
H A Dtrio.c285 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP
/external/stlport/stlport/stl/
H A D_limits.h438 DBL_MAX_10_EXP, // Maximum base 10 exponent
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc101 * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
257 #define DBL_MAX_10_EXP 308 macro
264 #define DBL_MAX_10_EXP 75 macro
272 #define DBL_MAX_10_EXP 38 macro
339 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
2772 if (e1 > DBL_MAX_10_EXP) {
/external/stlport/src/
H A Dnum_put_float.cpp112 # define MAXEDIGITS int(_Dig<DBL_MAX_10_EXP>::dig)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp294 // DBL_MAX_10_EXP to be a compile-time constant.
298 #if DBL_MAX_10_EXP > 300
319 #elif DBL_MAX_10_EXP > 70
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp298 // DBL_MAX_10_EXP to be a compile-time constant.
302 #if DBL_MAX_10_EXP > 300
323 #elif DBL_MAX_10_EXP > 70

Completed in 2725 milliseconds