Home
last modified time | relevance | path

Searched refs:v_call2_f32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dhypotf.c35 return v_call2_f32 (hypotf, x, y, vsqrtq_f32 (sqsum), vmovl_u16 (special)); in special_case()
H A Datan2f.c38 return v_call2_f32 (atan2f, y, x, ret, cmp); in special_case()
H A Dv_math.h119 v_call2_f32 (float (*f) (float, float), float32x4_t x1, float32x4_t x2, in v_call2_f32() function
H A Dpowf.c94 return v_call2_f32 (powf, x, y, ret, cmp); in special_case()