Searched refs:sqrt_ (Results 1 – 2 of 2) sorted by relevance
37 SI F sqrt_(F v) { return sqrtf(v); } in sqrt_() function98 SI F sqrt_(F v) { return vsqrtq_f32(v); } in sqrt_() function195 SI F sqrt_(F v) { in sqrt_() function304 SI F sqrt_(F v) { return _mm256_sqrt_ps (v); } in sqrt_() function509 SI F sqrt_(F v) { return _mm_sqrt_ps (v); } in sqrt_() function
1254 r = sqrt_(X2 + Y2); in STAGE()1283 const F sqrt_disc = sqrt_(disc); in solve_2pt_conical_quadratic()