Searched refs:v_call2_f32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | hypotf.c | 35 return v_call2_f32 (hypotf, x, y, vsqrtq_f32 (sqsum), vmovl_u16 (special)); in special_case()
|
H A D | atan2f.c | 38 return v_call2_f32 (atan2f, y, x, ret, cmp); in special_case()
|
H A D | v_math.h | 119 v_call2_f32 (float (*f) (float, float), float32x4_t x1, float32x4_t x2, in v_call2_f32() function
|
H A D | powf.c | 94 return v_call2_f32 (powf, x, y, ret, cmp); in special_case()
|