Searched refs:half_e (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | coshf.c | 24 special_case (svfloat32_t x, svfloat32_t half_e, svfloat32_t half_over_e, in special_case() argument 27 return sv_call_f32 (coshf, x, svadd_x (svptrue_b32 (), half_e, half_over_e), in special_case() 47 svfloat32_t half_e = svmul_x (svptrue_b32 (), e, 0.5); in SV_NAME_F1() local 51 return special_case (x, half_e, half_over_e, special); in SV_NAME_F1() 53 return svadd_x (svptrue_b32 (), half_e, half_over_e); in SV_NAME_F1()
|