/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cexpi.c | 15 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 D | expm1.c | 40 return v_call_f64 (expm1, x, expm1_inline (v_zerofy_f64 (x, special), &d->d), in special_case()
|
H A D | log1p.c | 31 return v_call_f64 (log1p, x, log1p_inline (x_nospecial, &d->d), cmp); in special_case()
|
H A D | tanh.c | 27 return v_call_f64 (tanh, x, vdivq_f64 (q, qp2), special); in special_case()
|
H A D | acosh.c | 28 return v_call_f64 (acosh, x, log1p_inline (y, d), special); in special_case()
|
H A D | sinh.c | 39 return v_call_f64 (sinh, x, x, v_u64 (-1)); in special_case()
|
H A D | atanh.c | 29 return v_call_f64 (atanh, vbslq_f64 (d->sign_mask, halfsign, x), in special_case()
|
H A D | sinpi.c | 37 return v_call_f64 (arm_math_sinpi, x, y, cmp); in special_case()
|
H A D | cospi.c | 34 return v_call_f64 (arm_math_cospi, x, y, cmp); in special_case()
|
H A D | cosh.c | 37 return v_call_f64 (cosh, x, y, special); in special_case()
|
H A D | acos.c | 40 return v_call_f64 (acos, x, y, special); in special_case()
|
H A D | tan.c | 44 return v_call_f64 (tan, x, x, v_u64 (-1)); in special_case()
|
H A D | cbrt.c | 40 return v_call_f64 (cbrt, x, y, vmovl_u32 (special)); in special_case()
|
H A D | sin.c | 43 return v_call_f64 (sin, x, y, cmp); in special_case()
|
H A D | cos.c | 36 return v_call_f64 (cos, x, y, cmp); in special_case()
|
H A D | exp2.c | 48 return v_call_f64 (exp2, x, y, is_special); in special_case()
|
H A D | log.c | 63 return v_call_f64 (log, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
|
H A D | log2.c | 66 return v_call_f64 (log2, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
|
H A D | asin.c | 38 return v_call_f64 (asin, x, y, special); in special_case()
|
H A D | exp.c | 53 return v_call_f64 (exp, x, y, cmp); in special_case()
|
H A D | log10.c | 67 return v_call_f64 (log10, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (special)); in special_case()
|
H A D | exp10.c | 57 return v_call_f64 (exp10, x, y, cmp); in special_case()
|
H A D | v_math.h | 172 v_call_f64 (double (*f) (double), float64x2_t x, float64x2_t y, uint64x2_t p) in v_call_f64() function
|
H A D | atan.c | 63 return v_call_f64 (atan, x, v_f64 (0), v_u64 (-1)); in V_NAME_D1()
|
H A D | erfc.c | 73 return v_call_f64 (erfc, x, y, cmp); in special_case()
|