Home
last modified time | relevance | path

Searched refs:qzero (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libm/common/Q/
H A Drintl.c46 static const long double qzero = 0.0L; variable
72 return (copysignl(qzero, x)); /* x rounded to zero */ in rintl()
H A Dj0l.c57 static GENERIC qzero(GENERIC);
116 u = pzero(x); v = qzero(x);
200 return invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrtl(x);
687 static GENERIC qzero(x) in qzero() function
/titanic_41/usr/src/lib/libm/common/C/
H A Dj0.c57 static GENERIC pzero(GENERIC), qzero(GENERIC);
135 u = pzero(x); v = qzero(x); in j0()
236 z = invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrt(x); in y0()
308 qzero(GENERIC x) { in qzero() function
/titanic_41/usr/src/lib/libm/common/LD/
H A Dj0l.c62 static GENERIC pzero(), qzero();
123 u = pzero(x); v = qzero(x);
208 return (invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrtl(x));
696 static GENERIC qzero(x) in qzero() function