| /dragonfly/contrib/openbsd_libm/src/ |
| HD | s_fmax.c | 32 fmax(double x, double y) in fmax() function 52 __strong_alias(fmaxl, fmax);
|
| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | analyze.c | 110 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/ |
| HD | test-fmaxmin.c | 88 TEST(fmax, double, big, small, expected_max); in testall_r() 89 TEST(fmax, double, small, big, expected_max); in testall_r()
|
| /dragonfly/lib/libm/ |
| HD | Makefile | 141 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
|
| HD | Symbol.map | 104 fmax;
|
| /dragonfly/contrib/openbsd_libm/ |
| HD | Makefile | 184 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/ |
| HD | lang.opt | 613 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/ |
| HD | tgmath.h | 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
| /dragonfly/contrib/openbsd_libm/include/global/ |
| HD | tgmath.h | 174 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
|
| HD | math.h | 242 double fmax(double, double);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | cmath | 71 #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));
|
| D | math.h | 57 using std::tr1::fmax;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| D | cmath | 962 #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/ |
| D | cmath | 72 #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));
|
| D | math.h | 57 using std::tr1::fmax;
|
| /dragonfly/tools/regression/include/tgmath/ |
| HD | tgmath.c | 118 TGMACRO_REAL_REAL(fmax) 512 PASS_REAL_REAL_ARG_REAL_RET(fmax)); in main()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| D | cmath | 989 #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/ |
| HD | optabs.def | 296 /* C99 implementations of fmax/fmin. */ 297 OPTAB_D (fmax_optab, "fmax$a3")
|
| HD | internal-fn.def | 215 DEF_INTERNAL_FLT_FLOATN_FN (FMAX, ECF_CONST, fmax, binary)
|
| HD | builtins.def | 404 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)
|
| HD | common.opt | 1860 fmax-errors= 1862 -fmax-errors=<number> Maximum number of errors to report.
|
| /dragonfly/sys/dev/drm/i915/ |
| HD | intel_pm.c | 5902 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()
|
| HD | i915_drv.h | 1399 u8 fmax; member
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | builtins.def | 256 DEF_C99_BUILTIN (BUILT_IN_FMAX, "fmax", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LEAF_…
|
| HD | common.opt | 1428 fmax-errors= 1430 -fmax-errors=<number> Maximum number of errors to report
|