Home
last modified time | relevance | path

Searched +defs:k +defs:vr +defs:m (Results 151 – 175 of 516) sorted by relevance

12345678910>>...21

/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/UnitTestsSources/
H A DFromDcmtkTests.cpp677 DicomMap m; in TEST() local
689 DicomMap m; in TEST() local
1047 DicomMap m; in TEST() local
1054 DicomMap m; in TEST() local
1061 DicomMap m; in TEST() local
1069 DicomMap m; in TEST() local
2846 ValueRepresentation vr, in TEST()
2869 ValueRepresentation vr, in TEST()
2919 ValueRepresentation vr, in TEST()
2946 ValueRepresentation vr, in TEST()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DEigenDecomposition.java199 final int m = eigenvectors.length; in getV() local
250 final int m = eigenvectors.length; in getVT() local
453 final int m = realEigenvalues.length; in solve() local
455 throw new DimensionMismatchException(b.getDimension(), m); in solve() local
478 final int m = realEigenvalues.length; in solve() local
480 throw new DimensionMismatchException(b.getRowDimension(), m); in solve() local
556 final int m = realEigenvalues.length; in getInverse() local
629 int m; in findEigenVectors() local
699 int k = i; in findEigenVectors() local
910 double vr = (realEigenvalues[i] - p) * (realEigenvalues[i] - p) + in findEigenVectorsFromSchur() local
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/
H A Dqr-method.hpp85 int m, in update_float_QR_column_gpu()
147 int m, in update_float_QR_column()
166 for (int k = start_k; k < n; k++) in update_float_QR_column() local
404 int m = n - 2; in hqr2() local
433 for (int k = m; k < n; k++) in hqr2() local
612 SCALARTYPE ra, sa, vr, vi; in hqr2() local
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dml1.c165 int i, j, k, n; local
279 int m, j, i; local
326 int i, j, m; local
373 int i, j, k, l=0, m, en, na, itn, its; local
374 double p=0, q=0, r=0, s=0, t, w, x=0, y, ra, sa, vi, vr, z=0, norm, tst1, tst2; local
751 dvector m; local
1061 int k, r; local
1113 int k, r; local
1525 int i, j, k, r; local
1557 int i, j, k, r; local
[all …]
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/include/
H A Dlinear_algebra.c29 unsigned int m = zend_array_count(aa); in tensor_matmul() local
179 unsigned int m = zend_array_count(aa); in tensor_pseudoinverse() local
181 unsigned int k = MIN(m, n); in tensor_pseudoinverse() local
247 unsigned int m = zend_array_count(aa); in tensor_ref() local
475 double * vr = emalloc(n * n * sizeof(double)); in tensor_eig() local
602 unsigned int m = zend_array_count(aa); in tensor_svd() local
604 unsigned int k = MIN(m, n); in tensor_svd() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dlapack_templates.h1556 float * vr, in geev()
1596 double * vr, in geev()
1635 std::complex<float> * vr, in geev()
1675 std::complex<double> * vr, in geev()
1758 float * vr, in geevx()
1837 double * vr, in geevx()
1915 std::complex<float> * vr, in geevx()
1991 std::complex<double> * vr, in geevx()
2300 const dealii::types::blas_int *k, in gemm()
2337 const dealii::types::blas_int *k, in gemm()
[all …]
/dports/databases/postgis31/postgis-3.1.4/deps/ryu/
H A Dd2s.c98 static inline uint64_t mulShift(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
104 static inline uint64_t mulShiftAll(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
125 static inline uint64_t mulShift(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
138 static inline uint64_t mulShiftAll(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
147 static inline uint64_t mulShiftAll(uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
242 uint64_t vr, vp, vm; in d2d() local
251 const int32_t k = DOUBLE_POW5_INV_BITCOUNT + pow5bits((int32_t) q) - 1; in d2d() local
286 const int32_t k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgis32/postgis-3.2.0/deps/ryu/
H A Dd2s.c98 static inline uint64_t mulShift(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
104 static inline uint64_t mulShiftAll(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
125 static inline uint64_t mulShift(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
138 static inline uint64_t mulShiftAll(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
147 static inline uint64_t mulShiftAll(uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll()
242 uint64_t vr, vp, vm; in d2d() local
251 const int32_t k = DOUBLE_POW5_INV_BITCOUNT + pow5bits((int32_t) q) - 1; in d2d() local
286 const int32_t k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-docs/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-plperl/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-server/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql13-server/postgresql-13.5/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-contrib/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql14-client/postgresql-14.1/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql12-server/postgresql-12.9/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql13-docs/postgresql-13.5/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql13-contrib/postgresql-13.5/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql12-plpython/postgresql-12.9/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql12-plperl/postgresql-12.9/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql12-contrib/postgresql-12.9/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local
/dports/databases/postgresql13-plpython/postgresql-13.5/src/common/
H A Dd2s.c162 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
171 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
182 mulShift(const uint64 m, const uint64 *const mul, const int32 j) in mulShift()
208 mulShiftAll(const uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
220 mulShiftAll(uint64 m, const uint64 *const mul, const int32 j, in mulShiftAll()
381 uint64 vr, in d2d() local
397 const int32 k = DOUBLE_POW5_INV_BITCOUNT + pow5bits(q) - 1; in d2d() local
443 const int32 k = pow5bits(i) - DOUBLE_POW5_BITCOUNT; in d2d() local

12345678910>>...21