Searched refs:qone (Results 1 – 5 of 5) sorted by relevance
44 static const long double qone = 1.0L, qhalf = 0.5L, qmhalf = -0.5L; variable57 return (copysignl(t - qone, x)); /* |t-1|*sign(x) */ in aintl()72 t = t - qone; in anintl()74 t = t + qone; in anintl()
44 static const long double qone = 1.0L; variable56 return (copysignl(t + qone, x)); in ceill()69 return (copysignl(t - qone, x)); in floorl()
56 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
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()337 qone(GENERIC x) { in qone() 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));700 static GENERIC qone(x) in qone() function