Home | History | Annotate | Download | only in Support

Lines Matching refs:temp_rhs

1356     APFloat temp_rhs(rhs);
1360 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan;
1363 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1);
1368 temp_rhs.shiftSignificandLeft(1);
1373 carry = temp_rhs.subtractSignificand
1375 copySignificand(temp_rhs);
1379 (temp_rhs, lost_fraction != lfExactlyZero);
1394 APFloat temp_rhs(rhs);
1396 lost_fraction = temp_rhs.shiftSignificandRight(bits);
1397 carry = addSignificand(temp_rhs);