Home
last modified time | relevance | path

Searched refs:matrixRow (Results 1 – 25 of 103) sorted by relevance

12345

/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglSimpleRounding/
H A DCglSimpleRounding.cpp191 const CoinShallowPackedVector & matrixRow, in deriveAnIntegerRow() argument
201 int sizeOfRow=matrixRow.getNumElements(); in deriveAnIntegerRow()
252 if ( !si.isInteger( matrixRow.getIndices()[i] ) ) { in deriveAnIntegerRow()
254 if((sign*matrixRow.getElements()[i])<-epsilon_){ in deriveAnIntegerRow()
256 if (colupper[matrixRow.getIndices()[i]] < si.getInfinity()){ in deriveAnIntegerRow()
258 b=b-(sign*matrixRow.getElements()[i]*colupper[matrixRow.getIndices()[i]]); in deriveAnIntegerRow()
264 else if((sign*matrixRow.getElements()[i])>epsilon_){ in deriveAnIntegerRow()
268 b=b-(sign*matrixRow.getElements()[i]*collower[matrixRow.getIndices()[i]]); in deriveAnIntegerRow()
279 if (colupper[matrixRow.getIndices()[i]]- collower[matrixRow.getIndices()[i]]< in deriveAnIntegerRow()
281 b=b-(sign*matrixRow.getElements()[i]*colupper[matrixRow.getIndices()[i]]); in deriveAnIntegerRow()
[all …]
/dports/biology/ncbi-toolkit/ncbi/algo/blast/composition_adjustment/
H A Dsmith_waterman.c65 int *matrixRow; /* one row of score matrix */ in BLbasicSmithWatermanScoreOnly() local
88 matrixRow = matrix[queryPos]; in BLbasicSmithWatermanScoreOnly()
90 matrixRow = matrix[query[queryPos]]; in BLbasicSmithWatermanScoreOnly()
159 int *matrixRow; /* one row of score matrix */ in BLSmithWatermanFindStart() local
182 matrixRow = matrix[queryPos]; in BLSmithWatermanFindStart()
184 matrixRow = matrix[query[queryPos]]; in BLSmithWatermanFindStart()
258 int *matrixRow; /* one row of score matrix */ in BLspecialSmithWatermanScoreOnly() local
283 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanScoreOnly()
285 matrixRow = matrix[query[queryPos]]; in BLspecialSmithWatermanScoreOnly()
394 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanFindStart()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/composition_adjustment/
H A Dsmith_waterman.c65 int *matrixRow; /* one row of score matrix */ in BLbasicSmithWatermanScoreOnly() local
88 matrixRow = matrix[queryPos]; in BLbasicSmithWatermanScoreOnly()
90 matrixRow = matrix[query[queryPos]]; in BLbasicSmithWatermanScoreOnly()
159 int *matrixRow; /* one row of score matrix */ in BLSmithWatermanFindStart() local
182 matrixRow = matrix[queryPos]; in BLSmithWatermanFindStart()
184 matrixRow = matrix[query[queryPos]]; in BLSmithWatermanFindStart()
258 int *matrixRow; /* one row of score matrix */ in BLspecialSmithWatermanScoreOnly() local
283 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanScoreOnly()
285 matrixRow = matrix[query[queryPos]]; in BLspecialSmithWatermanScoreOnly()
394 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanFindStart()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/composition_adjustment/
H A Dsmith_waterman.c65 int *matrixRow; /* one row of score matrix */ in BLbasicSmithWatermanScoreOnly() local
88 matrixRow = matrix[queryPos]; in BLbasicSmithWatermanScoreOnly()
90 matrixRow = matrix[query[queryPos]]; in BLbasicSmithWatermanScoreOnly()
159 int *matrixRow; /* one row of score matrix */ in BLSmithWatermanFindStart() local
182 matrixRow = matrix[queryPos]; in BLSmithWatermanFindStart()
184 matrixRow = matrix[query[queryPos]]; in BLSmithWatermanFindStart()
258 int *matrixRow; /* one row of score matrix */ in BLspecialSmithWatermanScoreOnly() local
283 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanScoreOnly()
285 matrixRow = matrix[query[queryPos]]; in BLspecialSmithWatermanScoreOnly()
394 matrixRow = matrix[queryPos]; in BLspecialSmithWatermanFindStart()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/
H A DMatrixFunctions.php26 foreach ($matrixValues as $matrixRow) {
27 if (!is_array($matrixRow)) {
28 $matrixRow = [$matrixRow];
31 foreach ($matrixRow as $matrixCell) {
/dports/finance/weberp/webERP/Classes/PHPExcel/Calculation/
H A DMathTrig.php532 foreach($matrixValues as $matrixRow) {
533 if (!is_array($matrixRow)) { $matrixRow = array($matrixRow); }
535 foreach($matrixRow as $matrixCell) {
574 foreach($matrixValues as $matrixRow) {
575 if (!is_array($matrixRow)) { $matrixRow = array($matrixRow); }
577 foreach($matrixRow as $matrixCell) {
611 foreach($matrixData1 as $matrixRow) {
612 if (!is_array($matrixRow)) { $matrixRow = array($matrixRow); }
614 foreach($matrixRow as $matrixCell) {
626 foreach($matrixData2 as $matrixRow) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/
H A DMathTrig.php544 foreach ($matrixValues as $matrixRow) {
545 if (!is_array($matrixRow)) {
546 $matrixRow = array($matrixRow);
549 foreach ($matrixRow as $matrixCell) {
595 foreach ($matrixValues as $matrixRow) {
596 if (!is_array($matrixRow)) {
597 $matrixRow = array($matrixRow);
645 if (!is_array($matrixRow)) {
646 $matrixRow = array($matrixRow);
661 if (!is_array($matrixRow)) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/
H A DMathTrig.php544 foreach ($matrixValues as $matrixRow) {
545 if (!is_array($matrixRow)) {
546 $matrixRow = array($matrixRow);
549 foreach ($matrixRow as $matrixCell) {
595 foreach ($matrixValues as $matrixRow) {
596 if (!is_array($matrixRow)) {
597 $matrixRow = array($matrixRow);
645 if (!is_array($matrixRow)) {
646 $matrixRow = array($matrixRow);
661 if (!is_array($matrixRow)) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php492 foreach ($matrixValues as $matrixRow) {
493 if (!is_array($matrixRow)) {
494 $matrixRow = [$matrixRow];
497 foreach ($matrixRow as $matrixCell) {
544 foreach ($matrixValues as $matrixRow) {
545 if (!is_array($matrixRow)) {
546 $matrixRow = [$matrixRow];
599 if (!is_array($matrixRow)) {
600 $matrixRow = [$matrixRow];
615 if (!is_array($matrixRow)) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Calculation/
H A DMathTrig.php492 foreach ($matrixValues as $matrixRow) {
493 if (!is_array($matrixRow)) {
494 $matrixRow = [$matrixRow];
497 foreach ($matrixRow as $matrixCell) {
544 foreach ($matrixValues as $matrixRow) {
545 if (!is_array($matrixRow)) {
546 $matrixRow = [$matrixRow];
599 if (!is_array($matrixRow)) {
600 $matrixRow = [$matrixRow];
615 if (!is_array($matrixRow)) {
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php493 foreach ($matrixValues as $matrixRow) {
494 if (!is_array($matrixRow)) {
495 $matrixRow = [$matrixRow];
498 foreach ($matrixRow as $matrixCell) {
545 foreach ($matrixValues as $matrixRow) {
546 if (!is_array($matrixRow)) {
547 $matrixRow = [$matrixRow];
600 if (!is_array($matrixRow)) {
601 $matrixRow = [$matrixRow];
616 if (!is_array($matrixRow)) {
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php493 foreach ($matrixValues as $matrixRow) {
494 if (!is_array($matrixRow)) {
495 $matrixRow = [$matrixRow];
498 foreach ($matrixRow as $matrixCell) {
545 foreach ($matrixValues as $matrixRow) {
546 if (!is_array($matrixRow)) {
547 $matrixRow = [$matrixRow];
600 if (!is_array($matrixRow)) {
601 $matrixRow = [$matrixRow];
616 if (!is_array($matrixRow)) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php692 foreach ($matrixValues as $matrixRow) {
693 if (!is_array($matrixRow)) {
694 $matrixRow = [$matrixRow];
697 foreach ($matrixRow as $matrixCell) {
744 foreach ($matrixValues as $matrixRow) {
745 if (!is_array($matrixRow)) {
746 $matrixRow = [$matrixRow];
799 if (!is_array($matrixRow)) {
800 $matrixRow = [$matrixRow];
815 if (!is_array($matrixRow)) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php668 foreach ($matrixValues as $matrixRow) {
669 if (!is_array($matrixRow)) {
670 $matrixRow = [$matrixRow];
673 foreach ($matrixRow as $matrixCell) {
718 foreach ($matrixValues as $matrixRow) {
719 if (!is_array($matrixRow)) {
720 $matrixRow = [$matrixRow];
773 if (!is_array($matrixRow)) {
774 $matrixRow = [$matrixRow];
789 if (!is_array($matrixRow)) {
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DMathTrig.php668 foreach ($matrixValues as $matrixRow) {
669 if (!is_array($matrixRow)) {
670 $matrixRow = [$matrixRow];
673 foreach ($matrixRow as $matrixCell) {
718 foreach ($matrixValues as $matrixRow) {
719 if (!is_array($matrixRow)) {
720 $matrixRow = [$matrixRow];
773 if (!is_array($matrixRow)) {
774 $matrixRow = [$matrixRow];
789 if (!is_array($matrixRow)) {
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/GLSL/
H A DinstancingVp.glsl17 vec4 matrixRow = worldMatrix3x4Array[instanceOffset + row];
18 transformedPos[row] = dot(matrixRow, gl_Vertex);
21 transformedNorm[row] = dot(matrixRow.xyz, gl_Normal);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/math3d/
H A Dqmatrix4x4.h230 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
231 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
232 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
233 else if (matrixCol == matrixRow) in QMatrix4x4()
234 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
236 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
248 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
249 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
250 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
251 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/math3d/
H A Dqmatrix4x4.h244 for (int matrixRow = 0; matrixRow < 4; ++matrixRow) { in QMatrix4x4() local
245 if (matrixCol < N && matrixRow < M) in QMatrix4x4()
246 m[matrixCol][matrixRow] = values[matrixCol * M + matrixRow]; in QMatrix4x4()
247 else if (matrixCol == matrixRow) in QMatrix4x4()
248 m[matrixCol][matrixRow] = 1.0f; in QMatrix4x4()
250 m[matrixCol][matrixRow] = 0.0f; in QMatrix4x4()
262 for (int matrixRow = 0; matrixRow < M; ++matrixRow) { in toGenericMatrix() local
263 if (matrixCol < 4 && matrixRow < 4) in toGenericMatrix()
264 values[matrixCol * M + matrixRow] = m[matrixCol][matrixRow]; in toGenericMatrix()
265 else if (matrixCol == matrixRow) in toGenericMatrix()
[all …]

12345