Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpowf.c261 svbool_t xisneg = svcmplt (pg, x, sv_f32 (0)); in SV_NAME_F2() local
267 if (unlikely (svptest_any (pg, xisneg))) in SV_NAME_F2()
270 yint_or_xpos = svisint (xisneg, y); in SV_NAME_F2()
271 svbool_t yisodd_xisneg = svisodd (xisneg, y); in SV_NAME_F2()
H A Dpow.c385 svbool_t xisneg = svcmplt (pg, x, 0); in SV_NAME_D2() local
391 if (unlikely (svptest_any (pg, xisneg))) in SV_NAME_D2()
394 yint_or_xpos = sv_isint (xisneg, y); in SV_NAME_D2()
395 svbool_t yisodd_xisneg = sv_isodd (xisneg, y); in SV_NAME_D2()