Home
last modified time | relevance | path

Searched refs:isinfl (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcacosl.c98 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 Dcprojl.c52 if (isinfl(y)) { in cprojl()
55 } else if (isinfl(x)) { in cprojl()
H A Dcexpl.c35 extern int isinfl(long double);
57 } else if (isinfl(x)) { /* x is +-inf */ in cexpl()
H A Dcatanl.c142 if (isinfl(x)) { in catanl()
147 if (iszerol(y) || (isinfl(y))) in catanl()
154 if (isinfl(y)) { in catanl()
H A Dclogl.c73 if (isinfl(ax)) in clogl()
75 else if (isinfl(ay)) in clogl()
H A Dcasinl.c87 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 Dcsqrtl.c63 if (isinfl(y))
65 else if (isinfl(x)) {
H A Dcacoshl.c57 if (isinfl(x)) in cacoshl()
H A Dk_clog_rl.c431 if (isinfl(x))
433 else if (isinfl(y))
H A Dctanhl.c61 else if (isinfl(x)) { /* x is inf */ in ctanhl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dieee_funcl.c34 isinfl(long double x) { in isinfl() function
66 isinfl(long double x) { in isinfl() function
H A Dhypotl.c129 if (isinfl(x)) in hypotl()
131 else if (isinfl(y)) in hypotl()
H A Dlongdouble.h89 extern int isinfl(long double);
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.S33 ENTRY(isinfl) function
50 SET_SIZE(isinfl)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dieee_funcl.S33 ENTRY(isinfl) function
50 SET_SIZE(isinfl)
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlongdouble.h88 extern int isinfl(long double);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfloat81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfloat81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfloat81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfloat81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat5 lib,npt frexp,frexpl,ldexp,ldexpl,finite,finitel,isinfl,isnanl,copysign,copysignl FEATURE/standards…