| /freebsd-13-stable/lib/msun/tests/ |
| HD | next_test.c | 232 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in ATF_TC_BODY() 233 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in ATF_TC_BODY() 234 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over); in ATF_TC_BODY() 235 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0); in ATF_TC_BODY()
|
| HD | fma_test.c | 148 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 152 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 172 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_infinity.c | 50 v = FLT_MAX; in ATF_TC_BODY() 55 v = -FLT_MAX; in ATF_TC_BODY()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | float.h | 66 # undef FLT_MAX 143 #define FLT_MAX __FLT_MAX__ macro
|
| HD | opencl-c-base.h | 281 #define FLT_MAX 0x1.fffffep127f macro
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/ |
| HD | limits.h | 41 #define FLT_MAX 3.4028234663852885981170E+38F macro
|
| /freebsd-13-stable/sys/arm64/include/ |
| HD | float.h | 55 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/sys/riscv/include/ |
| HD | float.h | 55 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/sys/x86/include/ |
| HD | float.h | 61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/sys/mips/include/ |
| HD | float.h | 60 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/sys/arm/include/ |
| HD | float.h | 61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/sys/powerpc/include/ |
| HD | float.h | 62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-13-stable/lib/libc/tests/stdio/ |
| HD | scanfloat_test.c | 292 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY() 298 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | cfloat | 55 FLT_MAX
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_fpsetmask.c | 88 static volatile const float f_huge = FLT_MAX;
|
| /freebsd-13-stable/lib/msun/src/ |
| HD | catrigf.c | 293 if (ax > FLT_MAX / 2) in clog_for_large_values()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | CSymbolMap.inc | 70 SYMBOL(FLT_MAX, None, <float.h>)
|
| HD | StdSymbolMap.inc | 259 SYMBOL(FLT_MAX, None, <cfloat>) 260 SYMBOL(FLT_MAX, None, <float.h>)
|