reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1491 lost_fraction = lfExactlyZero; 1493 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1); 1497 lost_fraction = shiftSignificandRight(-bits - 1); 1504 (*this, lost_fraction != lfExactlyZero); 1509 (temp_rhs, lost_fraction != lfExactlyZero); 1514 if (lost_fraction == lfLessThanHalf) 1515 lost_fraction = lfMoreThanHalf; 1516 else if (lost_fraction == lfMoreThanHalf) 1517 lost_fraction = lfLessThanHalf; 1527 lost_fraction = temp_rhs.shiftSignificandRight(bits); 1530 lost_fraction = shiftSignificandRight(-bits); 1539 return lost_fraction;