Searched refs:vy (Results 1 – 4 of 4) sorted by relevance
15 int vy; in ieee754sp_cmp() local33 vy = y.bits; in ieee754sp_cmp()37 if (vy < 0) in ieee754sp_cmp()38 vy = -vy ^ SP_SIGN_BIT; in ieee754sp_cmp()40 if (vx < vy) in ieee754sp_cmp()42 else if (vx == vy) in ieee754sp_cmp()
15 s64 vy; in ieee754dp_cmp() local33 vy = y.bits; in ieee754dp_cmp()37 if (vy < 0) in ieee754dp_cmp()38 vy = -vy ^ DP_SIGN_BIT; in ieee754dp_cmp()40 if (vx < vy) in ieee754dp_cmp()42 else if (vx == vy) in ieee754dp_cmp()
139 my ($f,$vx,$vy) = @_;140 " vor $vx,$vy,$vy";
135 [vy]"r"(p), in __raid6_datap_recov_rvv()