Home
last modified time | relevance | path

Searched refs:gx1 (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/bls12381/
H A Dswu.go40 gx1 := new(fe)
41 square(gx1, x1)
42 add(gx1, gx1, params.a)
43 mul(gx1, gx1, x1)
44 add(gx1, gx1, params.b)
54 y2.set(gx1)
90 gx1 := e.new()
92 e.add(gx1, gx1, params.a)
93 e.mul(gx1, gx1, x1)
94 e.add(gx1, gx1, params.b)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java64 int gx1 = metrics[0]; in drawGlyphList() local
67 int gx2 = gx1 + w; in drawGlyphList()
70 if (gx1 < cx1) { in drawGlyphList()
71 off = cx1 - gx1; in drawGlyphList()
72 gx1 = cx1; in drawGlyphList()
80 if (gx2 > gx1 && gy2 > gy1 && !gl.isColorGlyph(i) && in drawGlyphList()
81 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
85 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
87 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DTextRenderer.java63 int gx1 = metrics[0]; in drawGlyphList() local
66 int gx2 = gx1 + w; in drawGlyphList()
69 if (gx1 < cx1) { in drawGlyphList()
70 off = cx1 - gx1; in drawGlyphList()
71 gx1 = cx1; in drawGlyphList()
79 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
80 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
84 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
86 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DTextRenderer.java66 int gx1 = metrics[0]; in drawGlyphList() local
69 int gx2 = gx1 + w; in drawGlyphList()
72 if (gx1 < cx1) { in drawGlyphList()
73 off = cx1 - gx1; in drawGlyphList()
74 gx1 = cx1; in drawGlyphList()
82 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
83 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
87 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
89 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DTextRenderer.java66 int gx1 = metrics[0]; in drawGlyphList() local
69 int gx2 = gx1 + w; in drawGlyphList()
72 if (gx1 < cx1) { in drawGlyphList()
73 off = cx1 - gx1; in drawGlyphList()
74 gx1 = cx1; in drawGlyphList()
82 if (gx2 > gx1 && gy2 > gy1 && in drawGlyphList()
83 outpipe.needTile(ctx, gx1, gy1, gx2 - gx1, gy2 - gy1)) in drawGlyphList()
87 gx1, gy1, gx2 - gx1, gy2 - gy1); in drawGlyphList()
89 outpipe.skipTile(ctx, gx1, gy1); in drawGlyphList()
/dports/cad/qrouter/qrouter-1.4.85/
H A Dmask.c374 if (gx1 < 0) gx1 = 0; in create_vbranch_mask()
384 if (gx1 > 0) gx1--; in create_vbranch_mask()
423 if (gx1 < 0) gx1 = 0; in create_hbranch_mask()
436 if (gx1 < NumChannelsX - 1) gx1++; in create_hbranch_mask()
440 if (gx1 > 0) gx1--; in create_hbranch_mask()
508 for (gx1 = xmin; gx1 <= xmax; gx1++) in createBboxMask()
513 gx1 = xmin - i; in createBboxMask()
514 if (gx1 >= 0 && gx1 < NumChannelsX) in createBboxMask()
666 if (gx1 >= 0) in createMask()
699 if (gx1 >= 0) in createMask()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/agreement/test/
H A DJPAKEUtilTest.java98 BigInteger gx1 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x1); in testValidateMacTag() local
103 BigInteger gB = JPAKEUtil.calculateGA(pg1.getP(), gx3, gx1, gx2); in testValidateMacTag()
116 …JPAKEUtil.validateMacTag("partnerParticipantId", "participantId", gx3, gx4, gx1, gx2, keyingMateri… in testValidateMacTag()
121 …JPAKEUtil.validateMacTag("participantId", "partnerParticipantId", gx1, gx2, gx3, gx4, keyingMateri… in testValidateMacTag()
132 …JPAKEUtil.validateMacTag("participantId", "partnerParticipantId", gx3, gx4, gx1, gx2, keyingMateri… in testValidateMacTag()
165 BigInteger gx1 = JPAKEUtil.calculateGx(pg1.getP(), pg1.getG(), x1); in testValidateZeroKnowledgeProof() local
171 …JPAKEUtil.validateZeroKnowledgeProof(pg1.getP(), pg1.getQ(), pg1.getG(), gx1, zkp1, participantId1… in testValidateZeroKnowledgeProof() local
177 …JPAKEUtil.validateZeroKnowledgeProof(pg2.getP(), pg2.getQ(), pg2.getG(), gx1, zkp1, participantId1… in testValidateZeroKnowledgeProof() local
189 …JPAKEUtil.validateZeroKnowledgeProof(pg1.getP(), pg1.getQ(), pg1.getG(), gx1, zkp1, participantId1… in testValidateZeroKnowledgeProof() local
201 …JPAKEUtil.validateZeroKnowledgeProof(pg1.getP(), pg1.getQ(), pg1.getG(), gx1, zkp1, participantId2… in testValidateZeroKnowledgeProof() local
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/agreement/jpake/
H A DJPAKERound1Payload.java30 private final BigInteger gx1; field in JPAKERound1Payload
55 BigInteger gx1, in JPAKERound1Payload() argument
61 JPAKEUtil.validateNotNull(gx1, "gx1"); in JPAKERound1Payload()
67 this.gx1 = gx1; in JPAKERound1Payload()
80 return gx1; in getGx1()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bls12-377/
H A Dhash_to_curve.go73 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fp.Element
83 gx1.Square(&x1)
85 gx1.Mul(&gx1, &x1)
86 gx1.Add(&gx1, &bCurveCoeff)
87 e1 := gx1.Legendre()
182 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fptower.E2
192 gx1.Square(&x1)
194 gx1.Mul(&gx1, &x1)
195 gx1.Add(&gx1, &bTwistCurveCoeff)
196 e1 := gx1.Legendre()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bn254/
H A Dhash_to_curve.go73 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fp.Element
83 gx1.Square(&x1)
85 gx1.Mul(&gx1, &x1)
86 gx1.Add(&gx1, &bCurveCoeff)
87 e1 := gx1.Legendre()
180 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fptower.E2
190 gx1.Square(&x1)
192 gx1.Mul(&gx1, &x1)
193 gx1.Add(&gx1, &bTwistCurveCoeff)
194 e1 := gx1.Legendre()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/ecc/bw6-761/
H A Dhash_to_curve.go72 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fp.Element
82 gx1.Square(&x1)
84 gx1.Mul(&gx1, &x1)
85 gx1.Add(&gx1, &bCurveCoeff)
86 e1 := gx1.Legendre()
177 var tv1, tv2, tv3, tv4, one, x1, gx1, x2, gx2, x3, x, gx, y fp.Element
187 gx1.Square(&x1)
189 gx1.Mul(&gx1, &x1)
190 gx1.Add(&gx1, &bTwistCurveCoeff)
191 e1 := gx1.Legendre()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DDrawGlyphListAA.java108 int gx1 = metrics[0]; in DrawGlyphListAA() local
111 int gx2 = gx1 + w; in DrawGlyphListAA()
114 if (gx1 < cx1) { in DrawGlyphListAA()
115 off = cx1 - gx1; in DrawGlyphListAA()
116 gx1 = cx1; in DrawGlyphListAA()
124 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphListAA()
127 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphListAA()
H A DDrawGlyphList.java110 int gx1 = metrics[0]; in DrawGlyphList() local
113 int gx2 = gx1 + w; in DrawGlyphList()
116 if (gx1 < cx1) { in DrawGlyphList()
117 off = cx1 - gx1; in DrawGlyphList()
118 gx1 = cx1; in DrawGlyphList()
126 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphList()
129 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java110 int gx1 = metrics[0]; in DrawGlyphList() local
113 int gx2 = gx1 + w; in DrawGlyphList()
116 if (gx1 < cx1) { in DrawGlyphList()
117 off = cx1 - gx1; in DrawGlyphList()
118 gx1 = cx1; in DrawGlyphList()
126 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphList()
129 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphList()
H A DDrawGlyphListAA.java108 int gx1 = metrics[0]; in DrawGlyphListAA() local
111 int gx2 = gx1 + w; in DrawGlyphListAA()
114 if (gx1 < cx1) { in DrawGlyphListAA()
115 off = cx1 - gx1; in DrawGlyphListAA()
116 gx1 = cx1; in DrawGlyphListAA()
124 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphListAA()
127 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphListAA()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java110 int gx1 = metrics[0]; in DrawGlyphList() local
113 int gx2 = gx1 + w; in DrawGlyphList()
116 if (gx1 < cx1) { in DrawGlyphList()
117 off = cx1 - gx1; in DrawGlyphList()
118 gx1 = cx1; in DrawGlyphList()
126 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphList()
129 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphList()
H A DDrawGlyphListAA.java108 int gx1 = metrics[0]; in DrawGlyphListAA() local
111 int gx2 = gx1 + w; in DrawGlyphListAA()
114 if (gx1 < cx1) { in DrawGlyphListAA()
115 off = cx1 - gx1; in DrawGlyphListAA()
116 gx1 = cx1; in DrawGlyphListAA()
124 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphListAA()
127 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphListAA()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java110 int gx1 = metrics[0]; in DrawGlyphList() local
113 int gx2 = gx1 + w; in DrawGlyphList()
116 if (gx1 < cx1) { in DrawGlyphList()
117 off = cx1 - gx1; in DrawGlyphList()
118 gx1 = cx1; in DrawGlyphList()
126 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphList()
129 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphList()
H A DDrawGlyphListAA.java108 int gx1 = metrics[0]; in DrawGlyphListAA() local
111 int gx2 = gx1 + w; in DrawGlyphListAA()
114 if (gx1 < cx1) { in DrawGlyphListAA()
115 off = cx1 - gx1; in DrawGlyphListAA()
116 gx1 = cx1; in DrawGlyphListAA()
124 if (gx2 > gx1 && gy2 > gy1) { in DrawGlyphListAA()
127 gx1, gy1, gx2 - gx1, gy2 - gy1, in DrawGlyphListAA()

12345678910>>...25