Lines Matching refs:ay
51 long double x, y, t, ax, ay; in clogl() local
60 ay = fabsl(y); in clogl()
63 if (ix < iy || (ix == iy && ix < 0x7fff0000 && ax < ay)) { in clogl()
66 ax = ay; in clogl()
67 ay = t; in clogl()
75 else if (isinfl(ay)) in clogl()
76 LD_RE(ans) = ay; in clogl()
78 LD_RE(ans) = ax + ay; in clogl()
79 } else if (ay == zero) in clogl()
85 LD_RE(ans) = half * log1pl(ay * ay); in clogl()
89 LD_RE(ans) = half * (log1pl(ay * ay + (ax - in clogl()
99 LD_RE(ans) = half * logl(ax * ax + ay * ay); in clogl()
101 t = ay / ax; in clogl()