Home
last modified time | relevance | path

Searched refs:sv_call_f64 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcexpi.c15 return svcreate2 (sv_call_f64 (sin, x, svget2 (y, 0), special), in special_case()
16 sv_call_f64 (cos, x, svget2 (y, 1), special)); in special_case()
H A Dacosh.c20 return sv_call_f64 (acosh, x, y, special); in special_case()
H A Datanh.c21 return sv_call_f64 (atanh, x, y, special); in special_case()
H A Dexpm1.c39 return sv_call_f64 (expm1, x, y, pg); in special_case()
H A Dcos.c32 return sv_call_f64 (cos, x, y, oob); in special_case()
H A Dtanh.c65 return sv_call_f64 (tanh, x, y, special); in special_case()
H A Dsinh.c68 return sv_call_f64 (sinh, x, x, pg); in special_case()
H A Dcbrt.c41 return sv_call_f64 (cbrt, x, y, special); in special_case()
H A Dcosh.c38 return sv_call_f64 (cosh, x, y, special); in special_case()
H A Dlog1p.c44 return sv_call_f64 (log1p, x, y, special); in special_case()
H A Dsin.c34 return sv_call_f64 (sin, x, y, cmp); in special_case()
H A Dlog10.c40 return sv_call_f64 (log10, x, svmla_x (svptrue_b64 (), hi, r2, y), special); in special_case()
H A Dlog2.c38 return sv_call_f64 (log2, x, svmla_x (svptrue_b64 (), w, r2, y), special); in special_case()
H A Dlog.c38 return sv_call_f64 (log, x, svmla_x (svptrue_b64 (), hi, r2, y), special); in special_case()
H A Dsv_math.h57 sv_call_f64 (double (*f) (double), svfloat64_t x, svfloat64_t y, svbool_t cmp) in sv_call_f64() function
H A Dtan.c46 return sv_call_f64 (tan, x, y, special); in special_case()
H A Dasinh.c59 return sv_call_f64 (asinh, x, y, special); in special_case()