Home
last modified time | relevance | path

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
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c79 static fsfilcnt_t fmax; /* maximum number of files on any part */ variable
/illumos-gate/usr/src/head/
H A Dtgmath.h101 #define fmax(x, y) __tgmath_fmax(x, y) macro