Home | History | Annotate | Download | only in libbid

Lines Matching defs:lsb

674   int lsb;
2448 lsb = res.w[0] & 0x01; // lsb of C3 * 10^scale
2538 if (lsb == 1) {
2584 lsb = res.w[0] & 0x01; // lsb of C3 * 10^scale; R128 contains rounded C4
2621 } else if (lsb == 0) {
2631 } else if (lsb == 1) {
3144 lsb = C4.w[0] & 0x01;
3151 } else if (lsb == 0) {
3161 } else if (lsb == 1) {