reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1293 uint32_t MyShifted = Score <= M.OldLB ? 0 : Score + M.MyShift; 1326 M.MyShift = OtherPending > MyPending ? OtherPending - MyPending : 0; 1327 M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift; 1329 const uint32_t NewUB = ScoreUBs[T] + M.MyShift; 1333 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift);