Home
last modified time | relevance | path

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

12

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcexpif.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 Dcoshf.c36 return v_call_f32 (coshf, x, vaddq_f32 (half_t, half_over_t), special); in special_case()
56 return v_call_f32 (coshf, x, x, v_u32 (-1)); in V_NAME_F1()
H A Dlog1pf.c34 return v_call_f32 (log1pf, x, log1pf_inline (x_nospecial, &d->d), cmp); in special_case()
64 return v_call_f32 (log1pf, x, log1pf_inline (x, ptr_barrier (&data)), cmp); in special_case()
H A Dexpm1f.c41 return v_call_f32 ( in special_case()
H A Dsinhf.c38 return v_call_f32 (sinhf, x, vmulq_f32 (t, halfsign), special); in special_case()
H A Dsinpif.c32 return v_call_f32 (arm_math_sinpif, x, y, cmp); in special_case()
H A Dacoshf.c26 return v_call_f32 (acoshf, x, log1pf_inline (y, d), vmovl_u16 (special)); in special_case()
H A Dcospif.c29 return v_call_f32 (arm_math_cospif, x, y, cmp); in special_case()
H A Datanhf.c36 return v_call_f32 (atanhf, vbslq_f32 (AbsMask, x, halfsign), in special_case()
H A Dasinf.c34 return v_call_f32 (asinf, x, y, special); in special_case()
H A Dtanhf.c28 return v_call_f32 ( in special_case()
H A Datanf.c38 return v_call_f32 (atanf, x, y, special); in special_case()
H A Dasinhf.c34 return v_call_f32 ( in special_case()
H A Dacosf.c35 return v_call_f32 (acosf, x, y, special); in special_case()
H A Dcbrtf.c36 return v_call_f32 (cbrtf, x, y, vmovl_u16 (special)); in special_case()
H A Dcosf.c37 return v_call_f32 (cosf, x, y, cmp); in special_case()
H A Dsinf.c44 return v_call_f32 (sinf, x, y, cmp); in special_case()
H A Dlogf.c41 return v_call_f32 (logf, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
H A Dlog2f.c46 return v_call_f32 (log2f, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
H A Dlog10f.c46 return v_call_f32 (log10f, vreinterpretq_f32_u32 (vaddq_u32 (u_off, d->off)), in special_case()
H A Dtanf.c42 return v_call_f32 (tanf, x, y, cmp); in special_case()
H A Dexp2f.c47 return v_call_f32 (exp2f, x, y, cmp); in special_case()
H A Dexpf.c51 return v_call_f32 (expf, x, y, cmp); in special_case()
H A Dexp10f.c61 return v_call_f32 (exp10f, x, y, cmp); in special_case()
H A Derfcf.c73 return v_call_f32 (erfcf, x, y, cmp); in special_case()

12