Searched defs:fmin (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmin.c30 #pragma weak fmin = __fmin macro
33 * fmin(x,y) returns the smaller of x and y. If just one of the
34 * arguments is NaN, fmin returns the other argument. If both
35 * arguments are NaN, fmin returns NaN.
/illumos-gate/usr/src/head/
H A Dtgmath.h102 #undef fmin macro
103 #define fmin(x, y) __tgmath_fmin(x, y) macro
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
166 n = fmin(ltLo-lo, unLo-ltLo); fvswap(lo, unLo-n, n);
167 m = fmin(hi-gtHi, gtHi-unHi); fvswap(unLo, hi-m+1, m);
182 #undef fmin macro

Completed in 2111 milliseconds