Searched refs:v_call2_f64 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | hypot.c | 35 return v_call2_f64 (hypot, x, y, vsqrtq_f64 (sqsum), vmovl_u32 (special)); in special_case()
|
H A D | v_math.h | 184 v_call2_f64 (double (*f) (double, double), float64x2_t x1, float64x2_t x2, in v_call2_f64() function
|
H A D | atan2.c | 56 return v_call2_f64 (atan2, y, x, ret, cmp); in special_case()
|