Lines Matching refs:sqrt
151 D_RE(ans) = sqrt(ax); in csqrt()
154 D_IM(ans) = sqrt(ax); in csqrt()
160 t = sqrt(ax); in csqrt()
164 t = two300 * sqrt(ax + sqrt(ax * ax + y * y)); in csqrt()
168 t = twom300 * sqrt(ax + sqrt(ax * ax + y * y)); in csqrt()
170 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay))); 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()
192 t = two300 * sqrt(ax + sqrt(ax * ax + y * y)); in csqrt()
196 t = twom300 * sqrt(ax + sqrt(ax * ax + y * y)); in csqrt()
198 t = sqrt(half * (ax + sqrt(ax * ax + ay * ay))); in csqrt()