Home
last modified time | relevance | path

Searched refs:DER (Results 1 – 25 of 3327) sorted by relevance

12345678910>>...134

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DSpMat.cpp54 bool SpMat<IT, NT, DER>::operator== (const SpMat<IT, NT, DER> & rhs) const in operator ==()
56 return ((static_cast<DER &>(*this)) == (static_cast<DER &>(rhs)) ); in operator ==()
60 void SpMat<IT, NT, DER>::Split( SpMat< IT,NT,DER > & partA, SpMat< IT,NT,DER > & partB) in Split()
62 static_cast< DER* >(this)->Split(static_cast< DER & >(partA), static_cast< DER & >(partB)); in Split()
66 void SpMat<IT, NT, DER>::Merge( SpMat< IT,NT,DER > & partA, SpMat< IT,NT,DER > & partB) in Merge()
68 static_cast< DER* >(this)->Merge(static_cast< DER & >(partA), static_cast< DER & >(partB)); in Merge()
74 void SpMat<IT, NT, DER>::SpGEMM(SpMat<IT, NT, DER> & A, in SpGEMM()
106 …static_cast< DER* >(this)->template PlusEq_AtXBt< SR >(static_cast< DER & >(A), static_cast< DER &… in SpGEMM()
110 …static_cast< DER* >(this)->template PlusEq_AtXBn< SR >(static_cast< DER & >(A), static_cast< DER &… in SpGEMM()
114 …static_cast< DER* >(this)->template PlusEq_AnXBt< SR >(static_cast< DER & >(A), static_cast< DER &… in SpGEMM()
[all …]
H A DSpMat.h54 template < class IT, class NT, class DER >
63 static_cast<DER*>(this)->CreateImpl(essentials); in Create()
74 void SpGEMM( SpMat< IT,NT,DER > & A, SpMat< IT,NT,DER > & B, bool isAT, bool isBT);
79 void Split( SpMat< IT,NT,DER > & partA, SpMat< IT,NT,DER > & partB);
80 void Merge( SpMat< IT,NT,DER > & partA, SpMat< IT,NT,DER > & partB);
84 return static_cast<const DER*>(this)->GetArrays(); in GetArrays()
106 static_cast<DER*>(this)->Transpose(); in Transpose()
110 return static_cast<DER*>(this)->begcol(); in begcol()
114 return static_cast<DER*>(this)->endcol(); in endcol()
118 return static_cast<DER*>(this)->begcol(i); in begcol()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Reader/
H A DReadInteger.cs44 [InlineData(PublicEncodingRules.DER, "020100", 0)]
65 [InlineData(PublicEncodingRules.DER, "02020102")]
101 [InlineData(PublicEncodingRules.DER, "020180")]
104 [InlineData(PublicEncodingRules.DER, "0201FF")]
182 [InlineData(PublicEncodingRules.DER, "020180")]
185 [InlineData(PublicEncodingRules.DER, "0201FF")]
422 [InlineData(PublicEncodingRules.DER)]
455 [InlineData(PublicEncodingRules.DER)]
493 [InlineData(PublicEncodingRules.DER)]
528 [InlineData(PublicEncodingRules.DER)]
[all …]
H A DReadEnumerated.cs238 [InlineData(PublicEncodingRules.DER, "")]
293 [InlineData(PublicEncodingRules.DER, "")]
345 [InlineData(PublicEncodingRules.DER, "")]
394 [InlineData(PublicEncodingRules.DER, "")]
447 [InlineData(PublicEncodingRules.DER, "")]
490 [InlineData(PublicEncodingRules.DER, "")]
607 [InlineData(PublicEncodingRules.DER)]
619 [InlineData(PublicEncodingRules.DER)]
633 [InlineData(PublicEncodingRules.DER)]
680 [InlineData(PublicEncodingRules.DER)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Writer/
H A DWriteInteger.cs16 [InlineData(PublicEncodingRules.DER, 0, "020100")]
19 [InlineData(PublicEncodingRules.DER, -1, "0201FF")]
67 [InlineData(PublicEncodingRules.DER, 126, "02017E")]
70 [InlineData(PublicEncodingRules.DER, 254, "020200FE")]
73 [InlineData(PublicEncodingRules.DER, 32767, "02027FFF")]
136 [InlineData(PublicEncodingRules.DER, 0, "020100")]
139 [InlineData(PublicEncodingRules.DER, 126, "02017E")]
142 [InlineData(PublicEncodingRules.DER, 254, "020200FE")]
145 [InlineData(PublicEncodingRules.DER, 32767, "02027FFF")]
285 [InlineData(PublicEncodingRules.DER)]
[all …]
H A DWriteBitString.cs17 [InlineData(PublicEncodingRules.DER)]
31 [InlineData(PublicEncodingRules.DER, 3, 1, "030401")]
81 [InlineData(PublicEncodingRules.DER, 0, false)]
84 [InlineData(PublicEncodingRules.DER, 999, false)]
217 [InlineData(PublicEncodingRules.DER, -1)]
220 [InlineData(PublicEncodingRules.DER, -2)]
223 [InlineData(PublicEncodingRules.DER, 8)]
226 [InlineData(PublicEncodingRules.DER, 9)]
229 [InlineData(PublicEncodingRules.DER, 1048576)]
253 [InlineData(PublicEncodingRules.DER)]
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/x509/
H A DX500DistinguishedName.java602 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
611 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
620 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
629 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
638 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
647 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
656 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
665 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
674 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
683 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/x509/
H A DX500DistinguishedName.java602 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
611 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
620 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
629 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
638 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
647 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
656 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
665 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
674 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
683 name.add(new DERValue(DER.CONSTRUCTED | DER.SET, rdn)); in encodeDER()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/security/provider/
H A DGnuRSAPrivateKey.java42 import gnu.java.security.der.DER;
143 key.add(new DERValue(DER.INTEGER, BigInteger.ZERO)); in getEncoded()
144 key.add(new DERValue(DER.INTEGER, getModulus())); in getEncoded()
147 key.add(new DERValue(DER.INTEGER, getPrimeP())); in getEncoded()
148 key.add(new DERValue(DER.INTEGER, getPrimeQ())); in getEncoded()
152 DERValue pk = new DERValue(DER.SEQUENCE|DER.CONSTRUCTED, key); in getEncoded()
154 pki.add(new DERValue(DER.INTEGER, BigInteger.ZERO)); in getEncoded()
156 alg.add(new DERValue(DER.OBJECT_IDENTIFIER, in getEncoded()
158 alg.add(new DERValue(DER.NULL, null)); in getEncoded()
159 pki.add(new DERValue(DER.CONSTRUCTED|DER.SEQUENCE, alg)); in getEncoded()
[all …]
H A DGnuRSAPublicKey.java43 import gnu.java.security.der.DER;
96 key.add(new DERValue(DER.INTEGER, getModulus())); in getEncoded()
97 key.add(new DERValue(DER.INTEGER, getPublicExponent())); in getEncoded()
98 DERValue rsapk = new DERValue(DER.SEQUENCE|DER.CONSTRUCTED, key); in getEncoded()
100 alg.add(new DERValue(DER.OBJECT_IDENTIFIER, in getEncoded()
102 alg.add(new DERValue(DER.NULL, null)); in getEncoded()
104 spki.add(new DERValue(DER.SEQUENCE|DER.CONSTRUCTED, alg)); in getEncoded()
105 spki.add(new DERValue(DER.BIT_STRING, new BitString(rsapk.getEncoded()))); in getEncoded()
106 encodedKey = new DERValue(DER.SEQUENCE|DER.CONSTRUCTED, spki).getEncoded(); in getEncoded()
/dports/math/reduce/Reduce-svn5758-src/contrib/ortocartan/
H A Dortcsl.tes414 ((DER T D)*(DER T V)) = ((DER T D) * V * (D / F + (DER T CAPR)/ CAPR))
607 (DER T S) (DER F S) (DER R S)
858 (DER R OM) = ((DER R P) * (DER THETA OM) / (DER THETA P))
860 (DER R R OM) = (DERIV R ((DER R P) * (DER THETA OM) / (DER THETA P)))
862 (DER R THETA OM)=(DERIV THETA((DER R P)*(DER THETA OM)/(DER THETA P)))
870 + (DER THETA P)*((DER THETA MU2)-(DER THETA P)- 2 *(DER THETA NU)) )
872 (DER R R P) = ((DER R P) * ((DER R MU1) - 2 * (DER R NU))
877 (DER R THETA P) = ((DER THETA P) * ((DER R MU2)-(DER R NU)-(DER R P))
883 + (DER R NU) * (DER THETA MU1) + (DER THETA NU) * (DER R MU2))
885 (DER R R NU) = (- (DER R NU) ^ 2 + (DER R NU) * (DER R MU1)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DX509.jsm9 var { DER } = ChromeUtils.import("resource://testing-common/psm/DER.jsm", {});
19 * @param {DER} der a DER object to read a NULL from
42 * @param {DER} der the DER to read an OBJECT IDENTIFIER from
123 this._der = new DER.DER(bytes);
135 * @param {DER} der the underlying DER object
139 return new DER.DER(der.readTagAndGetContents(DER.SEQUENCE));
145 * @param {DER} der the underlying DER object
150 return new DER.DER(der.readTagAndGetContents(tag));
255 let versionTag = DER.CONTEXT_SPECIFIC | DER.CONSTRUCTED | 0;
592 [DER.UTCTime, DER.GeneralizedTime]));
[all …]
/dports/security/shishi/shishi-1.0.2/doc/texi/
H A Dasn1.c.texi330 @var{node}: ASN.1 data to convert to DER.
362 @var{der}: input character array with DER encoding.
366 Determine msg-type of DER coded data of a packet.
376 @var{der}: input character array with DER encoding.
391 @var{der}: input character array with DER encoding.
405 @var{der}: input character array with DER encoding.
419 @var{der}: input character array with DER encoding.
433 @var{der}: input character array with DER encoding.
447 @var{der}: input character array with DER encoding.
461 @var{der}: input character array with DER encoding.
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DX509.jsm8 var { DER } = Cu.import("resource://gre/modules/psm/DER.jsm", {});
18 * @param {DER} der a DER object to read a NULL from
41 * @param {DER} der the DER to read an OBJECT IDENTIFIER from
122 this._der = new DER.DER(bytes);
134 * @param {DER} der the underlying DER object
138 return new DER.DER(der.readTagAndGetContents(DER.SEQUENCE));
144 * @param {DER} der the underlying DER object
149 return new DER.DER(der.readTagAndGetContents(tag));
254 let versionTag = DER.CONTEXT_SPECIFIC | DER.CONSTRUCTED | 0;
591 [DER.UTCTime, DER.GeneralizedTime]));
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/c7/
H A Dc74407b.ada53 TYPE DER IS LIMITED PRIVATE; type
57 TYPE DER IS NEW PRIV; type
67 J : DER := DER(C1);
68 CONS_DER1 : CONSTANT DER := DER(C2);
74 L, M, N : DER;
77 CONS_DER2 : CONSTANT DER := DER(C1);
162 L := DER(C1);
164 M := DER(C1);
166 N := DER(C2);

12345678910>>...134