Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c120 #ifndef LDBL_MIN_EXP
122 #elif LDBL_MIN_EXP > -1
207 _Static_assert(LDBL_MIN_EXP == __LDBL_MIN_EXP__, "");
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp92 #ifndef LDBL_MIN_EXP
93 #error LDBL_MIN_EXP not defined
/external/clang/lib/Headers/
Dfloat.h50 # undef LDBL_MIN_EXP
99 #define LDBL_MIN_EXP __LDBL_MIN_EXP__ macro
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp92 #ifndef LDBL_MIN_EXP
93 #error LDBL_MIN_EXP not defined
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin_exponent.pass.cpp57 test<long double, LDBL_MIN_EXP>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h57 #define __LDBL_MIN_EXP__ LDBL_MIN_EXP
/external/libcxx/include/
Dcfloat42 LDBL_MIN_EXP
/external/libcxx/include/support/ibm/
Dlimits.h80 #define __LDBL_MIN_EXP__ LDBL_MIN_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py91 LDBL_MIN_EXP = DBL_MIN_EXP variable