Home
last modified time | relevance | path

Searched refs:ecw (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1753.c56 double ecfr[], int inr, double ecc[], double ecw[], int *jstat) in s1753() argument
60 s1753 (et, ecf, in, ik, idim, etr, ecfr, inr, ecc, ecw, jstat) in s1753()
70 double ecw[];
147 ecw[ki] = (double) 0.0;
158 ecw[ki * idim + kl] = dummy;
179 ecw[ki * idim + kl] = ((ty1 - tyi) * ecw[ki * idim + kl] +
180 (tyik - ty1) * ecw[(ki - 1) * idim + kl]) / tden +
189 ecfr[kjmid + kl] = ecw[ikmid + kl] / ik;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/itop/web/lib/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/limesurvey/limesurvey/application/third_party/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/finance/prestashop/prestashop/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/tecnickcom/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/moodle310/moodle/lib/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/moodle311/moodle/lib/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/www/moodle39/moodle/lib/tcpdf/include/barcodes/
H A Dpdf417.php644 $ecw = $this->getErrorCorrection($codewords, $ecl);
646 $codewords = array_merge($codewords, $ecw);
788 $ecw = array_fill(0, $eclsize, 0);
791 $t1 = ($d + $ecw[$eclmaxid]) % 929;
795 $ecw[$j] = ($ecw[($j - 1)] + $t3) % 929;
799 $ecw[0] = $t3 % 929;
801 foreach($ecw as $j => $e) {
803 $ecw[$j] = 929 - $e;
806 $ecw = array_reverse($ecw);
807 return $ecw;
/dports/graphics/py-gdal/gdal-3.3.3/ci/travis/trusty_clang/
H A Dscript.sh26 LD_PRELOAD=./vsipreload.so gdalinfo /vsicurl/http://download.osgeo.org/gdal/data/ecw/spif83.ecw
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ci/travis/trusty_clang/
H A Dscript.sh26 LD_PRELOAD=./vsipreload.so gdalinfo /vsicurl/http://download.osgeo.org/gdal/data/ecw/spif83.ecw
/dports/graphics/gdal/gdal-3.3.3/ci/travis/trusty_clang/
H A Dscript.sh26 LD_PRELOAD=./vsipreload.so gdalinfo /vsicurl/http://download.osgeo.org/gdal/data/ecw/spif83.ecw
/dports/graphics/py-gdal/gdal-3.3.3/ci/travis/python3/
H A Dscript.sh25 LD_PRELOAD=./vsipreload.so gdalinfo /vsicurl/http://download.osgeo.org/gdal/data/ecw/spif83.ecw
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ci/travis/python3/
H A Dscript.sh25 LD_PRELOAD=./vsipreload.so gdalinfo /vsicurl/http://download.osgeo.org/gdal/data/ecw/spif83.ecw

12345678910>>...24