Searched refs:Inf (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 463 (( 1.0/0.0 == Inf )) || err_exit '1.0/0.0 != Inf' 465 (( Inf*Inf == Inf )) || err_exit 'Inf*Inf != Inf' 467 (( -5*Inf == -Inf )) || err_exit '-5*Inf != -Inf' 469 (( pow(1.0,Inf) == 1.0 )) || err_exit 'pow(1.0,Inf) != 1.0' 470 (( pow(Inf,0.0) == 1.0 )) || err_exit 'pow(Inf,0.0) != 1.0' 471 [[ $(print -- $((NaN/Inf))) == ?(-)nan ]] || err_exit 'NaN/Inf != NaN' 472 (( 4.0/Inf == 0.0 )) || err_exit '4.0/Inf != 0.0' 473 else err_exit 'Inf and NaN not working'
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | _SVID_error.c | 119 #undef Inf 120 #define Inf HUGE_VAL macro 190 ieee_retval = Inf; in _SVID_libm_err() 582 ieee_retval = copysign(Inf, x); in _SVID_libm_err() 919 ieee_retval = x > 0 ? Inf : -Inf; in _SVID_libm_err() 972 retv = zero * Inf; /* for Cheetah */ in setexception()
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | expm1l.s | 55 fscale / +Inf, x 56 fstp %st(1) / +Inf
|
H A D | __reduction.s | 53 cmpl $0x7ff00000,%eax / Is arg a NaN or an Inf ?
|
H A D | ilogbf.s | 46 jae .bexp_all_1 / jump if x is NaN or Inf
|
H A D | ilogb.s | 46 jae .bexp_all_1 / jump if x is NaN or Inf
|
H A D | nextafterf.s | 92 fmul %st(0),%st / overflow-to-Inf, z
|
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | expm1l.s | 56 fscale / +Inf, x 57 fstp %st(1) / +Inf
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 37 static Sfdouble_t NaN, Inf, Fun; variable 221 Inf = strtold("Inf", NiL); in arith() 222 Infnod.nvalue.ldp = &Inf; in arith()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 481 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.S | 888 ! !!!!! vpowx algorithm !!!!! (x > 0 and x != Inf, NaN)
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 668 signs of { -NaN -Inf -0.0 } have been fixed. 858 06-06-20 Floating point division by zero now yields the constant Inf or -Inf 860 06-06-20 The floating point constants Inf and NaN can be used in arithmetic
|