Home
last modified time | relevance | path

Searched refs:LDBL_MIN_10_EXP (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/Headers/
Dfloat.c137 #ifndef LDBL_MIN_10_EXP
139 #elif LDBL_MIN_10_EXP > -37
211 _Static_assert(LDBL_MIN_10_EXP == __LDBL_MIN_10_EXP__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp74 #ifndef LDBL_MIN_10_EXP
75 #error LDBL_MIN_10_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp74 #ifndef LDBL_MIN_10_EXP
75 #error LDBL_MIN_10_EXP not defined
/external/clang/lib/Headers/
Dfloat.h53 # undef LDBL_MIN_10_EXP
103 #define LDBL_MIN_10_EXP __LDBL_MIN_10_EXP__ macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent10.pass.cpp52 test<long double, LDBL_MIN_10_EXP>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h58 #define __LDBL_MIN_10_EXP__ LDBL_MIN_10_EXP
/external/libcxx/include/
Dcfloat39 LDBL_MIN_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h81 #define __LDBL_MIN_10_EXP__ LDBL_MIN_10_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py92 LDBL_MIN_10_EXP = DBL_MIN_10_EXP variable