Home
last modified time | relevance | path

Searched refs:expm1f_inline (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexpm1f.c42 expm1f, x, expm1f_inline (v_zerofy_f32 (x, special), &d->d), special); in special_case()
70 return expm1f_inline (x, &d->d); in V_NAME_F1()
H A Dv_expm1f_inline.h33 expm1f_inline (float32x4_t x, const struct v_expm1f_data *d) in expm1f_inline() function
H A Dsinhf.c66 float32x4_t t = expm1f_inline (ax, &d->expm1f_consts); in V_NAME_F1()
H A Dtanhf.c64 float32x4_t q = expm1f_inline (vmulq_n_f32 (x, 2), &d->expm1f_consts); in V_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanhf_2u6.c24 expm1f_inline (float x) in expm1f_inline() function
79 float q = expm1f_inline (2 * x); in tanhf()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsinhf.c48 svfloat32_t t = expm1f_inline (ax, pg, &d->expm1f_consts); in SV_NAME_F1()
H A Dsv_expm1f_inline.h32 expm1f_inline (svfloat32_t x, svbool_t pg, const struct sv_expm1f_data *d) in expm1f_inline() function
H A Dtanhf.c53 svfloat32_t q = expm1f_inline (svmul_x (svptrue_b32 (), x, 2.0), pg, in SV_NAME_F1()