Home | History | Annotate | Download | only in src

Lines Matching full:v_sqrt

185         x0 = v_sqrt(v_muladd(x0, x0, y0*y0));
186 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
221 x0 = v_sqrt(v_muladd(x0, x0, y0*y0));
222 x1 = v_sqrt(v_muladd(x1, x1, y1*y1));
302 t0 = v_sqrt(t0);
303 t1 = v_sqrt(t1);
333 t0 = v_sqrt(t0);
334 t1 = v_sqrt(t1);