Home
last modified time | relevance | path

Searched defs:E2 (Results 1 – 25 of 5750) sorted by relevance

12345678910>>...230

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/internal/fptower/
H A De2.go22 type E2 struct { struct
23 A0, A1 fp.Element
27 func (z *E2) Equal(x *E2) bool {
39 func (z *E2) SetZero() *E2 {
46 func (z *E2) Clone() *E2 {
54 func (z *E2) Set(x *E2) *E2 {
61 func (z *E2) SetOne() *E2 {
79 func (z *E2) IsZero() bool {
84 func (z *E2) Neg(x *E2) *E2 {
96 func (z *E2) ToMont() *E2 {
[all …]
H A Dfrobenius.go56 func (z *E2) MulByNonResidue1Power1(x *E2) *E2 {
78 func (z *E2) MulByNonResidue1Power2(x *E2) *E2 {
100 func (z *E2) MulByNonResidue2Power1(x *E2) *E2 {
122 func (z *E2) MulByNonResidue2Power2(x *E2) *E2 {
144 func (z *E2) MulByNonResidue3Power1(x *E2) *E2 {
166 func (z *E2) MulByNonResidue3Power2(x *E2) *E2 {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/internal/fptower/
H A De2.go25 type E2 struct { struct
26 A0, A1 fp.Element
30 func (z *E2) Equal(x *E2) bool {
40 func (z *E2) Cmp(x *E2) int {
65 func (z *E2) SetZero() *E2 {
72 func (z *E2) Set(x *E2) *E2 {
79 func (z *E2) SetOne() *E2 {
97 func (z *E2) IsZero() bool {
120 func (z *E2) Neg(x *E2) *E2 {
131 func (z *E2) ToMont() *E2 {
[all …]
H A Dfrobenius.go99 func (z *E2) MulByNonResidue1Power1(x *E2) *E2 {
115 func (z *E2) MulByNonResidue1Power2(x *E2) *E2 {
131 func (z *E2) MulByNonResidue1Power3(x *E2) *E2 {
147 func (z *E2) MulByNonResidue1Power4(x *E2) *E2 {
163 func (z *E2) MulByNonResidue1Power5(x *E2) *E2 {
179 func (z *E2) MulByNonResidue2Power1(x *E2) *E2 {
195 func (z *E2) MulByNonResidue2Power2(x *E2) *E2 {
211 func (z *E2) MulByNonResidue2Power3(x *E2) *E2 {
227 func (z *E2) MulByNonResidue2Power4(x *E2) *E2 {
243 func (z *E2) MulByNonResidue2Power5(x *E2) *E2 {
[all …]
H A De2_bls377.go22 func (z *E2) Mul(x, y *E2) *E2 {
36 func (z *E2) Square(x *E2) *E2 {
52 func (z *E2) MulByNonResidue(x *E2) *E2 {
61 func (z *E2) MulByNonResidueInv(x *E2) *E2 {
78 func (z *E2) Inverse(x *E2) *E2 {
H A De2_fallback.go21 func addE2(z, x, y *E2) {
26 func subE2(z, x, y *E2) {
31 func doubleE2(z, x *E2) {
36 func negE2(z, x *E2) {
H A De12_pairing.go49 func (z *E12) MulByVW(x *E12, y *E2) *E12 {
67 func (z *E12) MulByV(x *E12, y *E2) *E12 {
85 func (z *E12) MulByV2W(x *E12, y *E2) *E12 {
102 func (z *E12) MulBy034(c0, c3, c4 *E2) *E12 {
H A De2_amd64.go36 func addE2(res, x, y *E2)
39 func subE2(res, x, y *E2)
42 func doubleE2(res, x *E2)
45 func negE2(res, x *E2)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/internal/fptower/
H A De2.go25 type E2 struct { struct
26 A0, A1 fp.Element
30 func (z *E2) Equal(x *E2) bool {
40 func (z *E2) Cmp(x *E2) int {
65 func (z *E2) SetZero() *E2 {
72 func (z *E2) Set(x *E2) *E2 {
79 func (z *E2) SetOne() *E2 {
97 func (z *E2) IsZero() bool {
120 func (z *E2) Neg(x *E2) *E2 {
131 func (z *E2) ToMont() *E2 {
[all …]
H A Dfrobenius.go91 func (z *E2) MulByNonResidue1Power1(x *E2) *E2 {
116 func (z *E2) MulByNonResidue1Power2(x *E2) *E2 {
141 func (z *E2) MulByNonResidue1Power3(x *E2) *E2 {
166 func (z *E2) MulByNonResidue1Power4(x *E2) *E2 {
182 func (z *E2) MulByNonResidue1Power5(x *E2) *E2 {
217 func (z *E2) MulByNonResidue2Power1(x *E2) *E2 {
234 func (z *E2) MulByNonResidue2Power2(x *E2) *E2 {
251 func (z *E2) MulByNonResidue2Power3(x *E2) *E2 {
268 func (z *E2) MulByNonResidue2Power4(x *E2) *E2 {
285 func (z *E2) MulByNonResidue2Power5(x *E2) *E2 {
[all …]
H A De2_amd64.go36 func addE2(res, x, y *E2)
39 func subE2(res, x, y *E2)
42 func doubleE2(res, x *E2)
45 func negE2(res, x *E2)
48 func mulNonResE2(res, x *E2)
51 func squareAdxE2(res, x *E2)
54 func mulAdxE2(z, x, y *E2)
57 func (z *E2) Mul(x, y *E2) *E2 {
63 func (z *E2) MulByNonResidue(x *E2) *E2 {
69 func (z *E2) Square(x *E2) *E2 {
H A De2_bls381.go27 func mulGenericE2(z, x, y *E2) {
39 func squareGenericE2(z, x *E2) *E2 {
61 func (z *E2) MulByNonResidueInv(x *E2) *E2 {
72 func (z *E2) Inverse(x *E2) *E2 {
H A De2_fallback.go21 func addE2(z, x, y *E2) {
26 func subE2(z, x, y *E2) {
31 func doubleE2(z, x *E2) {
36 func negE2(z, x *E2) {
H A De2_bls381_fallback.go22 func (z *E2) MulByNonResidue(x *E2) *E2 {
31 func (z *E2) Mul(x, y *E2) *E2 {
37 func (z *E2) Square(x *E2) *E2 {
H A De12_pairing.go4 func (z *E12) MulByV2NRInv(x *E12, y *E2) *E12 {
23 func (z *E12) MulByVWNRInv(x *E12, y *E2) *E12 {
41 func (z *E12) MulByWNRInv(x *E12, y *E2) *E12 {
60 func (z *E12) MulBy014(c0, c1, c4 *E2) *E12 {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/internal/fptower/
H A De2.go25 type E2 struct { struct
26 A0, A1 fp.Element
30 func (z *E2) Equal(x *E2) bool {
40 func (z *E2) Cmp(x *E2) int {
65 func (z *E2) SetZero() *E2 {
72 func (z *E2) Set(x *E2) *E2 {
79 func (z *E2) SetOne() *E2 {
97 func (z *E2) IsZero() bool {
120 func (z *E2) Neg(x *E2) *E2 {
131 func (z *E2) ToMont() *E2 {
[all …]
H A Dfrobenius.go257 func (z *E2) MulByNonResidue1Power1(x *E2) *E2 {
264 func (z *E2) MulByNonResidue1Power2(x *E2) *E2 {
271 func (z *E2) MulByNonResidue1Power3(x *E2) *E2 {
278 func (z *E2) MulByNonResidue1Power4(x *E2) *E2 {
285 func (z *E2) MulByNonResidue1Power5(x *E2) *E2 {
292 func (z *E2) MulByNonResidue2Power1(x *E2) *E2 {
306 func (z *E2) MulByNonResidue2Power2(x *E2) *E2 {
320 func (z *E2) MulByNonResidue2Power3(x *E2) *E2 {
334 func (z *E2) MulByNonResidue2Power4(x *E2) *E2 {
348 func (z *E2) MulByNonResidue2Power5(x *E2) *E2 {
[all …]
H A De2_amd64.go34 func addE2(res, x, y *E2)
37 func subE2(res, x, y *E2)
40 func doubleE2(res, x *E2)
43 func negE2(res, x *E2)
46 func mulNonResE2(res, x *E2)
49 func squareAdxE2(res, x *E2)
52 func mulAdxE2(res, x, y *E2)
55 func (z *E2) MulByNonResidue(x *E2) *E2 {
61 func (z *E2) Mul(x, y *E2) *E2 {
67 func (z *E2) Square(x *E2) *E2 {
H A De2_fallback.go21 func addE2(z, x, y *E2) {
26 func subE2(z, x, y *E2) {
31 func doubleE2(z, x *E2) {
36 func negE2(z, x *E2) {
H A De12_pairing.go9 func (z *E12) MulByVW(x *E12, y *E2) *E12 {
27 func (z *E12) MulByV(x *E12, y *E2) *E12 {
45 func (z *E12) MulByV2W(x *E12, y *E2) *E12 {
82 func (z *E12) MulBy034(c0, c3, c4 *E2) *E12 {
H A De2_bn254.go41 func mulGenericE2(z, x, y *E2) {
54 func squareGenericE2(z, x *E2) *E2 {
67 func (z *E2) MulByNonResidueInv(x *E2) *E2 {
73 func (z *E2) Inverse(x *E2) *E2 {
H A De2_bn254_fallback.go22 func (z *E2) MulByNonResidue(x *E2) *E2 {
32 func (z *E2) Mul(x, y *E2) *E2 {
38 func (z *E2) Square(x *E2) *E2 {
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DSmallMatrixMixed.h86 dot(const Vec<M,E1,S1>& r, const Vec<M,E2,S2>& v) { in dot() argument
92 dot(const Vec<1,E1,S1>& r, const Vec<1,E2,S2>& v) { in dot() argument
114 dot(const Row<N,E1,S1>& r, const Vec<N,E2,S2>& v) { in dot() argument
119 dot(const Vec<M,E1,S1>& v, const Row<M,E2,S2>& r) { in dot() argument
124 dot(const Row<N,E1,S1>& r, const Row<N,E2,S2>& s) { in dot() argument
147 outer(const Vec<M,E1,S1>& v, const Vec<M,E2,S2>& w) { in outer() argument
165 outer(const Vec<M,E1,S1>& v, const Row<M,E2,S2>& r) { in outer() argument
170 outer(const Row<M,E1,S1>& r, const Vec<M,E2,S2>& v) { in outer() argument
175 outer(const Row<M,E1,S1>& r, const Row<M,E2,S2>& s) { in outer() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/type-alias-enum-variants/
H A Denum-variant-priority-higher-than-other-inherent.rs12 enum E2 { enum
16 impl E2 { impl
/dports/devel/p5-Devel-Cover/Devel-Cover-1.36/tests/
H A DE2.pm8 package E2; package
12 sub E2 { print "E2::E2\n" } subroutine

12345678910>>...230