/third_party/glib/glib/gnulib/gl_cv_func_frexpl_works/ |
D | meson.build | 11 # undef LDBL_MIN_EXP 12 # define LDBL_MIN_EXP (-16381) 15 # undef LDBL_MIN_EXP 16 # define LDBL_MIN_EXP (-16381) 19 # undef LDBL_MIN_EXP 20 # define LDBL_MIN_EXP DBL_MIN_EXP 24 # undef LDBL_MIN_EXP 25 # define LDBL_MIN_EXP DBL_MIN_EXP 81 for (i = 1, x = 1.0L; i >= LDBL_MIN_EXP; i--, x *= 0.5L) 89 if (exp != LDBL_MIN_EXP - 1)
|
/third_party/musl/arch/m68k/bits/ |
D | float.h | 11 #define LDBL_MIN_EXP (-16382) macro 30 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/sh/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/riscv64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/mips64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/arch/or1k/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/arm/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/aarch64/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/microblaze/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/s390x/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/arch/mips/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | float.h | 9 #define LDBL_MIN_EXP (-1021) macro
|
/third_party/musl/arch/x86_64/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/arch/x32/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/musl/arch/i386/bits/ |
D | float.h | 13 #define LDBL_MIN_EXP (-16381) macro
|
/third_party/boost/boost/container_hash/detail/ |
D | limits.hpp | 53 BOOST_STATIC_CONSTANT(int, min_exponent = LDBL_MIN_EXP);
|
/third_party/musl/libc-test/src/api/ |
D | float.c | 19 C(LDBL_MIN_EXP) in f()
|
/third_party/glib/glib/gnulib/gl_cv_long_double_equals_double/ |
D | meson.build | 18 && LDBL_MIN_EXP == DBL_MIN_EXP
|
/third_party/glib/glib/gnulib/ |
D | float+.h | 43 #define LDBL_EXP_MASK ((LDBL_MAX_EXP - LDBL_MIN_EXP) | 7)
|