Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_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-head/contrib/llvm-project/clang/lib/Headers/
HDfloat.h60 # undef FLT_MAX_EXP
135 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
HDopencl-c-base.h277 #define FLT_MAX_EXP +128 macro
/freebsd-head/sys/riscv/include/
HDfloat.h52 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-head/sys/arm64/include/
HDfloat.h56 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-head/sys/x86/include/
HDfloat.h58 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-head/sys/powerpc/include/
HDfloat.h59 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-head/sys/arm/include/
HDfloat.h58 #define FLT_MAX_EXP 128 /* emax */ macro
/freebsd-head/lib/msun/tests/
HDcsqrt_test.c331 test_overflow(FLT_MAX_EXP); in ATF_TC_BODY()
333 test_precision(FLT_MAX_EXP, FLT_MANT_DIG); in ATF_TC_BODY()
HDilogb_test.c64 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) { in ATF_TC_BODY()
HDexponential_test.c133 for (int i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
HDinvtrig_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()
HDlogarithm_test.c131 for (i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
/freebsd-head/contrib/llvm-project/libcxx/include/
HDcfloat47 FLT_MAX_EXP
/freebsd-head/lib/msun/src/
HDs_clogf.c35 #define MAX_EXP FLT_MAX_EXP
HDcatrigf.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-head/contrib/llvm-project/libcxx/src/include/
HDto_chars_floating_point.h53 static constexpr int32_t _Maximum_binary_exponent = FLT_MAX_EXP - 1;
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc72 SYMBOL(FLT_MAX_EXP, None, <float.h>)
HDStdSymbolMap.inc263 SYMBOL(FLT_MAX_EXP, None, <cfloat>)
264 SYMBOL(FLT_MAX_EXP, None, <float.h>)