Searched refs:FLT_MAX_EXP (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_acct.c | 116 #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 D | float.h | 60 # undef FLT_MAX_EXP 135 #define FLT_MAX_EXP __FLT_MAX_EXP__ macro
|
H A D | opencl-c-base.h | 277 #define FLT_MAX_EXP +128 macro
|
/freebsd/sys/arm64/include/ |
H A D | float.h | 56 #define FLT_MAX_EXP 128 /* emax */ macro
|
/freebsd/sys/riscv/include/ |
H A D | float.h | 52 #define FLT_MAX_EXP 128 /* emax */ macro
|
/freebsd/sys/x86/include/ |
H A D | float.h | 58 #define FLT_MAX_EXP 128 /* emax */ macro
|
/freebsd/sys/arm/include/ |
H A D | float.h | 58 #define FLT_MAX_EXP 128 /* emax */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | float.h | 59 #define FLT_MAX_EXP 128 /* emax */ macro
|
/freebsd/lib/msun/tests/ |
H A D | csqrt_test.c | 331 test_overflow(FLT_MAX_EXP); in ATF_TC_BODY() 333 test_precision(FLT_MAX_EXP, FLT_MANT_DIG); in ATF_TC_BODY()
|
H A D | ilogb_test.c | 64 for (e = FLT_MIN_EXP - FLT_MANT_DIG; e < FLT_MAX_EXP; e++) { in ATF_TC_BODY()
|
H A D | exponential_test.c | 133 for (int i = FLT_MIN_EXP - FLT_MANT_DIG; i < FLT_MAX_EXP; i++) { in ATF_TC_BODY()
|
H A D | invtrig_test.c | 170 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 D | logarithm_test.c | 131 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 D | cfloat | 47 FLT_MAX_EXP
|
/freebsd/lib/msun/src/ |
H A D | s_clogf.c | 35 #define MAX_EXP FLT_MAX_EXP
|
H A D | catrigf.c | 323 #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 D | to_chars_floating_point.h | 53 static constexpr int32_t _Maximum_binary_exponent = FLT_MAX_EXP - 1;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 72 SYMBOL(FLT_MAX_EXP, None, <float.h>)
|
H A D | StdSymbolMap.inc | 263 SYMBOL(FLT_MAX_EXP, None, <cfloat>) 264 SYMBOL(FLT_MAX_EXP, None, <float.h>)
|