Searched refs:FLT_MAX (Results 1 - 17 of 17) sorted by path

/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dfloat.h104 #undef FLT_MAX macro
107 #define FLT_MAX __FLT_MAX__ macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnumeric_limits.cc56 DEFINE_EXTREMA(float, FLT_MIN, FLT_MAX);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dgfloat.h39 #define FLT_MAX ((float)3.40282347e+38) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dfloat.h104 #undef FLT_MAX macro
107 #define FLT_MAX __FLT_MAX__ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-float-1.c43 #ifndef FLT_MAX
44 #error "FLT_MAX undefined"
H A Dc99-float-1.c43 #ifndef FLT_MAX
44 #error "FLT_MAX undefined"
/openbsd-current/include/
H A Dfloat.h60 #ifndef FLT_MAX
61 #define FLT_MAX __FLT_MAX /* (1-b**(-p))*b**emax */ macro
/openbsd-current/sys/sys/
H A Dlimits.h103 # ifndef FLT_MAX
104 # define FLT_MAX __FLT_MAX macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dfloat.h62 # undef FLT_MAX macro
127 #define FLT_MAX __FLT_MAX__ macro
H A Dopencl-c-base.h276 #define FLT_MAX 0x1.fffffep127f macro
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL117 foreach (qw(DBL_MAX FLT_MAX LDBL_MAX LDBL_MIN LDBL_EPSILON
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm288 FLT_MAX FLT_MAX_10_EXP FLT_MAX_EXP
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t43 FLT_DIG FLT_EPSILON FLT_MANT_DIG FLT_MAX FLT_MAX_10_EXP
/openbsd-current/gnu/usr.bin/perl/
H A Dnumeric.c1446 return value < 0 ? -FLT_MAX : FLT_MAX;
H A Dpp_pack.c2703 if (anv > FLT_MAX)
2704 afloat = FLT_MAX;
2705 else if (anv < -FLT_MAX)
2706 afloat = -FLT_MAX;
2717 afloat = (float)(anv > FLT_MAX ? NV_INF :
2718 anv < -FLT_MAX ? -NV_INF : anv);
/openbsd-current/regress/lib/libm/msun/
H A Dfma_test.c150 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0);
154 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
174 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0);
H A Dnext_test.c236 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over);
237 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0);
238 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over);
239 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0);

Completed in 300 milliseconds