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

/freebsd-12-stable/contrib/gcc/ginclude/
H A Dfloat.h81 #undef FLT_MAX_EXP macro
84 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
/freebsd-12-stable/sys/powerpc/include/
H A Dfloat.h62 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/riscv/include/
H A Dfloat.h55 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/sparc64/include/
H A Dfloat.h62 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/mips/include/
H A Dfloat.h60 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/x86/include/
H A Dfloat.h61 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/arm/include/
H A Dfloat.h61 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/sys/arm64/include/
H A Dfloat.h55 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h52 # undef FLT_MAX_EXP macro
106 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
H A Dopencl-c-base.h170 #define FLT_MAX_EXP +128 macro
/freebsd-12-stable/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.c342 test_overflow(FLT_MAX_EXP);
345 test_precision(FLT_MAX_EXP, FLT_MANT_DIG);
H A Dlogarithm_test.c141 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) {
H A Dinvtrig_test.c171 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP; e++) {
203 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP - 1; e++) {
/freebsd-12-stable/sys/kern/
H A Dkern_acct.c122 #define FLT_MAX_EXP 128 /* emax */ macro
514 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
517 return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) |
544 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp,
547 return (((FLT_MAX_EXP - 1 + norm_exp) << (FLT_MANT_DIG - 1)) |
/freebsd-12-stable/lib/msun/src/
H A Ds_clogf.c38 #define MAX_EXP FLT_MAX_EXP
H A Dcatrigf.c326 #define BIAS (FLT_MAX_EXP - 1)
332 if (ix <= (BIAS + FLT_MAX_EXP / 2 - CUTOFF) << 23)

Completed in 101 milliseconds