Home
last modified time | relevance | path

Searched refs:typeRun (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/tools/
H A DpopulateUiInformation.php784 $typeRun = str_replace('REAL3', 'matrix33', $type);
785 $parameterNames[$mainParameter][] = $parameterRun . ' ' . $typeRun . ' ' . $name . '_' . $i;
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexOther.cpp3828 int typeRun = buildObj ? 1 : 0; in expandKnapsack() local
3831 typeRun = 2; in expandKnapsack()
3833 if (typeRun == 1) in expandKnapsack()
3878 if (typeRun == 1) { in expandKnapsack()
3889 } else if (!typeRun) { in expandKnapsack()
3898 if (typeRun == 2 && reConstruct == numberOutput) { in expandKnapsack()
3923 } else if (typeRun == 1 && numberOutput == maxNumber) { in expandKnapsack()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/mctf_package/mctf/include/
H A Dmctf_common.h774 DRT typeRun
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/mctf_package/mctf/src/
H A Dmctf_common.cpp2786 DRT typeRun in MCTF_RUN_BLEND4R() argument
2789 if (typeRun > 1) in MCTF_RUN_BLEND4R()
2792 …UP(p_ctrl->CropX, blsize) * multiplier, DIVUP(p_ctrl->CropY, blsize) * multiplier, (mfxU8)typeRun); in MCTF_RUN_BLEND4R()
2810 … res = MCTF_SET_KERNELMc4r(start_mbX, DIVUP(p_ctrl->CropY, blsize) * multiplier, (mfxU8)typeRun); in MCTF_RUN_BLEND4R()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcLinked.cpp7489 int typeRun = buildObj ? 1 : 0; in expandKnapsack() local
7492 typeRun = 2; in expandKnapsack()
7494 if (typeRun == 1) in expandKnapsack()
7536 if (typeRun == 1) { in expandKnapsack()
7547 } else if (!typeRun) { in expandKnapsack()
7556 if (typeRun == 2 && reConstruct == numberOutput) { in expandKnapsack()
7580 } else if (typeRun == 1 && numberOutput == maxNumber) { in expandKnapsack()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexOther.cpp5564 int typeRun = buildObj ? 1 : 0; in expandKnapsack() local
5567 typeRun = 2; in expandKnapsack()
5569 if (typeRun == 1) in expandKnapsack()
5614 if (typeRun == 1) { in expandKnapsack()
5625 } else if (!typeRun) { in expandKnapsack()
5634 if (typeRun == 2 && reConstruct == numberOutput) { in expandKnapsack()
5659 } else if (typeRun == 1 && numberOutput == maxNumber) { in expandKnapsack()
H A DClpSolve.cpp7108 int typeRun = sub[iBlock].secondaryStatus(); in solveBenders() local
7110 if (typeRun != 99) { in solveBenders()