Searched refs:loopIndex (Results 1 – 6 of 6) sorted by relevance
4700 int loopIndex; in TestReorderingAPI() local4740 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPI()4741 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()4742 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPI()4823 int loopIndex; in TestReorderingAPIWithRuleCreatedCollator() local4845 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4846 if (retrievedReorderCodes[loopIndex] != rulesReorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()4847 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPIWithRuleCreatedCollator()4885 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4886 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()[all …]
834 int* loopIndex) { in chopCubicAtLoopIntersection() argument836 *loopIndex = -1; in chopCubicAtLoopIntersection()845 *loopIndex = 0; in chopCubicAtLoopIntersection()848 *loopIndex = 1; in chopCubicAtLoopIntersection()852 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
205 int* loopIndex);
4462 int loopIndex = binaryInit->getLeft()->getAsSymbolNode()->getId(); in inductiveLoopCheck() local4463 inductiveLoopIds.insert(loopIndex); in inductiveLoopCheck()4484 binaryCond->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()4514 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()4518 unaryTerminal->getOperand()->getAsSymbolNode()->getId() != loopIndex)) in inductiveLoopCheck()4527 inductiveLoopBodyCheck(loop->getBody(), loopIndex, symbolTable); in inductiveLoopCheck()