Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/openbsd_libm/src/
HDs_fmax.c32 fmax(double x, double y) in fmax() function
52 __strong_alias(fmaxl, fmax);
/dragonfly/contrib/cvs-1.12/diff/
HDanalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
127 for (d = fmax; d >= fmin; d -= 2)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
194 for (d = fmax; d >= fmin; d -= 2)
275 for (d = fmax; d >= fmin; d -= 2)
/dragonfly/tools/regression/lib/libm/
HDtest-fmaxmin.c88 TEST(fmax, double, big, small, expected_max); in testall_r()
89 TEST(fmax, double, small, big, expected_max); in testall_r()
/dragonfly/lib/libm/
HDMakefile141 fegetround.3 floor.3 fma.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \
260 MLINKS+=fmax.3 fmaxf.3 \
261 fmax.3 fmaxl.3 \
262 fmax.3 fmin.3 \
263 fmax.3 fminf.3 \
264 fmax.3 fminl.3
HDSymbol.map104 fmax;
/dragonfly/contrib/openbsd_libm/
HDMakefile184 fegetround.3 floor.3 fma.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \
211 MLINKS+=fmax.3 fmin.3
250 MLINKS+=fmax.3 fmaxf.3
251 MLINKS+=fmax.3 fminf.3
339 MLINKS+=fmax.3 fmaxl.3
340 MLINKS+=fmax.3 fminl.3
/dragonfly/contrib/gcc-8.0/gcc/fortran/
HDlang.opt613 fmax-array-constructor=
615 -fmax-array-constructor=<n> Maximum number of objects in an array constructor.
617 fmax-identifier-length=
619 -fmax-identifier-length=<n> Maximum identifier length.
621 fmax-subrecord-length=
623 -fmax-subrecord-length=<n> Maximum length for subrecords.
625 fmax-stack-var-size=
627 -fmax-stack-var-size=<n> Size in bytes of the largest array that will be put on the stack.
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
HDtgmath.h135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
/dragonfly/contrib/openbsd_libm/include/global/
HDtgmath.h174 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
HDmath.h242 double fmax(double, double);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dcmath71 #undef fmax
205 using ::fmax;
464 using std::fmax;
677 fmax(float __x, float __y)
681 fmax(long double __x, long double __y)
687 fmax(_Tp __x, _Up __y)
690 return fmax(__type(__x), __type(__y));
Dmath.h57 using std::tr1::fmax;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcmath962 #undef fmax
1088 using ::fmax;
1346 fmax(float __x, float __y)
1350 fmax(long double __x, long double __y)
1355 fmax(_Tp __x, _Up __y)
1358 return fmax(__type(__x), __type(__y));
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dcmath72 #undef fmax
204 using ::fmax;
622 fmax(float __x, float __y)
626 fmax(long double __x, long double __y)
631 fmax(_Tp __x, _Up __y)
634 return fmax(__type(__x), __type(__y));
Dmath.h57 using std::tr1::fmax;
/dragonfly/tools/regression/include/tgmath/
HDtgmath.c118 TGMACRO_REAL_REAL(fmax)
512 PASS_REAL_REAL_ARG_REAL_RET(fmax)); in main()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcmath989 #undef fmax
1113 using ::fmax;
1418 fmax(float __x, float __y)
1422 fmax(long double __x, long double __y)
1429 fmax(_Tp __x, _Up __y)
1432 return fmax(__type(__x), __type(__y));
/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs.def296 /* C99 implementations of fmax/fmin. */
297 OPTAB_D (fmax_optab, "fmax$a3")
HDinternal-fn.def215 DEF_INTERNAL_FLT_FLOATN_FN (FMAX, ECF_CONST, fmax, binary)
HDbuiltins.def404 DEF_C99_BUILTIN (BUILT_IN_FMAX, "fmax", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LEAF_…
408 DEF_EXT_LIB_FLOATN_NX_BUILTINS (BUILT_IN_FMAX, "fmax", FMAX_TYPE, ATTR_CONST_NOTHROW_LEAF_LIST)
HDcommon.opt1860 fmax-errors=
1862 -fmax-errors=<number> Maximum number of errors to report.
/dragonfly/sys/dev/drm/i915/
HDintel_pm.c5902 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
5923 fmax = (rgvmodectl & MEMMODE_FMAX_MASK) >> MEMMODE_FMAX_SHIFT; in ironlake_enable_drps()
5931 dev_priv->ips.fmax = fmax; /* IPS callback will increase this */ in ironlake_enable_drps()
5939 fmax, fmin, fstart); in ironlake_enable_drps()
7702 if (dev_priv->ips.max_delay > dev_priv->ips.fmax) in i915_gpu_raise()
HDi915_drv.h1399 u8 fmax; member
/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.def256 DEF_C99_BUILTIN (BUILT_IN_FMAX, "fmax", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LEAF_…
HDcommon.opt1428 fmax-errors=
1430 -fmax-errors=<number> Maximum number of errors to report

12