Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpowf.c145 svbool_t yspecial = sv_zeroinfnan (svptrue_b32 (), svreinterpret_u32 (x2)); in sv_call_powf_sc() local
146 svbool_t cmp = svorr_z (svptrue_b32 (), xspecial, yspecial); in sv_call_powf_sc()
280 svbool_t yspecial = sv_zeroinfnan (pg, viy0); in SV_NAME_F2() local
281 svbool_t cmp = svorr_z (pg, xspecial, yspecial); in SV_NAME_F2()
H A Dpow.c431 svbool_t yspecial = sv_zeroinfnan (svptrue_b64 (), viy0); in SV_NAME_D2() local
432 svbool_t special = svorr_z (svptrue_b64 (), xspecial, yspecial); in SV_NAME_D2()