Lines Matching refs:ay
122 double x, y, t, ax, ay; in csqrt() local
133 ay = fabs(y); in csqrt()
138 D_IM(ans) = D_RE(ans) = ay; in csqrt()
142 D_IM(ans) = ay * zero; in csqrt()
144 D_RE(ans) = ay * zero; in csqrt()
148 D_IM(ans) = D_RE(ans) = ax + ay; in csqrt()
170 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay))); in csqrt()
173 D_IM(ans) = ay / (t + t); in csqrt()
176 D_RE(ans) = ay / (t + t); in csqrt()
182 t = sqrt(half * ay); in csqrt()
184 t = sqrt(half * ay + half * ax); in csqrt()
186 t = half * sqrt(two * (ay + ax)); in csqrt()
188 t = sqrt(half * (ay + ax)); in csqrt()
198 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay))); in csqrt()
201 D_IM(ans) = ay / (t + t); in csqrt()
204 D_RE(ans) = ay / (t + t); in csqrt()