Lines Matching refs:RightBucket
135 unsigned RightBucket = 2 * RootBucket + 1; in bisect() local
140 runIterations(Nodes, LeftBucket, RightBucket, RNG); in bisect()
153 auto RightRecTask = [this, RightNodes, RecDepth, RightBucket, MidOffset, in bisect()
155 bisect(RightNodes, RecDepth + 1, RightBucket, MidOffset, TP); in bisect()
169 unsigned RightBucket, in runIterations() argument
205 runIteration(Nodes, LeftBucket, RightBucket, Signatures, RNG); in runIterations()
213 unsigned RightBucket, in runIteration() argument
263 if (moveFunctionNode(*LeftNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
265 if (moveFunctionNode(*RightNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration()
273 unsigned RightBucket, in moveFunctionNode() argument
283 N.Bucket = (FromLeftToRight ? RightBucket : LeftBucket); in moveFunctionNode()