Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_fmax.c32 fmax(double x, double y) in fmax() function
/dflybsd-src/contrib/cvs-1.12/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h174 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_pm.c5902 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
H A Di915_drv.h1399 u8 fmax; member