/external/musl/arch/m68k/bits/ |
D | float.h | 11 #define LDBL_MIN_EXP (-16382) macro 30 #define LDBL_MIN_EXP (-1021) macro
|
/external/clang/test/Headers/ |
D | float.c | 120 #ifndef LDBL_MIN_EXP 122 #elif LDBL_MIN_EXP > -1 207 _Static_assert(LDBL_MIN_EXP == __LDBL_MIN_EXP__, "");
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | float_h.pass.cpp | 92 #ifndef LDBL_MIN_EXP 93 #error LDBL_MIN_EXP not defined
|
/external/clang/lib/Headers/ |
D | float.h | 50 # undef LDBL_MIN_EXP 99 #define LDBL_MIN_EXP __LDBL_MIN_EXP__ macro
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 92 #ifndef LDBL_MIN_EXP 93 #error LDBL_MIN_EXP not defined
|
/external/musl/arch/arm/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/powerpc64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/mips/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/mipsn32/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/mips64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/riscv64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/sh/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/powerpc/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/or1k/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/aarch64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/microblaze/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/external/musl/arch/x32/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/i386/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/s390x/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/external/musl/arch/x86_64/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | min_exponent.pass.cpp | 57 test<long double, LDBL_MIN_EXP>(); in main()
|
/external/libcxx/include/support/win32/ |
D | limits_msvc_win32.h | 57 #define __LDBL_MIN_EXP__ LDBL_MIN_EXP
|
/external/libcxx/include/ |
D | cfloat | 42 LDBL_MIN_EXP
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 80 #define __LDBL_MIN_EXP__ LDBL_MIN_EXP
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 91 LDBL_MIN_EXP = DBL_MIN_EXP variable
|