Searched refs:isinfl (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libm/common/complex/ |
H A D | cprojl.c | 52 if (isinfl(y)) { in cprojl() 55 } else if (isinfl(x)) { in cprojl()
|
H A D | cacosl.c | 98 if (isinfl(y)) { /* cacos(x + i inf) = pi/2 - i inf */ in cacosl() 102 } else if (isinfl(x)) { in cacosl() 112 if (isinfl(x)) in cacosl() 123 if (isinfl(x)) { /* x is INF */ in cacosl() 126 if (isinfl(y)) { in cacosl()
|
H A D | cexpl.c | 35 extern int isinfl(long double); 57 } else if (isinfl(x)) { /* x is +-inf */ in cexpl()
|
H A D | catanl.c | 142 if (isinfl(x)) { in catanl() 147 if (iszerol(y) || (isinfl(y))) in catanl() 154 if (isinfl(y)) { in catanl()
|
H A D | clogl.c | 73 if (isinfl(ax)) in clogl() 75 else if (isinfl(ay)) in clogl()
|
H A D | casinl.c | 87 if (isinfl(x)) { /* x is INF */ in casinl() 90 if (isinfl(y)) in casinl() 126 if (isinfl(y)) { /* casin(x + i inf) = 0 + i inf */ in casinl()
|
H A D | csqrtl.c | 63 if (isinfl(y)) 65 else if (isinfl(x)) {
|
H A D | cacoshl.c | 57 if (isinfl(x)) in cacoshl()
|
H A D | k_clog_rl.c | 431 if (isinfl(x)) 433 else if (isinfl(y))
|
H A D | ctanhl.c | 61 else if (isinfl(x)) { /* x is inf */ in ctanhl()
|
/titanic_50/usr/src/lib/libm/common/Q/ |
H A D | ieee_funcl.c | 34 isinfl(long double x) { in isinfl() function 66 isinfl(long double x) { in isinfl() function
|
H A D | hypotl.c | 129 if (isinfl(x)) in hypotl() 131 else if (isinfl(y)) in hypotl()
|
H A D | longdouble.h | 89 extern int isinfl(long double);
|
/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | ieee_funcl.s | 33 ENTRY(isinfl) 50 SET_SIZE(isinfl)
|
/titanic_50/usr/src/lib/libm/amd64/src/ |
H A D | ieee_funcl.s | 33 ENTRY(isinfl) 50 SET_SIZE(isinfl)
|
/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | math | 3 lib,npt strtold,isinf,isinfl,isnan,isnanl,isnormal,isnormall math.h
|
/titanic_50/usr/src/lib/libm/common/LD/ |
H A D | longdouble.h | 88 extern int isinfl(long double);
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | float | 5 lib fpclassify,frexp,frexpl,ldexp,ldexpl,finite,finitel,isinf,isinfl,isnan,isnanl,signbit,copysign,…
|