Home
last modified time | relevance | path

Searched defs:fmin (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_fmin.c32 fmin(double x, double y) in fmin() function
/dflybsd-src/tools/regression/include/tgmath/
H A Dtgmath.c119 TGMACRO_REAL_REAL(fmin) in TGMACRO_REAL_REAL() argument
/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.h136 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
/dflybsd-src/contrib/bzip2/
H A Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h175 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_pm.c5902 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local