/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cexpif.c | 15 return svcreate2 (sv_call_f32 (sinf, x, svget2 (y, 0), special), in special_case() 16 sv_call_f32 (cosf, x, svget2 (y, 1), special)); in special_case()
|
H A D | log1pf.c | 16 return sv_call_f32 (log1pf, x, sv_log1pf_inline (x, svptrue_b32 ()), in special_case()
|
H A D | expf.c | 29 return sv_call_f32 (expf, x, expf_inline (x, svptrue_b32 (), d), special); in special_case()
|
H A D | coshf.c | 27 return sv_call_f32 (coshf, x, svadd_x (svptrue_b32 (), half_e, half_over_e), in special_case()
|
H A D | acoshf.c | 21 return sv_call_f32 (acoshf, x, y, special); in special_case()
|
H A D | sinhf.c | 27 return sv_call_f32 (sinhf, x, y, pg); in special_case()
|
H A D | atanhf.c | 23 return sv_call_f32 (atanhf, x, y, special); in special_case()
|
H A D | asinhf.c | 22 return sv_call_f32 (asinhf, x, y, special); in special_case()
|
H A D | tanhf.c | 34 return sv_call_f32 (tanhf, x, y, special); in special_case()
|
H A D | expm1f.c | 34 return sv_call_f32 (expm1f, x, x, pg); in special_case()
|
H A D | cosf.c | 32 return sv_call_f32 (cosf, x, y, oob); in special_case()
|
H A D | exp2f.c | 60 return sv_call_f32 (exp2f, x, sv_exp2f_inline (x, svptrue_b32 (), d), in special_case()
|
H A D | exp10f.c | 76 return sv_call_f32 (exp10f, x, sv_exp10f_inline (x, svptrue_b32 (), d), in special_case()
|
H A D | sinf.c | 38 return sv_call_f32 (sinf, x, y, cmp); in special_case()
|
H A D | cbrtf.c | 37 return sv_call_f32 (cbrtf, x, y, special); in special_case()
|
H A D | log2f.c | 40 return sv_call_f32 ( in special_case()
|
H A D | logf.c | 41 return sv_call_f32 ( in special_case()
|
H A D | log10f.c | 43 return sv_call_f32 ( in special_case()
|
H A D | tanf.c | 42 return sv_call_f32 (tanf, x, y, cmp); in special_case()
|
H A D | sv_math.h | 115 sv_call_f32 (float (*f) (float), svfloat32_t x, svfloat32_t y, svbool_t cmp) in sv_call_f32() function
|