Searched refs:fmax (Results 1 - 9 of 9) 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/tools/env/
H A Dillumos.sh82 maxjobs=fmax(2, fmin(maxjobs, max_jobs_per_memory))
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h84 extern double fmax __P((double, double));
/illumos-gate/usr/src/man/man3m/
H A DMakefile73 fmax.3m \
/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/head/iso/
H A Dmath_c99.h253 extern double fmax __P((double, double));
408 #pragma does_not_read_global_data(fdim, fmax, fmin, fma)
415 #pragma does_not_write_global_data(fdim, fmax, fmin, fma)
491 #pragma no_side_effect(fdim, fmax, fmin, fma)
/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;
/illumos-gate/usr/src/boot/include/
H A Dmath.h309 double fmax(double, double) __pure2;
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com71 fmax.o \
866 ../common/m9x/fmax.c \

Completed in 83 milliseconds