Home
last modified time | relevance | path

Searched refs:findMin (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java572 int findMin(int index, int len) { in findMin() method in MinMaxPriorityQueue.Heap
591 return findMin(getLeftChildIndex(index), 2); in findMinChild()
602 return findMin(getLeftChildIndex(leftChildIndex), 4); in findMinGrandChild()
/external/v8/tools/
Dcodemap.js196 var min = this.dynamics_.findMin();
Dsplaytree.js143 SplayTree.prototype.findMin = function() { method in SplayTree
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp179 deUint64 findMin (const vector<deUint64>& values) in findMin() function
691 deUint64 minUs = findMin(m_results); in logAndSetTestResult()