Home
last modified time | relevance | path

Searched refs:qone (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/Q/
H A Drndintl.c44 static const long double qone = 1.0L, qhalf = 0.5L, qmhalf = -0.5L; variable
57 return (copysignl(t - qone, x)); /* |t-1|*sign(x) */ in aintl()
72 t = t - qone; in anintl()
74 t = t + qone; in anintl()
H A Dfloorl.c44 static const long double qone = 1.0L; variable
56 return (copysignl(t + qone, x)); in ceill()
69 return (copysignl(t - qone, x)); in floorl()
H A Dj1l.c56 static GENERIC qone(GENERIC);
115 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrtl(x);
197 return invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrtl(x);
683 static GENERIC qone(x) in qone() function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dj1.c56 static GENERIC pone(GENERIC), qone(GENERIC);
132 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrt(x); in j1()
259 d = invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrt(x); in y1()
337 qone(GENERIC x) { in qone() function
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj1l.c59 static GENERIC pone(), qone();
119 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrtl(x);
213 return (invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrtl(x));
700 static GENERIC qone(x) in qone() function