Home
last modified time | relevance | path

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

12

/third_party/glib/glib/gnulib/gl_cv_func_frexpl_works/
Dmeson.build11 # 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/
Dfloat.h11 #define LDBL_MIN_EXP (-16382) macro
30 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/sh/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/riscv64/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/powerpc64/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/mips64/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/arch/or1k/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/mipsn32/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/arm/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/aarch64/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/microblaze/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/s390x/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/arch/mips/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/powerpc/bits/
Dfloat.h9 #define LDBL_MIN_EXP (-1021) macro
/third_party/musl/arch/x86_64/bits/
Dfloat.h13 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/arch/x32/bits/
Dfloat.h13 #define LDBL_MIN_EXP (-16381) macro
/third_party/musl/arch/i386/bits/
Dfloat.h13 #define LDBL_MIN_EXP (-16381) macro
/third_party/boost/boost/container_hash/detail/
Dlimits.hpp53 BOOST_STATIC_CONSTANT(int, min_exponent = LDBL_MIN_EXP);
/third_party/musl/libc-test/src/api/
Dfloat.c19 C(LDBL_MIN_EXP) in f()
/third_party/glib/glib/gnulib/gl_cv_long_double_equals_double/
Dmeson.build18 && LDBL_MIN_EXP == DBL_MIN_EXP
/third_party/glib/glib/gnulib/
Dfloat+.h43 #define LDBL_EXP_MASK ((LDBL_MAX_EXP - LDBL_MIN_EXP) | 7)

12