Searched refs:bestChoice (Results 1 – 2 of 2) sorted by relevance
1569 int bestChoice = -1; in findBestDeviceForEachOperation() local1578 if (bestChoice < 0 || perfVal < bestPerfVal || in findBestDeviceForEachOperation()1580 bestChoice = deviceIndex; in findBestDeviceForEachOperation()1594 if (bestChoice < 0) { in findBestDeviceForEachOperation()1599 (*bestDeviceForOperation)[operationIndex] = bestChoice; in findBestDeviceForEachOperation()1601 << toString(getOperation(operationIndex).type) << ") = " << bestChoice in findBestDeviceForEachOperation()1602 << " (" << devices[bestChoice]->getName() << ")"; in findBestDeviceForEachOperation()
6590 final ResolveInfo bestChoice =6592 return bestChoice;