Home
last modified time | relevance | path

Searched refs:v_call_f32 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_cexpif_1u8.c15 return (float32x4x2_t){ v_call_f32 (sinf, x, y.val[0], special), in special_case()
16 v_call_f32 (cosf, x, y.val[1], special) }; in special_case()
H A Dv_coshf_2u4.c29 return v_call_f32 (coshf, x, y, special); in special_case()
50 return v_call_f32 (coshf, x, x, v_u32 (-1)); in V_NAME_F1()
H A Dv_atanhf_3u1.c35 return v_call_f32 (atanhf, x, y, special); in special_case()
H A Dv_acoshf_3u1.c29 return v_call_f32 (acoshf, x, log1pf_inline (y, d), vmovl_u16 (special)); in special_case()
H A Dv_sinhf_2u3.c40 return v_call_f32 (sinhf, x, y, special); in special_case()
H A Dv_sinpif_3u.c32 return v_call_f32 (sinpif, x, y, cmp); in special_case()
H A Dv_cospif_3u2.c29 return v_call_f32 (cospif, x, y, cmp); in special_case()
H A Dv_tanhf_2u6.c29 return v_call_f32 (tanhf, x, y, special); in special_case()
H A Dv_asinf_2u5.c34 return v_call_f32 (asinf, x, y, special); in special_case()
H A Dv_asinhf_2u7.c33 return v_call_f32 (asinhf, x, y, special); in special_case()
H A Dv_log2f_2u5.c38 return v_call_f32 (log2f, x, vfmaq_f32 (n, p, r), vmovl_u16 (cmp)); in special_case()
H A Dv_acosf_1u4.c35 return v_call_f32 (acosf, x, y, special); in special_case()
H A Dv_atanf_3u.c38 return v_call_f32 (atanf, x, y, special); in special_case()
H A Dv_log10f_3u5.c39 return v_call_f32 (log10f, x, vfmaq_f32 (y, p, r2), vmovl_u16 (cmp)); in special_case()
H A Dv_expm1f_1u6.c50 return v_call_f32 (expm1f, x, y, special); in special_case()
H A Dv_cbrtf_1u7.c36 return v_call_f32 (cbrtf, x, y, vmovl_u16 (special)); in special_case()
H A Dv_tanf_3u5.c42 return v_call_f32 (tanf, x, y, cmp); in special_case()
H A Dv_log1pf_2u1.c55 return v_call_f32 (log1pf, x, y, special); in special_case()
H A Dv_exp10f_2u4.c55 return v_call_f32 (exp10f, x, y, cmp); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_logf.c38 return v_call_f32 (logf, x, vfmaq_f32 (p, y, r2), vmovl_u16 (cmp)); in special_case()
H A Dv_sinf.c41 return v_call_f32 (sinf, x, y, cmp); in special_case()
H A Dv_cosf.c37 return v_call_f32 (cosf, x, y, cmp); in special_case()
H A Dv_math.h76 v_call_f32 (float (*f) (float), float32x4_t x, float32x4_t y, uint32x4_t p) in v_call_f32() function
H A Dv_exp2f.c42 return v_call_f32 (exp2f, x, y, cmp); in special_case()
H A Dv_expf.c47 return v_call_f32 (expf, x, y, cmp); in special_case()

12