Home
last modified time | relevance | path

Searched +defs:M +defs:i (Results 76 – 100 of 23287) sorted by relevance

12345678910>>...932

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() function
15 M (const M &x) { t = x.t; } in M() argument
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() argument
15 M (const M &x) { t = x.t; } in M() argument
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() argument
15 M (const M &x) { t = x.t; } in M() argument
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() argument
15 M (const M &x) { t = x.t; } in M() function
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() function
15 M (const M &x) { t = x.t; } in M() function
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() argument
14 M (T x) { t = x; } in M() function
15 M (const M &x) { t = x.t; } in M() function
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() argument
15 M (const M &x) { t = x.t; } in M() function
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/testsuite/libgomp.c++/
H A Dreduction-6.C11 struct M struct
13 M () { t = 1; } in M() function
14 M (T x) { t = x; } in M() argument
15 M (const M &x) { t = x.t; } in M() argument
16 ~M () {} in ~M() argument
17 T t;
65 for (int i = 0; i < 128; i++) in foo() local
90 for (int i = 0; i < 9; i++) in foo() local
161 for (int i = 0; i < 4; i++) in main() local
166 for (int i = 0; i < 5; i++) in main() local
[all …]
/dports/math/ecos/ecos-2.0.8/src/
H A Dsplamm.c41 idxint i; in spla_cumsum() local
55 idxint i; in pinv() local
67 idxint j, i, k, q; in transposeSparseMatrix() local
130 void freeSparseMatrix(spmat* M) in freeSparseMatrix()
154 idxint i, i2, j, j2, k, q; in permuteSparseSymmetricMatrix() local
199 idxint i; in copySparseMatrix() local
219 idxint i,j; in printDenseMatrix() local
241 idxint i,j; in printDenseMatrix_i() local
261 void printSparseMatrix(spmat* M) in printSparseMatrix()
313 int i,j; in dumpDenseMatrix() local
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/config/
H A Dconfig.go65 // DefaultRuntime is the default runtime to use in containerd.
115 type Mirror struct {
130 // a colon, and the password.
154 // be a valid url with host specified.
217 // EnableTLSStreaming indicates to enable the TLS streaming support.
241 // unset (`""`) for a container (default is `unconfined`)
261 // TLSKeyFile is the path to a private key file
265 // Config contains all configurations for cri server.
312 // Validation for default_runtime_name
313 if c.ContainerdConfig.DefaultRuntimeName == "" {
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DMatrix3D.c27 void ScalMat3D(gdouble** M, gdouble f) in ScalMat3D()
29 gint i; in ScalMat3D() local
39 gint i; in ScalMat3D_3() local
54 gint i; in TranslatMat3D() local
60 void RotMat3D(gdouble** M,gdouble theta,gint iaxe) in RotMat3D()
65 gint i; in RotMat3D() local
97 void UnitMat3D(gdouble** M) in UnitMat3D()
99 gint i; in UnitMat3D() local
110 void TransformMat3D(gdouble** M,gdouble** v, int nvert) in TransformMat3D()
112 gint i; in TransformMat3D() local
[all …]
/dports/science/R-cran-som/som/src/tnt/
H A Dcmat.h105 Subscript i; in copy() local
131 Subscript i; in set() local
394 Subscript M, N; variable
428 Subscript i,j; variable
448 Subscript i,j; variable
461 Subscript M = A.num_rows(); in mult_element() local
468 Subscript i,j; in mult_element() local
481 Subscript M = A.num_rows(); in transpose() local
505 Subscript M = A.num_rows(); in matmult() local
539 Subscript M = A.num_rows(); in matmult() local
[all …]
H A Dfmat.h101 Subscript i; in copy() local
127 Subscript i; in set() local
340 Subscript M, N; variable
374 Subscript i,j; variable
394 Subscript i,j; variable
411 Subscript M = A.num_rows(); in mult_element() local
418 Subscript i,j; in mult_element() local
431 Subscript M = A.num_rows(); in transpose() local
455 Subscript M = A.num_rows(); in matmult() local
489 Subscript M = A.num_rows(); in matmult() local
[all …]
/dports/math/R-cran-geepack/geepack/inst/include/tnt/
H A Dcmat.h105 Subscript i; in copy() local
131 Subscript i; in set() local
394 Subscript M, N; variable
428 Subscript i,j; variable
448 Subscript i,j; variable
461 Subscript M = A.num_rows(); in mult_element() local
468 Subscript i,j; in mult_element() local
481 Subscript M = A.num_rows(); in transpose() local
505 Subscript M = A.num_rows(); in matmult() local
539 Subscript M = A.num_rows(); in matmult() local
[all …]
H A Dfmat.h101 Subscript i; in copy() local
127 Subscript i; in set() local
340 Subscript M, N; variable
374 Subscript i,j; variable
394 Subscript i,j; variable
411 Subscript M = A.num_rows(); in mult_element() local
418 Subscript i,j; in mult_element() local
431 Subscript M = A.num_rows(); in transpose() local
455 Subscript M = A.num_rows(); in matmult() local
489 Subscript M = A.num_rows(); in matmult() local
[all …]
/dports/devel/tnt/
H A Dtnt_cmat.h98 Subscript i; in copy() local
124 Subscript i; in set() local
369 Subscript M, N; variable
403 Subscript i,j; variable
423 Subscript i,j; variable
436 Subscript M = A.num_rows(); in mult_element() local
443 Subscript i,j; in mult_element() local
456 Subscript M = A.num_rows(); in transpose() local
480 Subscript M = A.num_rows(); in matmult() local
514 Subscript M = A.num_rows(); in matmult() local
[all …]
/dports/biology/dsr-pdb/dsr-pdb-1.0.3/include/tnt/
H A Dtnt_cmat.h98 Subscript i; in copy() local
124 Subscript i; in set() local
369 Subscript M, N; variable
403 Subscript i,j; variable
423 Subscript i,j; variable
436 Subscript M = A.num_rows(); in mult_element() local
443 Subscript i,j; in mult_element() local
456 Subscript M = A.num_rows(); in transpose() local
480 Subscript M = A.num_rows(); in matmult() local
514 Subscript M = A.num_rows(); in matmult() local
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DMatrixOps-adj.C39 matrix adj(ConstMatrixView M) in adj()
53 matrix AdjByInverse(ConstMatrixView M) in AdjByInverse()
71 for (long i=0; i < Nrows; ++i) in AdjByInverse() local
79 matrix AdjByDetOfMinors(ConstMatrixView M) in AdjByDetOfMinors()
85 for (long i=0; i < n-1; ++i) { rows[i] = i+1; } in AdjByDetOfMinors() local
88 for (long i=0; i < n; ++i) in AdjByDetOfMinors() local
102 matrix AdjDirect(ConstMatrixView M) in AdjDirect()
114 for (long i=0; i < n-1; ++i) { rows[i] = i + (i >= row); } in AdjDirect() local
122 for (int i=0; i < n-1; ++i) in AdjDirect() local
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bblas/
H A Dtest_bblas_m4ri.cpp23 for(rci_t i = 0 ; i < A->nrows ; i++) { in my_mzd_randomize() local
29 void test_bblas_base::mzd_set_mem(mzd_t * M, const uint64_t * s, unsigned int n)/*{{{*/ in mzd_set_mem()
33 for(rci_t i = 0 ; i < M->nrows ; i++) { in mzd_set_mem() local
41 void test_bblas_base::mzd_set_memT(mzd_t * M, const uint64_t * s, unsigned int n)/*{{{*/ in mzd_set_memT()
47 void test_bblas_base::mzd_check_mem(mzd_t * M, uint64_t * s, unsigned int n)/*{{{*/ in mzd_check_mem()
51 for(unsigned int i = 0 ; i < n ; i++) { in mzd_check_mem() local
82 static inline void mzd_mypluq(mzd_t * LU, mzd_t * M, mzp_t * P, mzp_t * Q, int c) in mzd_mypluq()
87 static inline void mzd_myechelonize_m4ri(mzd_t * E, mzd_t * M, int full, int k) in mzd_myechelonize_m4ri()
92 static inline void mzd_myechelonize_pluq(mzd_t * E, mzd_t * M, int full) in mzd_myechelonize_pluq()
103 mzd_t * M; in m4ri_plu_tests() local
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_trsm.c17 int M = 2; in test_trsm() local
27 int i; in test_trsm() local
41 int M = 2; in test_trsm() local
51 int i; in test_trsm() local
65 int M = 2; in test_trsm() local
75 int i; in test_trsm() local
99 int i; in test_trsm() local
123 int i; in test_trsm() local
147 int i; in test_trsm() local
171 int i; in test_trsm() local
[all …]
H A Dtest_trmm.c17 int M = 2; in test_trmm() local
27 int i; in test_trmm() local
41 int M = 2; in test_trmm() local
51 int i; in test_trmm() local
65 int M = 2; in test_trmm() local
75 int i; in test_trmm() local
99 int i; in test_trmm() local
123 int i; in test_trmm() local
147 int i; in test_trmm() local
171 int i; in test_trmm() local
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Deigenval_ip.cc36 matrix M=(matrix)h->Data(); in evSwap() local
38 int i=(int)(long)h->Data(); in evSwap() local
58 matrix M=(matrix)h->CopyD(); in evRowElim() local
82 matrix M=(matrix)h->Data(); in evColElim() local
105 matrix M=(matrix)h->Data(); in evHessenberg() local
118 lists evEigenvals(matrix M) in evEigenvals()
153 for(int i=1;i<=n0;i++) in evEigenvals() local
156 for(int i=1;i<=n0;i++) in evEigenvals() local
238 for(int i=0;i<n;i++) in evEigenvals() local
245 for(int i=0,i0=0;i<n;i++) in evEigenvals() local
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dmatrix.h522 for (size_t i = 0; i < Components; ++i) in Matrix() local
528 inline Matrix<T, M, N>::Matrix(const Matrix<U, M, N>& rhs) in Matrix() argument
530 for (size_t i = 0; i < Components; ++i) in Matrix() local
541 for (size_t i = 0; i < Components; ++i) in from_array() local
578 void PoisonImpl<Matrix<T, M, N>>::do_poison(Matrix<T, M, N>& m) in do_poison() argument
580 for (size_t i = 0; i < m.Components; ++i) in do_poison() local
603 inline bool feq(const Matrix<T, M, N>& lhs, const Matrix<T, M, N>& rhs) in feq() argument
615 inline bool feq(const Matrix<T, M, N>& lhs, const Matrix<T, M, N>& rhs, const T eps) in feq() argument
627 inline bool fz(const Matrix<T, M, N>& m) in fz() argument
639 inline bool fz(const Matrix<T, M, N>& m, const T eps) in fz() argument
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/linalg/
H A DQmat.c29 int i, j; in Qmat_ctor() local
46 int i, j; in Qmat_dtor() local
59 void Qmat_swap_rows(Qmat M, int i, int j) in Qmat_swap_rows()
71 void Qmat_swap_cols(Qmat M, int i, int j) in Qmat_swap_cols()
89 int Qmat_to_FFmat(FFmat Mp, Qmat M) in Qmat_to_FFmat()
91 int i, j; in Qmat_to_FFmat() local
124 int i, j, k, m, n, r; in Qmat_mul() local
150 void Qmat_mul_vec(mpq_t *product, Qmat M, mpq_t *vec) in Qmat_mul_vec()
152 int i, j; in Qmat_mul_vec() local
173 void Qmat_print(Qmat M) in Qmat_print()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/linalg/
H A DQmat.c29 int i, j; in Qmat_ctor() local
46 int i, j; in Qmat_dtor() local
59 void Qmat_swap_rows(Qmat M, int i, int j) in Qmat_swap_rows()
71 void Qmat_swap_cols(Qmat M, int i, int j) in Qmat_swap_cols()
89 int Qmat_to_FFmat(FFmat Mp, Qmat M) in Qmat_to_FFmat()
91 int i, j; in Qmat_to_FFmat() local
124 int i, j, k, m, n, r; in Qmat_mul() local
150 void Qmat_mul_vec(mpq_t *product, Qmat M, mpq_t *vec) in Qmat_mul_vec()
152 int i, j; in Qmat_mul_vec() local
173 void Qmat_print(Qmat M) in Qmat_print()
[all …]

12345678910>>...932