Lines Matching refs:ax
50 long double x, y, t, ax, ay;
60 ax = fabsl(x);
67 LD_RE(ans) = ax;
71 LD_IM(ans) = ax;
74 LD_IM(ans) = LD_RE(ans) = ax + ay;
77 LD_RE(ans) = sqrtl(ax);
80 LD_IM(ans) = sqrtl(ax);
90 t = sqrtl(ax);
92 ax *= twom9001;
94 t = two4500 * sqrtl(ax + sqrtl(ax * ax + y * y));
96 ax *= two8999;
98 t = twom4500 * sqrtl(ax + sqrtl(ax * ax + y * y));
100 t = sqrtl(half * (ax + sqrtl(ax * ax + y * y)));
119 t = sqrtl(half * ay + half * ax);
121 t = half * (sqrtl(two * (ax + ay)));
123 t = sqrtl(half * (ax + ay));
125 ax *= twom9001;
127 t = two4500 * sqrtl(ax + sqrtl(ax * ax + y * y));
129 ax *= two8999;
131 t = twom4500 * sqrtl(ax + sqrtl(ax * ax + y * y));
133 t = sqrtl(half * (ax + sqrtl(ax * ax + y * y)));