Home
last modified time | relevance | path

Searched refs:FLT_MAX (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/lib/msun/tests/
HDnext_test.c232 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()
HDfma_test.c148 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/
HDt_infinity.c50 v = FLT_MAX; in ATF_TC_BODY()
55 v = -FLT_MAX; in ATF_TC_BODY()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDfloat.h66 # undef FLT_MAX
143 #define FLT_MAX __FLT_MAX__ macro
HDopencl-c-base.h281 #define FLT_MAX 0x1.fffffep127f macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/
HDlimits.h41 #define FLT_MAX 3.4028234663852885981170E+38F macro
/freebsd-13-stable/sys/arm64/include/
HDfloat.h55 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/sys/riscv/include/
HDfloat.h55 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/sys/x86/include/
HDfloat.h61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/sys/mips/include/
HDfloat.h60 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/sys/arm/include/
HDfloat.h61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/sys/powerpc/include/
HDfloat.h62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-13-stable/lib/libc/tests/stdio/
HDscanfloat_test.c292 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/
HDcfloat55 FLT_MAX
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_fpsetmask.c88 static volatile const float f_huge = FLT_MAX;
/freebsd-13-stable/lib/msun/src/
HDcatrigf.c293 if (ax > FLT_MAX / 2) in clog_for_large_values()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc70 SYMBOL(FLT_MAX, None, <float.h>)
HDStdSymbolMap.inc259 SYMBOL(FLT_MAX, None, <cfloat>)
260 SYMBOL(FLT_MAX, None, <float.h>)