Home
last modified time | relevance | path

Searched refs:v_call2_f64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dhypot.c35 return v_call2_f64 (hypot, x, y, vsqrtq_f64 (sqsum), vmovl_u32 (special)); in special_case()
H A Dv_math.h184 v_call2_f64 (double (*f) (double, double), float64x2_t x1, float64x2_t x2, in v_call2_f64() function
H A Datan2.c56 return v_call2_f64 (atan2, y, x, ret, cmp); in special_case()