Searched refs:FLT_MAX (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_infinity.c50 v = FLT_MAX;
55 v = -FLT_MAX;
/freebsd-11-stable/contrib/gcc/ginclude/
H A Dfloat.h104 #undef FLT_MAX macro
107 #define FLT_MAX __FLT_MAX__ macro
/freebsd-11-stable/sys/arm/include/
H A Dfloat.h60 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h61 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h63 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h60 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/lib/msun/tests/
H A Dnext_test.c218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over);
219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0);
220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over);
221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0);
H A Dfma_test.c151 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0);
155 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
176 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h58 # undef FLT_MAX macro
114 #define FLT_MAX __FLT_MAX__ macro
H A Dopencl-c-base.h174 #define FLT_MAX 0x1.fffffep127f macro
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h56 #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ macro
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dscanfloat_test.c294 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX);
300 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c88 static volatile const float f_huge = FLT_MAX;
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c25 #include <float.h> /* for FLT_MAX and DBL_MAX */
394 absolute_min_time = (time_t) -FLT_MAX;
395 absolute_max_time = (time_t) FLT_MAX;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dscan.l717 f = f > 0 ? FLT_MAX : -FLT_MAX;
H A Dtree.c1937 max = FLT_MAX; min = -FLT_MAX; break;
2955 v->v_ldbl = l < 0 ? -FLT_MAX : FLT_MAX;
2997 (v->v_ldbl > FLT_MAX || v->v_ldbl < -FLT_MAX)) ||
3003 v->v_ldbl = v->v_ldbl < 0 ? -FLT_MAX : FLT_MAX;
/freebsd-11-stable/lib/msun/src/
H A Dcatrigf.c293 if (ax > FLT_MAX / 2)
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c31 #include "float.h" /* for FLT_MAX and DBL_MAX */
1930 else hi = (time_t) FLT_MAX;

Completed in 276 milliseconds