Searched defs:fmin (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_fmin.c | 32 fmin(double x, double y) in fmin() function
|
/dflybsd-src/tools/regression/include/tgmath/ |
H A D | tgmath.c | 119 TGMACRO_REAL_REAL(fmin) in TGMACRO_REAL_REAL() argument
|
/dflybsd-src/contrib/cvs-1.12/diff/ |
H A D | analyze.c | 110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/ |
H A D | tgmath.h | 136 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
|
/dflybsd-src/contrib/bzip2/ |
H A D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/dflybsd-src/contrib/openbsd_libm/include/global/ |
H A D | tgmath.h | 175 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_pm.c | 5902 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
|