Lines Matching defs:ay
50 long double x, y, t, ax, ay;
59 ay = fabsl(y);
64 LD_IM(ans) = LD_RE(ans) = ay;
68 LD_IM(ans) = ay * zero;
70 LD_RE(ans) = ay * zero;
74 LD_IM(ans) = LD_RE(ans) = ax + ay;
104 LD_IM(ans) = ay / (t + t);
107 LD_RE(ans) = ay / (t + t);
117 t = sqrtl(half * ay);
119 t = sqrtl(half * ay + half * ax);
121 t = half * (sqrtl(two * (ax + ay)));
123 t = sqrtl(half * (ax + ay));
137 LD_IM(ans) = ay / (t + t);
140 LD_RE(ans) = ay / (t + t);