Searched refs:FLT_MAX_EXP (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/contrib/gcc/ginclude/
H A Dfloat.h81 #undef FLT_MAX_EXP macro
84 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/freebsd-11.0-release/sys/mips/include/
H A Dfloat.h62 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/arm64/include/
H A Dfloat.h55 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/arm/include/
H A Dfloat.h59 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/x86/include/
H A Dfloat.h59 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/powerpc/include/
H A Dfloat.h60 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/sparc64/include/
H A Dfloat.h60 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dfloat.h52 # undef FLT_MAX_EXP macro
98 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/freebsd-11.0-release/lib/msun/tests/
H A Dilogb_test.c61 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) {
H A Dexponential_test.c136 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) {
H A Dcsqrt_test.c273 test_overflow(FLT_MAX_EXP);
H A Dlogarithm_test.c140 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) {
H A Dinvtrig_test.c172 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP; e++) {
204 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP - 1; e++) {
/freebsd-11.0-release/sys/riscv/include/
H A Dfloat.h55 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-11.0-release/sys/kern/
H A Dkern_acct.c114 #define FLT_MAX_EXP 128 /* emax */ macro
506 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
509 return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) |
536 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
539 return (((FLT_MAX_EXP - 1 + norm_exp) << (FLT_MANT_DIG - 1)) |
/freebsd-11.0-release/lib/msun/src/
H A Dcatrigf.c324 #define BIAS (FLT_MAX_EXP - 1)
330 if (ix <= (BIAS + FLT_MAX_EXP / 2 - CUTOFF) << 23)

Completed in 195 milliseconds