Home
last modified time | relevance | path

Searched +defs:d +defs:M (Results 1 – 25 of 7116) sorted by relevance

12345678910>>...285

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Ddtest-027.cs3 public int M (object d, long s) in M() method in C
8 public int M (long s, object d) in M() method in C
13 public int M (dynamic d, dynamic s) in M() method in C
18 public int M2 (object d) in M2()
H A Dgtest-lambda-05.cs12 static bool M (db d) { return d (false); } in M() method in C
13 static string M (ds d) { return "b"; } in M() method in C
14 static int M (di d) { return d (0); } in M() method in C
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-modules/
H A Dprinting.ml5 module M : sig module
6 class type d = c class
14 module M : sig class type d = c end class
21 module M = struct module N = struct let x = 1 end end;; module
24 module M : sig module N : sig val x : int end end module
25 module M : sig module N : sig ... end end module
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-modules/
H A Dprinting.ml5 module M : sig module
6 class type d = c class
14 module M : sig class type d = c end class
21 module M = struct module N = struct let x = 1 end end;; module
24 module M : sig module N : sig val x : int end end module
25 module M : sig module N : sig ... end end module
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dasimd_two_regs_misc.cpp31 const auto d = ToVector(Q, Vd, D); in CompareWithZero() local
86 const auto d = ToVector(Q, Vd, D); in PairedAddOperation() local
117 const auto d = ToVector(Q, Vd, D); in asimd_VREV() local
239 const auto d = ToVector(Q, Vd, D); in asimd_VCLS() local
263 const auto d = ToVector(Q, Vd, D); in asimd_VCLZ() local
285 const auto d = ToVector(Q, Vd, D); in asimd_VCNT() local
303 const auto d = ToVector(Q, Vd, D); in asimd_VMVN_reg() local
327 const auto d = ToVector(Q, Vd, D); in asimd_VQABS() local
347 const auto d = ToVector(Q, Vd, D); in asimd_VQNEG() local
386 const auto d = ToVector(Q, Vd, D); in asimd_VABS() local
[all …]
H A Dvfp.cpp93 const auto d = ToExtReg(sz, Vd, D); in vfp_VADD() local
112 const auto d = ToExtReg(sz, Vd, D); in vfp_VSUB() local
131 const auto d = ToExtReg(sz, Vd, D); in vfp_VMUL() local
150 const auto d = ToExtReg(sz, Vd, D); in vfp_VMLA() local
170 const auto d = ToExtReg(sz, Vd, D); in vfp_VMLS() local
190 const auto d = ToExtReg(sz, Vd, D); in vfp_VNMUL() local
209 const auto d = ToExtReg(sz, Vd, D); in vfp_VNMLA() local
454 bool ArmTranslatorVisitor::vfp_VMOV_2u32_2f32(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2u32_2f32()
470 bool ArmTranslatorVisitor::vfp_VMOV_2f32_2u32(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2f32_2u32()
490 bool ArmTranslatorVisitor::vfp_VMOV_2u32_f64(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2u32_f64()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DAff_transformationCd.h36 Aff_transformationCd_rep(int d) : M_(d+1) {} in Aff_transformationCd_rep()
63 Aff_transformationCd(const Matrix& M) : Base( Rep(M) ) in Aff_transformationCd()
66 int d = M.row_dimension(),i; in Aff_transformationCd() local
83 { int d = v.dimension(); in Aff_transformationCd() local
93 { Matrix& M = ptr()->M_; in Aff_transformationCd() local
100 int e1 = 0, int e2 = 1) : Base( Rep(d) ) in Base()
106 Matrix& M = ptr()->M_; in Base() local
115 : Base( Rep(d) ) in Base()
118 Matrix& M = ptr()->M_; in Base() local
140 const Matrix& M = ptr()->M_; in operator() local
[all …]
H A DAff_transformationHd.h37 Aff_transformationHd_rep(int d) : M_(d+1) {} in Aff_transformationHd_rep()
85 Aff_transformationHd(int d = 0) : Base( Rep(d) ) {} in Base()
88 Aff_transformationHd(int d, Identity_transformation) : Base( Rep(d) ) in Aff_transformationHd()
93 Aff_transformationHd(const Matrix& M) : Base( Rep(M) ) in Aff_transformationHd()
113 { int d = v.dimension(); in Aff_transformationHd() local
121 Aff_transformationHd(int d, Scaling, const RT& num, const RT& den) in Aff_transformationHd()
124 { Matrix& M = ptr()->M_; in Aff_transformationHd() local
131 int e1 = 0, int e2 = 1) : Base( Rep(d) ) in Base()
143 Matrix& M = ptr()->M_; in Base() local
159 : Base( Rep(d) ) in Base()
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/hashes/
H A Dmd5.c44 #define FF(a,b,c,d,M,s,t) \ argument
47 #define GG(a,b,c,d,M,s,t) \ argument
50 #define HH(a,b,c,d,M,s,t) \ argument
53 #define II(a,b,c,d,M,s,t) \ argument
83 #define FF(a,b,c,d,M,s,t) \ argument
86 #define GG(a,b,c,d,M,s,t) \ argument
89 #define HH(a,b,c,d,M,s,t) \ argument
92 #define II(a,b,c,d,M,s,t) \ argument
104 ulong32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/hashes/
H A Dmd5.c44 #define FF(a,b,c,d,M,s,t) \ argument
47 #define GG(a,b,c,d,M,s,t) \ argument
50 #define HH(a,b,c,d,M,s,t) \ argument
53 #define II(a,b,c,d,M,s,t) \ argument
83 #define FF(a,b,c,d,M,s,t) \ argument
86 #define GG(a,b,c,d,M,s,t) \ argument
89 #define HH(a,b,c,d,M,s,t) \ argument
92 #define II(a,b,c,d,M,s,t) \ argument
104 ulong32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/security/matrixssl/Crypt-MatrixSSL3-3.3.0.1/matrixssl-3-3-open/crypto/digest/
H A Dmd5.c47 #define FF(a,b,c,d,M,s,t) \ argument
50 #define GG(a,b,c,d,M,s,t) \ argument
53 #define HH(a,b,c,d,M,s,t) \ argument
56 #define II(a,b,c,d,M,s,t) \ argument
94 #define FF(a,b,c,d,M,s,t) \ argument
97 #define GG(a,b,c,d,M,s,t) \ argument
100 #define HH(a,b,c,d,M,s,t) \ argument
103 #define II(a,b,c,d,M,s,t) \ argument
114 uint32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/libtomcrypt/
H A Dmd5.c47 #define FF(a,b,c,d,M,s,t) \ argument
50 #define GG(a,b,c,d,M,s,t) \ argument
53 #define HH(a,b,c,d,M,s,t) \ argument
56 #define II(a,b,c,d,M,s,t) \ argument
86 #define FF(a,b,c,d,M,s,t) \ argument
89 #define GG(a,b,c,d,M,s,t) \ argument
92 #define HH(a,b,c,d,M,s,t) \ argument
95 #define II(a,b,c,d,M,s,t) \ argument
107 ulong32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/hashes/
H A Dmd5.c46 #define FF(a,b,c,d,M,s,t) \ argument
49 #define GG(a,b,c,d,M,s,t) \ argument
52 #define HH(a,b,c,d,M,s,t) \ argument
55 #define II(a,b,c,d,M,s,t) \ argument
85 #define FF(a,b,c,d,M,s,t) \ argument
88 #define GG(a,b,c,d,M,s,t) \ argument
91 #define HH(a,b,c,d,M,s,t) \ argument
94 #define II(a,b,c,d,M,s,t) \ argument
106 ulong32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtomcrypt/src/hashes/
H A Dmd5.c46 #define FF(a,b,c,d,M,s,t) \ argument
49 #define GG(a,b,c,d,M,s,t) \ argument
52 #define HH(a,b,c,d,M,s,t) \ argument
55 #define II(a,b,c,d,M,s,t) \ argument
85 #define FF(a,b,c,d,M,s,t) \ argument
88 #define GG(a,b,c,d,M,s,t) \ argument
91 #define HH(a,b,c,d,M,s,t) \ argument
94 #define II(a,b,c,d,M,s,t) \ argument
106 ulong32 i, W[16], a, b, c, d; in _md5_compress() local
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/hashes/
H A Dmd5.c38 #define FF(a,b,c,d,M,s,t) \ argument
41 #define GG(a,b,c,d,M,s,t) \ argument
44 #define HH(a,b,c,d,M,s,t) \ argument
47 #define II(a,b,c,d,M,s,t) \ argument
77 #define FF(a,b,c,d,M,s,t) \ argument
80 #define GG(a,b,c,d,M,s,t) \ argument
83 #define HH(a,b,c,d,M,s,t) \ argument
86 #define II(a,b,c,d,M,s,t) \ argument
98 ulong32 i, W[16], a, b, c, d; in ss_md5_compress() local
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/programs/
H A DDialogDemo.hs29 drawUI d = [ui] function
39 appEvent d _ = M.continue d function
58 M.App { M.appDraw = drawUI function
59 , M.appChooseCursor = M.showFirstCursor function
60 , M.appHandleEvent = appEvent function
61 , M.appStartEvent = return function
62 , M.appAttrMap = const theMap function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/programs/
H A DDialogDemo.hs29 drawUI d = [ui] function
39 appEvent d _ = M.continue d function
58 M.App { M.appDraw = drawUI function
59 , M.appChooseCursor = M.showFirstCursor function
60 , M.appHandleEvent = appEvent function
61 , M.appStartEvent = return function
62 , M.appAttrMap = const theMap function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/programs/
H A DDialogDemo.hs29 drawUI d = [ui] function
39 appEvent d _ = M.continue d function
58 M.App { M.appDraw = drawUI function
59 , M.appChooseCursor = M.showFirstCursor function
60 , M.appHandleEvent = appEvent function
61 , M.appStartEvent = return function
62 , M.appAttrMap = const theMap function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/programs/
H A DDialogDemo.hs29 drawUI d = [ui] function
39 appEvent d _ = M.continue d function
58 M.App { M.appDraw = drawUI function
59 , M.appChooseCursor = M.showFirstCursor function
60 , M.appHandleEvent = appEvent function
61 , M.appStartEvent = return function
62 , M.appAttrMap = const theMap function
/dports/security/digestpp/digestpp-34ff2eeae397ed744d972d86b5a20f603b029fbd/algorithm/detail/
H A Dmd5_provider.hpp21 …nline void roundf(int round, uint32_t& a, uint32_t& b, uint32_t& c, uint32_t& d, const uint32_t* M) in roundf()
27 …nline void roundg(int round, uint32_t& a, uint32_t& b, uint32_t& c, uint32_t& d, const uint32_t* M) in roundg()
33 …nline void roundh(int round, uint32_t& a, uint32_t& b, uint32_t& c, uint32_t& d, const uint32_t* M) in roundh()
39 …nline void roundi(int round, uint32_t& a, uint32_t& b, uint32_t& c, uint32_t& d, const uint32_t* M) in roundi()
105 const uint32_t* M = reinterpret_cast<const uint32_t*>(data); in transform() local
111 uint32_t d = H[3]; in transform() local
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-objects/
H A DTests.ml8 end and ['a] d () = object class
17 end and d () = object class
23 end and ['a] d () = object class
33 end and ['a] d () = object class
87 and 'a d = <f : 'a c>;; type
104 module M = module
133 module M = struct class ['a] c () = object method f (x : 'a) = () end end;; module
219 module M : module
231 class d () = object class
245 module M = struct class c () = object method m = new c () end end;; module
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-objects/
H A DTests.ml8 end and ['a] d () = object class
17 end and d () = object class
23 end and ['a] d () = object class
33 end and ['a] d () = object class
87 and 'a d = <f : 'a c>;; type
104 module M = module
133 module M = struct class ['a] c () = object method f (x : 'a) = () end end;; module
219 module M : module
231 class d () = object class
245 module M = struct class c () = object method m = new c () end end;; module
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/error-codes/e0119/auxiliary/
H A Dcomplex_impl_support.rs5 pub struct M<'a, 'b, 'c, T, U, V> { struct
9 d: PhantomData<T>, field
14 impl<'a, 'b, 'c, T, U, V, W> External for (T, M<'a, 'b, 'c, Box<U>, V, W>) argument
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t400_Classification/
H A Dtrain_sc.m260 d = D(ix,:) - CC.MEAN(repmat(k,sum(ix),1),:); variable
265 d = D(ix,:) - CC.MEAN(repmat(k,sum(ix),1),:); variable
301 M = size(CL101,2); variable
337 M = size(CL101,2); variable
376 M = size(CL101,2); variable
407 M = size(CL101,2); variable
428 M = size(CL101,2); variable
603 M = size(CL101,2); variable
605 d = sparse(1:m,1:m,CL101(:,k)); variable
774 d = filtfilt(CC.FiltB,CC.FiltA,(D*W).^2); variable
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dvfp.cpp91 const auto d = ToExtReg(sz, Vd, D); in vfp_VADD() local
110 const auto d = ToExtReg(sz, Vd, D); in vfp_VSUB() local
129 const auto d = ToExtReg(sz, Vd, D); in vfp_VMUL() local
148 const auto d = ToExtReg(sz, Vd, D); in vfp_VMLA() local
168 const auto d = ToExtReg(sz, Vd, D); in vfp_VMLS() local
188 const auto d = ToExtReg(sz, Vd, D); in vfp_VNMUL() local
207 const auto d = ToExtReg(sz, Vd, D); in vfp_VNMLA() local
405 bool ArmTranslatorVisitor::vfp_VMOV_2u32_2f32(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2u32_2f32()
421 bool ArmTranslatorVisitor::vfp_VMOV_2f32_2u32(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2f32_2u32()
441 bool ArmTranslatorVisitor::vfp_VMOV_2u32_f64(Cond cond, Reg t2, Reg t, bool M, size_t Vm) { in vfp_VMOV_2u32_f64()
[all …]

12345678910>>...285