Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dfloat.c174 #ifndef LDBL_MAX_10_EXP
176 #elif LDBL_MAX_10_EXP < 37
179 #if ((FLT_MAX_10_EXP > DBL_MAX_10_EXP) || (DBL_MAX_10_EXP > LDBL_MAX_10_EXP))
219 _Static_assert(LDBL_MAX_10_EXP == __LDBL_MAX_10_EXP__, "");
/external/llvm-project/clang/test/Headers/
Dfloat.c201 #ifndef LDBL_MAX_10_EXP
203 #elif LDBL_MAX_10_EXP < 37
206 #if ((FLT_MAX_10_EXP > DBL_MAX_10_EXP) || (DBL_MAX_10_EXP > LDBL_MAX_10_EXP))
246 _Static_assert(LDBL_MAX_10_EXP == __LDBL_MAX_10_EXP__, "");
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp128 #ifndef LDBL_MAX_10_EXP
129 #error LDBL_MAX_10_EXP not defined
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp130 #ifndef LDBL_MAX_10_EXP
131 #error LDBL_MAX_10_EXP not defined
/external/clang/lib/Headers/
Dfloat.h59 # undef LDBL_MAX_10_EXP
111 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__ macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp130 #ifndef LDBL_MAX_10_EXP
131 #error LDBL_MAX_10_EXP not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp128 #ifndef LDBL_MAX_10_EXP
129 #error LDBL_MAX_10_EXP not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h57 # undef LDBL_MAX_10_EXP
112 #define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__ macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp57 test<long double, LDBL_MAX_10_EXP>(); in main()
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmax_exponent10.pass.cpp56 test<long double, LDBL_MAX_10_EXP>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h60 #define __LDBL_MAX_10_EXP__ LDBL_MAX_10_EXP
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h59 #define __LDBL_MAX_10_EXP__ LDBL_MAX_10_EXP
/external/libcxx/include/
Dcfloat54 LDBL_MAX_10_EXP
/external/llvm-project/libcxx/include/
Dcfloat53 LDBL_MAX_10_EXP
/external/libcxx/include/support/ibm/
Dlimits.h83 #define __LDBL_MAX_10_EXP__ LDBL_MAX_10_EXP
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h82 #define __LDBL_MAX_10_EXP__ LDBL_MAX_10_EXP
/external/python/cpython2/Lib/plat-beos5/
DIN.py94 LDBL_MAX_10_EXP = DBL_MAX_10_EXP variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc131 SYMBOL(LDBL_MAX_10_EXP, None, <float.h>)
/external/libxml2/
Dtrio.c295 # define MAX_DOUBLE_DIGITS LDBL_MAX_10_EXP