Home
last modified time | relevance | path

Searched refs:ValCol (Results 1 – 19 of 19) sorted by relevance

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/
H A Dcommon-db.php132 function DB2KeyValArray($Table, $KeyCol, $ValCol, $Where="") argument
138 $sql = "SELECT $KeyCol, $ValCol from $Table $Where";
143 $ResArray[$row[$KeyCol]] = $row[$ValCol];
164 function DB2ValArray($Table, $ValCol, $Uniq=false, $Where="") argument
171 $sql = "SELECT DISTINCT $ValCol from $Table $Where";
173 $sql = "SELECT $ValCol from $Table $Where";
180 $ResArray[$i] = $row[$ValCol];
/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.cpp1426 double tmp, ValCol[masterthread->VRgbtSize], val[12]; in CalculateColorsPoints() local
1481 ValCol[li] = masterthread->VRgbtParser[li].Eval(val); in CalculateColorsPoints()
1492 if(tmp < ValCol[j]) in CalculateColorsPoints()
1495 if(j>=5 && (ValCol[j] != ValCol[j-5])) in CalculateColorsPoints()
1497 fraction = (tmp-ValCol[j-5])/(ValCol[j]-ValCol[j-5]); in CalculateColorsPoints()
1498 … NormVertexTabVector[i*10 ] = float(ValCol[j+1])*(fraction) + (1-fraction)*float(ValCol[(j-5)+1]); in CalculateColorsPoints()
1505 else if(tmp == ValCol[j]) in CalculateColorsPoints()
1507 NormVertexTabVector[i*10 ] = float(ValCol[j+1]); in CalculateColorsPoints()
1508 NormVertexTabVector[i*10+1] = float(ValCol[j+2]); in CalculateColorsPoints()
1509 NormVertexTabVector[i*10+2] = float(ValCol[j+3]); in CalculateColorsPoints()
[all …]
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp1676 *ValCol, in CalculateColorsPoints() local
1678 ValCol = new double[masterthread->VRgbtSize]; in CalculateColorsPoints()
1730 ValCol[i] = masterthread->VRgbtParser[i].Eval(val); in CalculateColorsPoints()
1741 if(tmp < ValCol[j]) in CalculateColorsPoints()
1744 if(j>=5 && (ValCol[j] != ValCol[j-5])) in CalculateColorsPoints()
1746 fraction = (tmp-ValCol[j-5])/(ValCol[j]-ValCol[j-5]); in CalculateColorsPoints()
1747 … NormVertexTabVector[i*10 ] = float(ValCol[j+1])*(fraction) + (1-fraction)*float(ValCol[(j-5)+1]); in CalculateColorsPoints()
1748 …NormVertexTabVector[i*10+1] = float(ValCol[j+2])*(fraction) + (1-fraction)*float(ValCol[(j-5)+2]);; in CalculateColorsPoints()
1749 … NormVertexTabVector[i*10+2] = float(ValCol[j+3])*(fraction) + (1-fraction)*float(ValCol[(j-5)+3]); in CalculateColorsPoints()
1754 else if(tmp == ValCol[j]) in CalculateColorsPoints()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm90/llvm-9.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm10/llvm-10.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm11/llvm-11.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm80/llvm-8.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm70/llvm-7.0.1.src/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A DRelTest.td26 let ValueCols = [["ValCol"]];
/dports/math/mathmod/mathmod-11.1/ui_modules/
H A Dmathmod.cpp102 double tmp, ValCol[100], val[4]; in CalculatePigmentPoints() local
138 ValCol[i] = in CalculatePigmentPoints()
168 if (tmp <= ValCol[j]) in CalculatePigmentPoints()
170 LocalScene.ArrayNorVer_localPt[i*10 ] = float(ValCol[j+1]); in CalculatePigmentPoints()
171 LocalScene.ArrayNorVer_localPt[i*10+1] = float(ValCol[j+2]); in CalculatePigmentPoints()
172 LocalScene.ArrayNorVer_localPt[i*10+2] = float(ValCol[j+3]); in CalculatePigmentPoints()
173 LocalScene.ArrayNorVer_localPt[i*10+3] = float(ValCol[j+4]); in CalculatePigmentPoints()