Home
last modified time | relevance | path

Searched refs:LexicographicallyLargest (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/internal/fptower/
H A De2.go49 func (z *E2) LexicographicallyLargest() bool { func
52 return z.A0.LexicographicallyLargest()
54 return z.A1.LexicographicallyLargest()
H A De2_test.go354 lResult := a.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/internal/fptower/
H A De2.go49 func (z *E2) LexicographicallyLargest() bool { func
52 return z.A0.LexicographicallyLargest()
54 return z.A1.LexicographicallyLargest()
H A De2_test.go354 lResult := a.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/internal/fptower/
H A De2.go49 func (z *E2) LexicographicallyLargest() bool { func
52 return z.A0.LexicographicallyLargest()
54 return z.A1.LexicographicallyLargest()
H A De2_test.go352 lResult := a.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/tower/template/fq12over6over2/
H A Dfq2.go.tmpl31 // LexicographicallyLargest returns true if this element is strictly lexicographically
33 func (z *E2) LexicographicallyLargest() bool {
36 return z.A0.LexicographicallyLargest()
38 return z.A1.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/
H A Dmarshal.go514 if p.Y.LexicographicallyLargest() {
630 if Y.LexicographicallyLargest() {
668 if Y.LexicographicallyLargest() {
761 if p.Y.LexicographicallyLargest() {
908 if Y.LexicographicallyLargest() {
947 if Y.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/
H A Dmarshal.go514 if p.Y.LexicographicallyLargest() {
641 if Y.LexicographicallyLargest() {
679 if Y.LexicographicallyLargest() {
769 if p.Y.LexicographicallyLargest() {
933 if Y.LexicographicallyLargest() {
972 if Y.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/
H A Dmarshal.go514 if p.Y.LexicographicallyLargest() {
659 if Y.LexicographicallyLargest() {
697 if Y.LexicographicallyLargest() {
787 if p.Y.LexicographicallyLargest() {
932 if Y.LexicographicallyLargest() {
970 if Y.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/
H A Dmarshal.go514 if p.Y.LexicographicallyLargest() {
641 if Y.LexicographicallyLargest() {
679 if Y.LexicographicallyLargest() {
769 if p.Y.LexicographicallyLargest() {
933 if Y.LexicographicallyLargest() {
972 if Y.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/twistededwards/
H A Dpoint.go61 if p.X.LexicographicallyLargest() {
113 if !p.X.LexicographicallyLargest() {
117 if p.X.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/twistededwards/
H A Dpoint.go61 if p.X.LexicographicallyLargest() {
113 if !p.X.LexicographicallyLargest() {
117 if p.X.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/twistededwards/
H A Dpoint.go61 if p.X.LexicographicallyLargest() {
113 if !p.X.LexicographicallyLargest() {
117 if p.X.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards/
H A Dpoint.go61 if p.X.LexicographicallyLargest() {
113 if !p.X.LexicographicallyLargest() {
117 if p.X.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/edwards/template/
H A Dpointtwistededwards.go.tmpl44 if p.X.LexicographicallyLargest() {
96 if !p.X.LexicographicallyLargest() {
100 if p.X.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/tower/template/fq12over6over2/tests/
H A Dfq2.go.tmpl329 …properties.Property("[{{ toUpper .Name }}] Cmp and LexicographicallyLargest should be consistant",…
334 lResult := a.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/field/internal/templates/element/
H A Dbase.go169 func (z *{{.ElementName}}) LexicographicallyLargest() bool {
H A Dtests.go535 func Test{{toTitle .ElementName}}LexicographicallyLargest(t *testing.T) {
553 lResult := a.element.LexicographicallyLargest()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/internal/generator/ecc/template/
H A Dmarshal.go.tmpl487 if p.Y.LexicographicallyLargest() {
649 if Y.LexicographicallyLargest() {
702 if Y.LexicographicallyLargest() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/fp/
H A Delement.go200 func (z *Element) LexicographicallyLargest() bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-381/fr/
H A Delement.go200 func (z *Element) LexicographicallyLargest() bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/fr/
H A Delement.go200 func (z *Element) LexicographicallyLargest() bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/fr/
H A Delement.go200 func (z *Element) LexicographicallyLargest() bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/fr/
H A Delement.go220 func (z *Element) LexicographicallyLargest() bool { func

12