| /freebsd-12-stable/lib/msun/tests/ |
| D | next_test.c | 218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in main() 219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in main() 220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over); in main() 221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0); in main()
|
| D | fma_test.c | 151 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 155 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities() 176 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libm/ |
| D | t_infinity.c | 50 v = FLT_MAX; in ATF_TC_BODY() 55 v = -FLT_MAX; in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/gcc/ginclude/ |
| D | float.h | 104 #undef FLT_MAX 107 #define FLT_MAX __FLT_MAX__ macro
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | float.h | 58 # undef FLT_MAX 114 #define FLT_MAX __FLT_MAX__ macro
|
| D | opencl-c-base.h | 219 #define FLT_MAX 0x1.fffffep127f macro
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | float.h | 56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | float.h | 56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | float.h | 63 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/x86/include/ |
| D | float.h | 62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/mips/include/ |
| D | float.h | 61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | float.h | 63 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/sys/arm/include/ |
| D | float.h | 62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
|
| /freebsd-12-stable/lib/libc/tests/stdio/ |
| D | scanfloat_test.c | 294 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY() 300 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cfloat | 55 FLT_MAX
|
| /freebsd-12-stable/contrib/tzcode/zic/ |
| D | zdump.c | 394 absolute_min_time = (time_t) -FLT_MAX; in setabsolutes() 395 absolute_max_time = (time_t) FLT_MAX; in setabsolutes()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_fpsetmask.c | 88 static volatile const float f_huge = FLT_MAX;
|
| /freebsd-12-stable/lib/msun/src/ |
| D | catrigf.c | 295 if (ax > FLT_MAX / 2) in clog_for_large_values()
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/ |
| D | gtest-internal.h | 402 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max()
|
| /freebsd-12-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 1930 else hi = (time_t) FLT_MAX; in time2sub()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 21919 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
|