Home
last modified time | relevance | path

Searched refs:sv_call_f32 (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcexpif.c15 return svcreate2 (sv_call_f32 (sinf, x, svget2 (y, 0), special), in special_case()
16 sv_call_f32 (cosf, x, svget2 (y, 1), special)); in special_case()
H A Dlog1pf.c16 return sv_call_f32 (log1pf, x, sv_log1pf_inline (x, svptrue_b32 ()), in special_case()
H A Dexpf.c29 return sv_call_f32 (expf, x, expf_inline (x, svptrue_b32 (), d), special); in special_case()
H A Dcoshf.c27 return sv_call_f32 (coshf, x, svadd_x (svptrue_b32 (), half_e, half_over_e), in special_case()
H A Dacoshf.c21 return sv_call_f32 (acoshf, x, y, special); in special_case()
H A Dsinhf.c27 return sv_call_f32 (sinhf, x, y, pg); in special_case()
H A Datanhf.c23 return sv_call_f32 (atanhf, x, y, special); in special_case()
H A Dasinhf.c22 return sv_call_f32 (asinhf, x, y, special); in special_case()
H A Dtanhf.c34 return sv_call_f32 (tanhf, x, y, special); in special_case()
H A Dexpm1f.c34 return sv_call_f32 (expm1f, x, x, pg); in special_case()
H A Dcosf.c32 return sv_call_f32 (cosf, x, y, oob); in special_case()
H A Dexp2f.c60 return sv_call_f32 (exp2f, x, sv_exp2f_inline (x, svptrue_b32 (), d), in special_case()
H A Dexp10f.c76 return sv_call_f32 (exp10f, x, sv_exp10f_inline (x, svptrue_b32 (), d), in special_case()
H A Dsinf.c38 return sv_call_f32 (sinf, x, y, cmp); in special_case()
H A Dcbrtf.c37 return sv_call_f32 (cbrtf, x, y, special); in special_case()
H A Dlog2f.c40 return sv_call_f32 ( in special_case()
H A Dlogf.c41 return sv_call_f32 ( in special_case()
H A Dlog10f.c43 return sv_call_f32 ( in special_case()
H A Dtanf.c42 return sv_call_f32 (tanf, x, y, cmp); in special_case()
H A Dsv_math.h115 sv_call_f32 (float (*f) (float), svfloat32_t x, svfloat32_t y, svbool_t cmp) in sv_call_f32() function