Searched refs:pone (Results 1 – 4 of 4) sorted by relevance
60 static const float pone = 1.0f; in __vatanf() local69 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()179 f1 = (f1 - z)/(pone + f1*z); in __vatanf()205 sign2 = pone; in __vatanf()242 f2 = -pone/f2; in __vatanf()249 f2 = (f2 - z)/(pone + f2*z); in __vatanf()[all …]
56 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
59 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
55 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