Lines Matching refs:ax
122 double x, y, t, ax, ay;
134 ax = fabs(x);
141 D_RE(ans) = ax;
145 D_IM(ans) = ax;
148 D_IM(ans) = D_RE(ans) = ax + ay;
151 D_RE(ans) = sqrt(ax);
154 D_IM(ans) = sqrt(ax);
160 t = sqrt(ax);
162 ax *= twom601;
164 t = two300 * sqrt(ax + sqrt(ax * ax + y * y));
166 ax *= two599;
168 t = twom300 * sqrt(ax + sqrt(ax * ax + y * y));
170 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay)));
184 t = sqrt(half * ay + half * ax);
186 t = half * sqrt(two * (ay + ax));
188 t = sqrt(half * (ay + ax));
190 ax *= twom601;
192 t = two300 * sqrt(ax + sqrt(ax * ax + y * y));
194 ax *= two599;
196 t = twom300 * sqrt(ax + sqrt(ax * ax + y * y));
198 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay)));