Home
last modified time | relevance | path

Searched refs:FLT_MAX_EXP (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/kern/
H A Dkern_acct.c116 #define FLT_MAX_EXP 128 /* emax */ macro
495 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_timeval()
498 return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) | in encode_timeval()
525 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_long()
528 return (((FLT_MAX_EXP - 1 + norm_exp) << (FLT_MANT_DIG - 1)) | in encode_long()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h60 # undef FLT_MAX_EXP
135 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
H A Dopencl-c-base.h277 #define FLT_MAX_EXP +128 macro
/freebsd/sys/arm64/include/
H A Dfloat.h56 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd/sys/riscv/include/
H A Dfloat.h52 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd/sys/x86/include/
H A Dfloat.h58 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd/sys/arm/include/
H A Dfloat.h58 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd/sys/powerpc/include/
H A Dfloat.h59 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd/lib/msun/tests/
H A Dcsqrt_test.c331 test_overflow(FLT_MAX_EXP); in ATF_TC_BODY()
333 test_precision(FLT_MAX_EXP, FLT_MANT_DIG); in ATF_TC_BODY()
H A Dilogb_test.c64 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) { in ATF_TC_BODY()
H A Dexponential_test.c133 for (int i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
H A Dinvtrig_test.c170 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP; e++) { in ATF_TC_BODY()
202 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e <= FLT_MAX_EXP - 1; e++) { in ATF_TC_BODY()
H A Dlogarithm_test.c131 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcfloat47 FLT_MAX_EXP
/freebsd/lib/msun/src/
H A Ds_clogf.c35 #define MAX_EXP FLT_MAX_EXP
H A Dcatrigf.c323 #define BIAS (FLT_MAX_EXP - 1) in real_part_reciprocal()
329 if (ix <= (BIAS + FLT_MAX_EXP / 2 - CUTOFF) << 23) in real_part_reciprocal()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dto_chars_floating_point.h53 static constexpr int32_t _Maximum_binary_exponent = FLT_MAX_EXP - 1;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc72 SYMBOL(FLT_MAX_EXP, None, <float.h>)
H A DStdSymbolMap.inc263 SYMBOL(FLT_MAX_EXP, None, <cfloat>)
264 SYMBOL(FLT_MAX_EXP, None, <float.h>)