Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c60 static const float pone = 1.0f; in __vatanf() local
69 sign0 = pone; in __vatanf()
103 f0 = -pone/f0; in __vatanf()
110 f0 = (f0 - z)/(pone + f0*z); in __vatanf()
135 sign1 = pone; in __vatanf()
172 f1 = -pone/f1; in __vatanf()
205 sign2 = pone; in __vatanf()
242 f2 = -pone/f2; in __vatanf()
276 sign3 = pone; in __vatanf()
313 n3 = -pone; in __vatanf()
[all …]
/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()
302 pone(GENERIC x) { in pone() 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));
438 static GENERIC pone(x) in pone() function
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj1l.c55 static GENERIC pone(GENERIC);
115 d = invsqrtpi*(pone(x)*cc-qone(x)*ss)/sqrtl(x);
197 return invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrtl(x);
422 static GENERIC pone(x) in pone() function