Searched refs:sgnb (Results 1 – 2 of 2) sorted by relevance
105 bool sgnb = !int128_nonneg(b); in int128_divs() local111 if (sgnb) { in int128_divs()117 if (sgna != sgnb) { in int128_divs()128 bool sgnb = !int128_nonneg(b); in int128_rems() local134 if (sgnb) { in int128_rems()
2355 int sgnb = bcd_get_sgn(b); in helper_bcdadd() local2356 int invalid = (sgna == 0) || (sgnb == 0); in helper_bcdadd()2363 if (sgna == sgnb) { in helper_bcdadd()2374 result.VsrB(BCD_DIG_BYTE(0)) = bcd_preferred_sgn(sgnb, ps); in helper_bcdadd()2376 cr = (sgnb > 0) ? CRF_GT : CRF_LT; in helper_bcdadd()2401 int sgnb = bcd_get_sgn(b); in helper_bcdsub() local2402 if (sgnb < 0) { in helper_bcdsub()2404 } else if (sgnb > 0) { in helper_bcdsub()2417 uint16_t sgnb = get_national_digit(b, 0); in helper_bcdcfn() local2419 int invalid = (sgnb != NATIONAL_PLUS && sgnb != NATIONAL_NEG); in helper_bcdcfn()[all …]