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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmax.c30 #pragma weak fmax = __fmax macro
33 * fmax(x,y) returns the larger of x and y. If just one of the
34 * arguments is NaN, fmax returns the other argument. If both
35 * arguments are NaN, fmax returns NaN.
/illumos-gate/usr/src/head/
H A Dtgmath.h100 #undef fmax macro
101 #define fmax(x, y) __tgmath_fmax(x, y) macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c79 static fsfilcnt_t fmax; /* maximum number of files on any part */ variable
385 *pilimit = fmax;
548 if (ftotal > fmax)
549 fmax = ftotal;

Completed in 47 milliseconds