Searched refs:ViableForN (Results 1 – 1 of 1) sorted by relevance
10326 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingElements() local10335 for (unsigned j = 0; j != std::size(ViableForN); ++j) in canLowerByDroppingElements()10336 if (ViableForN[j]) { in canLowerByDroppingElements()10343 ViableForN[j] = false; in canLowerByDroppingElements()10350 for (unsigned j = 0; j != std::size(ViableForN); ++j) in canLowerByDroppingElements()10351 if (ViableForN[j]) in canLowerByDroppingElements()