Searched refs:numOpsInsideLoopInSmallProgram (Results 1 – 2 of 2) sorted by relevance
1321 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in computeSingleOperationTime() local1323 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()1324 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()1333 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in logSingleOperationCalculationInfo() local1335 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()
1325 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in computeSingleOperationTime() local1327 DE_STATIC_ASSERT(numOpsInsideLoopInBigProgram > numOpsInsideLoopInSmallProgram); in computeSingleOperationTime()1328 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in computeSingleOperationTime()1337 …const int numOpsInsideLoopInSmallProgram = baseNumOpsInsideLoop * BINARY_OPERATOR_CASE_SMALL_PRO… in logSingleOperationCalculationInfo() local1339 const int opDiff = numOpsInsideLoopInBigProgram - numOpsInsideLoopInSmallProgram; in logSingleOperationCalculationInfo()