Home
last modified time | relevance | path

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

/trueos/lib/msun/src/
HDs_fmin.c35 fmin(double x, double y) in fmin() function
/trueos/tools/regression/include/tgmath/
HDtgmath.c119 TGMACRO_REAL_REAL(fmin) in TGMACRO_REAL_REAL() argument
/trueos/contrib/diff/src/
HDanalyze.c103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ in diag() local
/trueos/contrib/bzip2/
HDblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/trueos/include/
HDtgmath.h175 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
/trueos/sys/dev/drm2/i915/
HDintel_pm.c2204 u8 fmax, fmin, fstart, vstart; in ironlake_enable_drps() local
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro