Home
last modified time | relevance | path

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

12

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcexpi.c15 return (float64x2x2_t){ v_call_f64 (sin, x, y.val[0], special), in special_case()
16 v_call_f64 (cos, x, y.val[1], special) }; in special_case()
H A Dexpm1.c40 return v_call_f64 (expm1, x, expm1_inline (v_zerofy_f64 (x, special), &d->d), in special_case()
H A Dlog1p.c31 return v_call_f64 (log1p, x, log1p_inline (x_nospecial, &d->d), cmp); in special_case()
H A Dtanh.c27 return v_call_f64 (tanh, x, vdivq_f64 (q, qp2), special); in special_case()
H A Dacosh.c28 return v_call_f64 (acosh, x, log1p_inline (y, d), special); in special_case()
H A Dsinh.c39 return v_call_f64 (sinh, x, x, v_u64 (-1)); in special_case()
H A Datanh.c29 return v_call_f64 (atanh, vbslq_f64 (d->sign_mask, halfsign, x), in special_case()
H A Dsinpi.c37 return v_call_f64 (arm_math_sinpi, x, y, cmp); in special_case()
H A Dcospi.c34 return v_call_f64 (arm_math_cospi, x, y, cmp); in special_case()
H A Dcosh.c37 return v_call_f64 (cosh, x, y, special); in special_case()
H A Dacos.c40 return v_call_f64 (acos, x, y, special); in special_case()
H A Dtan.c44 return v_call_f64 (tan, x, x, v_u64 (-1)); in special_case()
H A Dcbrt.c40 return v_call_f64 (cbrt, x, y, vmovl_u32 (special)); in special_case()
H A Dsin.c43 return v_call_f64 (sin, x, y, cmp); in special_case()
H A Dcos.c36 return v_call_f64 (cos, x, y, cmp); in special_case()
H A Dexp2.c48 return v_call_f64 (exp2, x, y, is_special); in special_case()
H A Dlog.c63 return v_call_f64 (log, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
H A Dlog2.c66 return v_call_f64 (log2, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
H A Dasin.c38 return v_call_f64 (asin, x, y, special); in special_case()
H A Dexp.c53 return v_call_f64 (exp, x, y, cmp); in special_case()
H A Dlog10.c67 return v_call_f64 (log10, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
H A Dexp10.c57 return v_call_f64 (exp10, x, y, cmp); in special_case()
H A Dv_math.h172 v_call_f64 (double (*f) (double), float64x2_t x, float64x2_t y, uint64x2_t p) in v_call_f64() function
H A Datan.c63 return v_call_f64 (atan, x, v_f64 (0), v_u64 (-1)); in V_NAME_D1()
H A Derfc.c73 return v_call_f64 (erfc, x, y, cmp); in special_case()

12