Searched defs:Inf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c119 #undef Inf macro
120 #define Inf HUGE_VAL macro
190 ieee_retval = Inf;
582 ieee_retval = copysign(Inf, x);
915 * round-to-{zero,-/+Inf} mode respectively, which is not
919 ieee_retval = x > 0 ? Inf : -Inf;
972 retv = zero * Inf; /* for Cheetah */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c37 static Sfdouble_t NaN, Inf, Fun; variable
41 "Inf",
221 Inf = strtold("Inf", NiL);
222 Infnod.nvalue.ldp = &Inf;

Completed in 46 milliseconds