Searched refs:pylogx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | powf.c | 165 svfloat64_t y, svuint64_t sign_bias, svfloat64_t *pylogx, in sv_powf_core_ext() argument 181 *pylogx = svmul_x (pg, y, logx); in sv_powf_core_ext() 184 svfloat64_t kd = svrinta_x (svptrue_b64 (), *pylogx); in sv_powf_core_ext() 187 r = svsub_x (pg, *pylogx, kd); in sv_powf_core_ext() 209 svfloat32_t y, svuint32_t sign_bias, svfloat32_t *pylogx, in sv_powf_core() argument 241 *pylogx = svuzp1 (ylogx_lo_32, ylogx_hi_32); in sv_powf_core()
|