Home | History | Annotate | Download | only in ppc32

Lines Matching refs:LSB

588 		int LSB;
596 ** and the LSB bit at the bottom of the manitssa.
608 /* mask off LSB from resulting guard bits */
627 /* mask off LSB from resulting guard bits */
644 /* g >> 3 == LSB, g & 7 == guard bits */
690 /* get LSB for tie breaking */
691 LSB = Z.layout.frac & 1;
707 if (debug) printf("tie: LSB = %d\n", LSB);
708 expected = (LSB == 0 ? lo : hi);
905 int LSB;
913 ** and the LSB bit at the bottom of the manitssa.
925 /* mask off LSB from resulting guard bits */
947 /* mask off LSB from resulting guard bits */
986 /* g >> 3 == LSB, g & 7 == guard bits */
1027 /* get LSB for tie breaking */
1028 LSB = Z.layout.frac_lo & 1;
1044 if (debug) printf("tie: LSB = %d\n", LSB);
1045 expected = (LSB == 0 ? lo : hi);