Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/x86/
Dldbl2mpn.c87 *expt = LDBL_MIN_EXP - 1 - cnt; in __mpn_extract_long_double()
94 *expt = LDBL_MIN_EXP - 1 - BITS_PER_MP_LIMB - cnt; in __mpn_extract_long_double()
107 *expt = LDBL_MIN_EXP - 1; in __mpn_extract_long_double()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dldbl2mpn.c84 *expt = LDBL_MIN_EXP - 1 - cnt; in __mpn_extract_long_double()
99 *expt = LDBL_MIN_EXP - 1 in __mpn_extract_long_double()
130 *expt = LDBL_MIN_EXP - 1 - l * BITS_PER_MP_LIMB - cnt; in __mpn_extract_long_double()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_nextupl.c47 #if LDBL_MIN_EXP == -16381 in __nextupl()
62 #if LDBL_MIN_EXP == -16381 in __nextupl()
Dldbl2mpn.c81 *expt = LDBL_MIN_EXP - 1 - cnt; in __mpn_extract_long_double()
88 *expt = LDBL_MIN_EXP - 1 - BITS_PER_MP_LIMB - cnt; in __mpn_extract_long_double()
Ds_iscanonicall.c34 if (LDBL_MIN_EXP == -16381) in __iscanonicall()
Dtest-totalorderl-ldbl-96.c37 if (LDBL_MIN_EXP == -16382) in do_test()
Dtest-canonical-ldbl-96.c35 #define M68K_VARIANT (LDBL_MIN_EXP == -16382)
Ds_totalordermagl.c38 if (LDBL_MIN_EXP == -16382) in __totalordermagl()
Ds_totalorderl.c36 if (LDBL_MIN_EXP == -16382) in __totalorderl()
/glibc-2.36/stdlib/
Dtst-strtod-round-skeleton.c78 #elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 && LDBL_MIN_EXP == -16381
81 #elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 && LDBL_MIN_EXP == -16382
/glibc-2.36/include/
Dfloat.h90 # define FLT64X_MIN_EXP LDBL_MIN_EXP
/glibc-2.36/sysdeps/ieee754/float128/
Dfloat128_private.h87 #undef LDBL_MIN_EXP
97 #define LDBL_MIN_EXP FLT128_MIN_EXP macro
/glibc-2.36/conform/data/
Dfloat.h-data15 macro-int-constant LDBL_MIN_EXP < 0
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_expl.c173 unsafe = fabsl(n_i) >= -LDBL_MIN_EXP - 1; in __ieee754_expl()
/glibc-2.36/math/
Dtest-misc.c66 for (i = LDBL_MAX_EXP, x = LDBL_MAX; i >= LDBL_MIN_EXP; --i, x /= 2.0L) in do_test()
86 for (i = LDBL_MIN_EXP, x = LDBL_MIN; i >= LDBL_MIN_EXP - LDBL_MANT_DIG + 1; in do_test()
/glibc-2.36/manual/
Dlang.texi1072 @itemx LDBL_MIN_EXP
/glibc-2.36/ChangeLog.old/
DChangeLog.182324 (LDBL_MIN_EXP): Likewise.
21170 (LDBL_MIN_EXP): Change to MIN_EXP.
84003 (LDBL_MIN_EXP): Likewise.
84453 LDBL_MIN_EXP.