Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/mpi/
H A Dmpi-pow.c32 int msign, bsign, rsign; in mpi_powm() local
80 bsign = base->sign; in mpi_powm()
146 rsign = bsign; in mpi_powm()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1160 bool asign, bsign; in helper_f2xm1() local
1248 bsign = extractFloatx80Sign(f2xm1_table[n].exp2m1); in helper_f2xm1()
1249 if (asign == bsign) { in helper_f2xm1()
1259 asign = bsign; in helper_f2xm1()