Searched refs:FullDelta (Results 1 – 1 of 1) sorted by relevance
83 int FullDelta; member in __anona996daa60111::DeltaTreeNode86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()89 int getFullDelta() const { return FullDelta; } in getFullDelta()137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()172 FullDelta = NewFullDelta; in RecomputeFullDeltaLocally()182 FullDelta += Delta; in DoInsertion()286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()347 int FullDelta = 0; in VerifyTree() local351 FullDelta += N->getValue(i).Delta; in VerifyTree()353 assert(FullDelta == N->getFullDelta()); in VerifyTree()[all …]