Searched refs:Apx (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcacos.c220 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
380 Apx = A + x;
382 D_RE(ans) = atan(sqrt(half * Apx * (y2 / (R +
385 D_RE(ans) = atan((y * sqrt(half * (Apx / (R +
386 xp1) + Apx / (S + xm1)))) / x);
H A Dcasin.c216 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
353 Apx = A + x;
355 D_RE(ans) = atan(x / sqrt(half * Apx * (y2 /
358 D_RE(ans) = atan(x / (y * sqrt(half * (Apx /
359 (R + xp1) + Apx / (S + xm1)))));
H A Dcasinl.c70 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
206 Apx = A + x;
208 LD_RE(ans) = atanl(x / sqrtl(half * Apx * (y2 /
211 LD_RE(ans) = atanl(x / (y * sqrtl(half * (Apx /
212 (R + xp1) + Apx / (S + xm1)))));
H A Dcacosl.c76 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
248 Apx = A + t;
250 LD_RE(ans) = atan2l(sqrtl(half * Apx * (y2 /
253 LD_RE(ans) = atan2l((y * sqrtl(half * (Apx /
254 (R + xp1) + Apx / (S + xm1)))), x);

Completed in 46 milliseconds