Searched defs:qzero (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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 */
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) function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dj0.c57 static GENERIC pzero(GENERIC), qzero(GENERIC);
135 u = pzero(x); v = qzero(x);
236 z = invsqrtpi*(pzero(x)*ss+qzero(x)*cc)/sqrt(x);
288 static const GENERIC qr[7] = { /* [8 -- inf] qzero 6950 */
297 static const GENERIC qs[7] = { /* [8 -- inf] qzero 6950 */
308 qzero(GENERIC x) { function
/illumos-gate/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) function

Completed in 47 milliseconds