Searched refs:getFullDelta (Results 1 – 1 of 1) sorted by relevance
90 int getFullDelta() const { return FullDelta; } in getFullDelta() function in __anon5fc690450111::DeltaTreeNode141 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()176 NewFullDelta += IN->getChild(i)->getFullDelta(); in RecomputeFullDeltaLocally()291 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()356 assert(FullDelta == N->getFullDelta()); in VerifyTree()369 FullDelta += IChild->getFullDelta(); in VerifyTree()380 FullDelta += IN->getChild(IN->getNumValuesUsed())->getFullDelta(); in VerifyTree()382 assert(FullDelta == N->getFullDelta()); in VerifyTree()436 Result += IN->getChild(i)->getFullDelta(); in getDeltaAt()443 return Result+IN->getChild(NumValsGreater)->getFullDelta(); in getDeltaAt()