Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/msun/tests/
Dnext_test.c218 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()
Dfma_test.c151 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/
Dt_infinity.c50 v = FLT_MAX; in ATF_TC_BODY()
55 v = -FLT_MAX; in ATF_TC_BODY()
/freebsd-12-stable/contrib/gcc/ginclude/
Dfloat.h104 #undef FLT_MAX
107 #define FLT_MAX __FLT_MAX__ macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dfloat.h58 # undef FLT_MAX
114 #define FLT_MAX __FLT_MAX__ macro
Dopencl-c-base.h219 #define FLT_MAX 0x1.fffffep127f macro
/freebsd-12-stable/sys/arm64/include/
Dfloat.h56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/riscv/include/
Dfloat.h56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/sparc64/include/
Dfloat.h63 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/x86/include/
Dfloat.h62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/mips/include/
Dfloat.h61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/powerpc/include/
Dfloat.h63 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/sys/arm/include/
Dfloat.h62 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-12-stable/lib/libc/tests/stdio/
Dscanfloat_test.c294 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/
Dcfloat55 FLT_MAX
/freebsd-12-stable/contrib/tzcode/zic/
Dzdump.c394 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/
Dt_fpsetmask.c88 static volatile const float f_huge = FLT_MAX;
/freebsd-12-stable/lib/msun/src/
Dcatrigf.c295 if (ax > FLT_MAX / 2) in clog_for_large_values()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-internal.h402 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max()
/freebsd-12-stable/contrib/tzcode/stdtime/
Dlocaltime.c1930 else hi = (time_t) FLT_MAX; in time2sub()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200321919 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).