Home
last modified time | relevance | path

Searched refs:vehi (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_pow_1u5.c218 float64x2_t vehi = vmulq_f64 (y, vhi); in V_NAME_D2() local
220 float64x2_t vemi = vfmsq_f64 (vehi, y, vhi); in V_NAME_D2()
222 return v_exp_inline (vehi, velo, d); in V_NAME_D2()
H A Dsv_pow_1u5.c388 svfloat64_t vehi = svmul_x (pg, y, vhi); in SV_NAME_D2() local
390 svfloat64_t vemi = svmls_x (pg, vehi, y, vhi); in SV_NAME_D2()
392 svfloat64_t vz = sv_exp_inline (pg, vehi, velo, sign_bias); in SV_NAME_D2()