Searched refs:Inf (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darith.sh447 if (( Inf+1 == Inf ))
449 Inf inf \
450 -Inf -inf \
463 (( 1.0/0.0 == Inf )) || err_exit '1.0/0.0 != Inf'
465 (( Inf*Inf == Inf )) || err_exit 'Inf*In
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpm1l.s56 fscale / +Inf, x
57 fstp %st(1) / +Inf
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1l.s55 fscale / +Inf, x
56 fstp %st(1) / +Inf
H A D__reduction.s53 cmpl $0x7ff00000,%eax / Is arg a NaN or an Inf ?
H A Dilogbf.s46 jae .bexp_all_1 / jump if x is NaN or Inf
H A Dilogb.s46 jae .bexp_all_1 / jump if x is NaN or Inf
H A Dnextafterf.s92 fmul %st(0),%st / overflow-to-Inf, z
/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;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S481 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
487 sllx %g1,32,%g1 !left justify Inf
512 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
518 sllx %g1,32,%g1 !left justify Inf
543 sethi %hi(0x7ff00000),%g1 !upper word of Inf (we use 64-bit wide int for this)
549 sllx %g1,32,%g1 !left justify Inf
H A D__vpow.S681 ! else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) { /* X = 0 or Inf */
693 ! if (hx >= 0x7ff00000 || expy >= 0x43e) { /* X=Inf,Nan or |Y|>2^63,Inf,Nan */
698 ! if (hy == 0x7ff00000 && (ly == 0)) { /* |Y| = Inf */
700 ! *pz = *py - *py; /* +-1 ** +-Inf */
710 ! if (sx) { /* X = -Inf */
733 ! if (lx == 0 && /* |X| = 0, 1, Inf */
888 ! !!!!! vpowx algorithm !!!!! (x > 0 and x != Inf, NaN)
959 ! if (hy >= 0x43e00000) { /* |Y|>2^63,Inf,Nan */
960 ! if (hy == 0x7ff00000 && (ly == 0)) { /* |Y| = Inf */
[all...]

Completed in 96 milliseconds