Home
last modified time | relevance | path

Searched refs:LDBL_MAX_EXP (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Headers/
Dfloat.c154 #ifndef LDBL_MAX_EXP
156 #elif LDBL_MAX_EXP < 1
159 #if ((FLT_MAX_EXP > DBL_MAX_EXP) || (DBL_MAX_EXP > LDBL_MAX_EXP))
215 _Static_assert(LDBL_MAX_EXP == __LDBL_MAX_EXP__, "");
/external/llvm-project/clang/test/Headers/
Dfloat.c181 #ifndef LDBL_MAX_EXP
183 #elif LDBL_MAX_EXP < 1
186 #if ((FLT_MAX_EXP > DBL_MAX_EXP) || (DBL_MAX_EXP > LDBL_MAX_EXP))
242 _Static_assert(LDBL_MAX_EXP == __LDBL_MAX_EXP__, "");
/external/clang/lib/Headers/
Dfloat.h56 # undef LDBL_MAX_EXP
107 #define LDBL_MAX_EXP __LDBL_MAX_EXP__ macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp118 #ifndef LDBL_MAX_EXP
119 #error LDBL_MAX_EXP not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp118 #ifndef LDBL_MAX_EXP
119 #error LDBL_MAX_EXP not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp116 #ifndef LDBL_MAX_EXP
117 #error LDBL_MAX_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp116 #ifndef LDBL_MAX_EXP
117 #error LDBL_MAX_EXP not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h54 # undef LDBL_MAX_EXP
108 #define LDBL_MAX_EXP __LDBL_MAX_EXP__ macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent.pass.cpp56 test<long double, LDBL_MAX_EXP>(); in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent.pass.cpp57 test<long double, LDBL_MAX_EXP>(); in main()
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h58 #define __LDBL_MAX_EXP__ LDBL_MAX_EXP
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h59 #define __LDBL_MAX_EXP__ LDBL_MAX_EXP
/external/llvm-project/libcxx/include/
Dcfloat49 LDBL_MAX_EXP
/external/libcxx/include/
Dcfloat50 LDBL_MAX_EXP
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h81 #define __LDBL_MAX_EXP__ LDBL_MAX_EXP
/external/libcxx/include/support/ibm/
Dlimits.h82 #define __LDBL_MAX_EXP__ LDBL_MAX_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py93 LDBL_MAX_EXP = DBL_MAX_EXP variable
/external/e2fsprogs/intl/
Dvasnprintf.c416 (unsigned int) (LDBL_MAX_EXP in VASNPRINTF()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc132 SYMBOL(LDBL_MAX_EXP, None, <float.h>)