Home
last modified time | relevance | path

Searched refs:v_zerofy_f32 (Results 1 – 14 of 14) sorted by relevance

/src/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanhf.c56 x = v_zerofy_f32 (x, is_boring); in tanh()
58 x = v_zerofy_f32 (x, special); in tanh()
H A Dasinhf.c60 ax = v_zerofy_f32 (ax, special); in asinh()
61 x = v_zerofy_f32 (x, special); in asinh()
H A Dhypotf.c58 ax = v_zerofy_f32 (ax, specialx); in hypot()
59 ay = v_zerofy_f32 (ay, specialy); in hypot()
H A Dexpm1f.c42 expm1f, x, expm1f_inline (v_zerofy_f32 (x, special), &d->d), special); in special_case()
H A Dsinhf.c58 ax = v_zerofy_f32 (ax, special); in sinh()
H A Dsinpif.c50 float32x4_t r = v_zerofy_f32 (x, cmp); in sinpi()
H A Dcospif.c46 r = v_zerofy_f32 (r, cmp); in cospi()
H A Datanhf.c58 ax = v_zerofy_f32 (ax, special); in atanh()
H A Dacoshf.c51 float32x4_t xm1 = v_zerofy_f32 (vsubq_f32 (x, v_f32 (1)), p); in acosh()
H A Dcoshf.c62 ax = v_zerofy_f32 (ax, tiny); in cosh()
H A Dlog1pf.c33 float32x4_t x_nospecial = v_zerofy_f32 (x, cmp); in special_case()
H A Dexp10f.c103 x = v_zerofy_f32 (x, cmp); in exp10()
H A Derfcf.c112 x = v_zerofy_f32 (x, cmp); in erfc()
H A Dv_math.h128 v_zerofy_f32 (float32x4_t x, uint32x4_t mask) in v_zerofy_f32() function