Home
last modified time | relevance | path

Searched +defs:D +defs:n +defs:m (Results 1 – 25 of 5127) sorted by relevance

12345678910>>...206

/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dpdist2.m87 D = max (0, D); variable
104 m = rows (X); variable
105 n = rows (Y); variable
107 D = zeros (m, n); variable
119 D = 1 - X*Y'; variable
125 m = rows (X); variable
126 n = rows (Y); variable
128 D = zeros (m, n); variable
138 m = rows (X); variable
139 n = rows (Y); variable
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dvfp.cpp97 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VADD()
116 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VSUB()
135 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMUL()
154 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLA()
174 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLS()
194 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMUL()
213 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLA()
233 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLS()
253 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VDIV()
272 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VFNMS()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dvfp.cpp95 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VADD()
114 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VSUB()
133 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMUL()
152 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLA()
172 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLS()
192 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMUL()
211 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLA()
231 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLS()
251 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VDIV()
270 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VFNMS()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dvfp.cpp95 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VADD()
114 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VSUB()
133 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMUL()
152 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLA()
172 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VMLS()
192 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMUL()
211 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLA()
231 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VNMLS()
251 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VDIV()
270 return EmitVfpVectorOperation(sz, d, n, m, [this](ExtReg d, ExtReg n, ExtReg m) { in vfp_VFNMS()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/alloc/tests/
H A Dlinked_list.rs69 let mut m = list_from(&u); in test_split_off() localVariable
110 let m = generate_test(); in test_iterator() localVariable
158 let m = generate_test(); in test_rev_iter() localVariable
228 let mut m = list_from(&[]); in test_eq() localVariable
274 let m = list_from(&[nan]); in test_ord_nan() localVariable
538 struct D(bool); in drain_filter_drop_panic_leak() struct
540 impl Drop for D { in drain_filter_drop_panic_leak() implementation
573 struct D(u32); in drain_filter_pred_panic_leak() struct
575 impl Drop for D { in drain_filter_pred_panic_leak() implementation
678 struct D(bool); in test_drop_panic() struct
[all …]
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dsearch_graph.cc72 task_data * D = new task_data(); in initialize() local
92 task_data * D = sch.get_task_data<task_data>(); in finish() local
110 uint32_t n = D.bfs[i]; in run_bfs() local
113 uint32_t m = ec[id]->l.cs.costs[j].class_index - 1; in run_bfs() local
167 for (size_t n=0; n<D.N; n++) in setup() local
194 void add_edge_features(Search::search&sch, task_data&D, uint32_t n, vector<example*>&ec) { in add_edge_features()
202 size_t m = ec[i]->l.cs.costs[j].class_index - 1; in add_edge_features() local
218 void del_edge_features(task_data&D, uint32_t n, vector<example*>&ec) { in del_edge_features()
235 uint32_t n = D.bfs[n_id]; in run() local
244 uint32_t m = ec[i]->l.cs.costs[j].class_index - 1; in run() local
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dsymmetric_eigen.rs90 mut matrix: OMatrix<T, D, D>, in do_decompose() argument
138 let m = end - 1; in do_decompose() localVariable
139 let n = end; in do_decompose() localVariable
195 let m = Matrix2::new( in do_decompose() localVariable
241 off_diag: &mut OVector<T::RealField, DimDiff<D, U1>>, in delimit_subproblem()
249 let mut n = end; in delimit_subproblem() localVariable
252 let m = n - 1; in delimit_subproblem() localVariable
269 let m = new_start - 1; in delimit_subproblem() localVariable
289 pub fn recompose(&self) -> OMatrix<T, D, D> { in recompose() argument
363 let m = Matrix2::new_random(); in wilkinson_shift_random() localVariable
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dsparse.cpp20 size_t m = (size_t)I.maxCoeff()+1; in sparse() local
21 size_t n = (size_t)J.maxCoeff()+1; in sparse() local
35 const size_t m, in sparse()
36 const size_t n, in sparse()
75 const Eigen::PlainObjectBase<DerivedD>& D, in sparse()
82 const int m = D.rows(); in sparse() local
83 const int n = D.cols(); in sparse() local
100 const Eigen::PlainObjectBase<DerivedD>& D) in sparse()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dsparse.cpp20 size_t m = (size_t)I.maxCoeff()+1; in sparse() local
21 size_t n = (size_t)J.maxCoeff()+1; in sparse() local
35 const size_t m, in sparse()
36 const size_t n, in sparse()
75 const Eigen::PlainObjectBase<DerivedD>& D, in sparse()
82 const int m = D.rows(); in sparse() local
83 const int n = D.cols(); in sparse() local
100 const Eigen::PlainObjectBase<DerivedD>& D) in sparse()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dsymmetric_eigen.rs63 DefaultAllocator: Allocator<N, DimDiff<D, U1>> + // For tridiagonalization in new()
83 DefaultAllocator: Allocator<N, DimDiff<D, U1>> + // For tridiagonalization in try_new()
93 mut m: MatrixN<N, D>, in do_decompose() argument
140 let m = end - 1; in do_decompose() localVariable
141 let n = end; in do_decompose() localVariable
191 let m = Matrix2::new( in do_decompose() localVariable
230 off_diag: &mut VectorN<N::RealField, DimDiff<D, U1>>, in delimit_subproblem()
238 let mut n = end; in delimit_subproblem() localVariable
241 let m = n - 1; in delimit_subproblem() localVariable
256 let m = new_start - 1; in delimit_subproblem() localVariable
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/cmd/go-cloud-debug-agent/internal/debug/server/
H A Dprint.go62
92 switch entry.Tag {
143 iface := entry.Val(dwarf.AttrType)
192 case *dwarf.UintType:
228 // Could be "class" or "union".
239 p.printf("}")
241 p.printArrayAt(typ, a)
256 case *dwarf.VoidType:
276 if i != 0 {
407 p.printValueAt(keyType, keyAddr)
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mat/test/
H A Dt-mul_blas.c32 slong m, n, k; in main() local
33 fmpz_mat_t A, B, C, D; in main() local
84 slong m, n, k; in main() local
85 fmpz_mat_t A, B, C, D; in main() local
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/disassembler/
H A Ddisassembler_arm.cpp847 std::string arm_SEL(Cond cond, Reg n, Reg d, Reg m) { in arm_SEL()
907 std::string arm_SDIV(Cond cond, Reg d, Reg m, Reg n) { in arm_SDIV()
910 std::string arm_UDIV(Cond cond, Reg d, Reg m, Reg n) { in arm_UDIV()
999 std::string arm_SASX(Cond cond, Reg n, Reg d, Reg m) { in arm_SASX()
1002 std::string arm_SSAX(Cond cond, Reg n, Reg d, Reg m) { in arm_SSAX()
1495 std::string vfp_VLDR(Cond cond, bool U, bool D, Reg n, size_t Vd, bool sz, Imm<8> imm8) { in vfp_VLDR()
1502 std::string vfp_VSTR(Cond cond, bool U, bool D, Reg n, size_t Vd, bool sz, Imm<8> imm8) { in vfp_VSTR()
1509 …std::string vfp_VSTM_a1(Cond cond, bool p, bool u, bool D, bool w, Reg n, size_t Vd, Imm<8> imm8) { in vfp_VSTM_a1()
1522 …std::string vfp_VSTM_a2(Cond cond, bool p, bool u, bool D, bool w, Reg n, size_t Vd, Imm<8> imm8) { in vfp_VSTM_a2()
1535 …std::string vfp_VLDM_a1(Cond cond, bool p, bool u, bool D, bool w, Reg n, size_t Vd, Imm<8> imm8) { in vfp_VLDM_a1()
[all …]
/dports/math/m4ri/m4ri-release-20200125/tests/
H A Dtest_multiplication.c17 int mul_test_equality(rci_t m, rci_t l, rci_t n, int k, int cutoff) { in mul_test_equality()
31 mzd_t *D = mzd_mul_m4rm( NULL, A, B, k); in mul_test_equality() local
85 int sqr_test_equality(rci_t m, int k, int cutoff) { in sqr_test_equality()
87 mzd_t *A, *C, *D, *E; in sqr_test_equality() local
134 int addmul_test_equality(rci_t m, rci_t l, rci_t n, int k, int cutoff) { in addmul_test_equality()
147 mzd_t *D = mzd_copy(NULL, C); in addmul_test_equality() local
196 int addsqr_test_equality(rci_t m, int k, int cutoff) { in addsqr_test_equality()
198 mzd_t *A, *C, *D, *E, *F; in addsqr_test_equality() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Dpr102360.C13 struct D { struct
26 D step; argument
29 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
42 D::D() {} in D() function
45 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/
H A Dpr71294.C19 struct D { struct
32 D step; argument
35 A::A(const B<_Tp, m, n> &p1, bool) in A() argument
48 D::D() {} in D() function
51 void F::compute(const B<_Tp, m, n> &, B<_Tp, nm, 1> &, B<_Tp, m, nm> &, in compute() argument

12345678910>>...206