OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fp
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/test/mjsunit/compiler/
regress-8.js
34
var
Fp
= "";
53
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
60
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Hob))))),p);
65
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Iob))))),p);
70
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Job))))),p);
75
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Kob))))),p);
80
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Lob))))),p);
85
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(Mob+(LA+(a.total+zE))))))))),
101
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
/external/v8/test/mjsunit/compiler/
regress-8.js
34
var
Fp
= "";
53
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
60
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Hob))))),p);
65
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Iob))))),p);
70
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Job))))),p);
75
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Kob))))),p);
80
c.append(gp,yE,W,LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+Lob))))),p);
85
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(Mob+(LA+(a.total+zE))))))))),
101
LA+(a.Un+(zE+(
Fp
+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java
161
* Elliptic curve points over
Fp
163
public static class
Fp
extends ECPoint
173
public
Fp
(ECCurve curve, ECFieldElement x, ECFieldElement y)
186
public
Fp
(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
276
return new ECPoint.
Fp
(curve, x3, y3, withCompression);
302
return new ECPoint.
Fp
(curve, x3, y3, this.withCompression);
319
return new ECPoint.
Fp
(curve, this.x, this.y.negate(), this.withCompression);
ECCurve.java
100
* Elliptic curve over
Fp
102
public static class
Fp
extends ECCurve
105
ECPoint.
Fp
infinity;
107
public
Fp
(BigInteger q, BigInteger a, BigInteger b)
112
this.infinity = new ECPoint.
Fp
(this, null, null);
127
return new ECFieldElement.
Fp
(this.q, x);
132
return new ECPoint.
Fp
(this, fromBigInteger(x), fromBigInteger(y), withCompression);
159
return new ECPoint.
Fp
(this, x, beta, true);
175
if (!(anObject instanceof ECCurve.
Fp
))
180
ECCurve.
Fp
other = (ECCurve.Fp) anObject
[
all
...]
ECFieldElement.java
27
public static class
Fp
extends ECFieldElement
33
public
Fp
(BigInteger q, BigInteger x)
53
* @return the string "
Fp
".
57
return "
Fp
";
72
return new
Fp
(q, x.add(b.toBigInteger()).mod(q));
77
return new
Fp
(q, x.subtract(b.toBigInteger()).mod(q));
82
return new
Fp
(q, x.multiply(b.toBigInteger()).mod(q));
87
return new
Fp
(q, x.multiply(b.toBigInteger().modInverse(q)).mod(q));
92
return new
Fp
(q, x.negate().mod(q));
97
return new
Fp
(q, x.multiply(x).mod(q))
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 2693 milliseconds