/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cexpi.c | 15 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 D | acosh.c | 20 return sv_call_f64 (acosh, x, y, special); in special_case()
|
H A D | atanh.c | 21 return sv_call_f64 (atanh, x, y, special); in special_case()
|
H A D | expm1.c | 39 return sv_call_f64 (expm1, x, y, pg); in special_case()
|
H A D | cos.c | 32 return sv_call_f64 (cos, x, y, oob); in special_case()
|
H A D | tanh.c | 65 return sv_call_f64 (tanh, x, y, special); in special_case()
|
H A D | sinh.c | 68 return sv_call_f64 (sinh, x, x, pg); in special_case()
|
H A D | cbrt.c | 41 return sv_call_f64 (cbrt, x, y, special); in special_case()
|
H A D | cosh.c | 38 return sv_call_f64 (cosh, x, y, special); in special_case()
|
H A D | log1p.c | 44 return sv_call_f64 (log1p, x, y, special); in special_case()
|
H A D | sin.c | 34 return sv_call_f64 (sin, x, y, cmp); in special_case()
|
H A D | log10.c | 40 return sv_call_f64 (log10, x, svmla_x (svptrue_b64 (), hi, r2, y), special); in special_case()
|
H A D | log2.c | 38 return sv_call_f64 (log2, x, svmla_x (svptrue_b64 (), w, r2, y), special); in special_case()
|
H A D | log.c | 38 return sv_call_f64 (log, x, svmla_x (svptrue_b64 (), hi, r2, y), special); in special_case()
|
H A D | sv_math.h | 57 sv_call_f64 (double (*f) (double), svfloat64_t x, svfloat64_t y, svbool_t cmp) in sv_call_f64() function
|
H A D | tan.c | 46 return sv_call_f64 (tan, x, y, special); in special_case()
|
H A D | asinh.c | 59 return sv_call_f64 (asinh, x, y, special); in special_case()
|