Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnext_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()
H A Dfma_test.c147 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
151 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
171 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_infinity.c50 v = FLT_MAX; in ATF_TC_BODY()
55 v = -FLT_MAX; in ATF_TC_BODY()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h66 # undef FLT_MAX
143 #define FLT_MAX __FLT_MAX__ macro
H A Dopencl-c-base.h281 #define FLT_MAX 0x1.fffffep127f macro
/freebsd/sys/arm64/include/
H A Dfloat.h57 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd/sys/riscv/include/
H A Dfloat.h53 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd/sys/x86/include/
H A Dfloat.h59 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd/sys/arm/include/
H A Dfloat.h59 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd/sys/powerpc/include/
H A Dfloat.h60 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd/lib/libc/tests/stdio/
H A Dscanfloat_test.c291 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY()
297 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcfloat55 FLT_MAX
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c88 static volatile const float f_huge = FLT_MAX;
/freebsd/lib/msun/src/
H A Dcatrigf.c292 if (ax > FLT_MAX / 2) in clog_for_large_values()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc70 SYMBOL(FLT_MAX, None, <float.h>)
H A DStdSymbolMap.inc259 SYMBOL(FLT_MAX, None, <cfloat>)
260 SYMBOL(FLT_MAX, None, <float.h>)