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

/freebsd-11-stable/contrib/gcc/ginclude/
H A Dfloat.h63 #undef LDBL_MIN_EXP macro
66 #define LDBL_MIN_EXP __LDBL_MIN_EXP__ macro
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h82 #define LDBL_MIN_EXP DBL_MIN_EXP macro
98 #define LDBL_MIN_EXP (-16381)
/freebsd-11-stable/sys/arm/include/
H A Dfloat.h86 #define LDBL_MIN_EXP DBL_MIN_EXP macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h82 #define LDBL_MIN_EXP (-16381) macro
/freebsd-11-stable/lib/msun/src/
H A Ds_ilogbl.c46 return (LDBL_MIN_EXP - b - 1);
H A Ds_logbl.c48 return ((long double)(LDBL_MIN_EXP - b - 1));
H A De_fmodl.c141 if (iy < LDBL_MIN_EXP) {
H A Ds_clogl.c42 #define MIN_EXP LDBL_MIN_EXP
H A Ds_remquol.c151 if (iy < LDBL_MIN_EXP) {
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h87 #define LDBL_MIN_EXP DBL_MIN_EXP macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h87 #define LDBL_MIN_EXP (-16381) macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h89 #define LDBL_MIN_EXP DBL_MIN_EXP macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h86 #define LDBL_MIN_EXP (-16381) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h48 # undef LDBL_MIN_EXP macro
100 #define LDBL_MIN_EXP __LDBL_MIN_EXP__ macro
/freebsd-11-stable/lib/msun/tests/
H A Dilogb_test.c73 for (e = LDBL_MIN_EXP - LDBL_MANT_DIG; e < LDBL_MAX_EXP; e++) {
H A Dexponential_test.c144 for (i = LDBL_MIN_EXP - LDBL_MANT_DIG; i < LDBL_MAX_EXP; i++) {
H A Dlogarithm_test.c149 for (i = LDBL_MIN_EXP - LDBL_MANT_DIG; i < LDBL_MAX_EXP; i++) {
H A Dinvtrig_test.c191 for (e = LDBL_MIN_EXP - LDBL_MANT_DIG; e <= LDBL_MAX_EXP; e++) {
223 for (e = LDBL_MIN_EXP - LDBL_MANT_DIG; e <= LDBL_MAX_EXP - 1; e++) {
H A Dnext_test.c92 ldbl_small = ldexpl(1.0, LDBL_MIN_EXP - LDBL_MANT_DIG);
/freebsd-11-stable/lib/libc/gdtoa/
H A D_ldtoa.c52 LDBL_MIN_EXP - LDBL_MANT_DIG, /* emin */
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c161 ATF_REQUIRE_EQ(e, LDBL_MIN_EXP);
179 ATF_REQUIRE_EQ(e, LDBL_MIN_EXP - i);
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c405 if (k >= LDBL_MIN_EXP) {
420 if(k >= LDBL_MIN_EXP) {
H A Ds_expl.c94 if (k >= LDBL_MIN_EXP) {
/freebsd-11-stable/lib/msun/ld80/
H A Ds_exp2l.c266 if (k >= LDBL_MIN_EXP) {
281 if (k >= LDBL_MIN_EXP) {
H A Ds_expl.c105 if (k >= LDBL_MIN_EXP) {

Completed in 286 milliseconds