Searched refs:numOpsInsideLoopInSmallProgram (Results 1 – 2 of 2) sorted by relevance
1413 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PROGR… in computeSingleOperationTime() local1415 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()1416 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()1426 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PROGR… in logSingleOperationCalculationInfo() local1428 …int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()
1409 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PROGR… in computeSingleOperationTime() local1411 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()1412 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()1422 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PROGR… in logSingleOperationCalculationInfo() local1424 …int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()