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; local
69 sign0 = pone;
103 f0 = -pone/f0;
110 f0 = (f0 - z)/(pone + f0*z);
135 sign1 = pone;
172 f1 = -pone/f1;
179 f1 = (f1 - z)/(pone + f1*z);
205 sign2 = pone;
242 f2 = -pone/f2;
249 f2 = (f2 - z)/(pone
[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);
259 d = invsqrtpi*(pone(x)*ss+qone(x)*cc)/sqrt(x);
302 pone(GENERIC x) { 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) 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) function

Completed in 74 milliseconds