/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/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 34 * Elliptic curve over Fp 36 public static class Fp extends ECCurve 39 ECPoint.Fp infinity; 41 public Fp(BigInteger q, BigInteger a, BigInteger b) 46 this.infinity = new ECPoint.Fp(this, null, null); 61 return new ECFieldElement.Fp(this.q, x); 66 return new ECPoint.Fp(this, fromBigInteger(x), fromBigInteger(y), withCompression); 97 ECFieldElement x = new ECFieldElement.Fp(this.q, new BigInteger(1, i)); 114 p = new ECPoint.Fp(this, x, beta, true); 118 p = new ECPoint.Fp(this, x [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...] |
ECPoint.java | 156 * Elliptic curve points over Fp 158 public static class Fp extends ECPoint 168 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) 181 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) 271 return new ECPoint.Fp(curve, x3, y3); 297 return new ECPoint.Fp(curve, x3, y3, this.withCompression); 314 return new ECPoint.Fp(curve, this.x, this.y.negate(), this.withCompression);
|
/ndk/sources/host-tools/make-3.81/ |
build_w32.bat | 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c dir.c [all...] |
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
build.bat | 3 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c misc.c
4 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c sub_proc.c
5 cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c w32err.c
8 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c misc.c
9 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c sub_proc.c
10 cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c w32err.c
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/ |
EC5Util.java | 23 if (curve instanceof ECCurve.Fp) 25 return new EllipticCurve(new ECFieldFp(((ECCurve.Fp)curve).getQ()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), null); 56 return new ECCurve.Fp(((ECFieldFp)field).getP(), a, b);
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/ |
ECNamedCurveSpec.java | 24 if (curve instanceof ECCurve.Fp) 26 return new EllipticCurve(new ECFieldFp(((ECCurve.Fp)curve).getQ()), curve.getA().toBigInteger(), curve.getB().toBigInteger(), seed);
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldElement.java | 28 this(new ECFieldElement.Fp(p, new BigInteger(1, s.getOctets())));
|
X962NamedCurves.java | 22 ECCurve cFp192v1 = new ECCurve.Fp( 41 ECCurve cFp192v2 = new ECCurve.Fp( 60 ECCurve cFp192v3 = new ECCurve.Fp( 79 ECCurve cFp239v1 = new ECCurve.Fp( 98 ECCurve cFp239v2 = new ECCurve.Fp( 117 ECCurve cFp239v3 = new ECCurve.Fp( 136 ECCurve cFp256v1 = new ECCurve.Fp(
|
X9Curve.java | 55 curve = new ECCurve.Fp(p, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger()); 104 if (curve instanceof ECCurve.Fp)
|
X9ECParameters.java | 86 if (curve instanceof ECCurve.Fp) 88 this.fieldID = new X9FieldID(((ECCurve.Fp)curve).getQ());
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/sec/ |
SECNamedCurves.java | 39 ECCurve curve = new ECCurve.Fp(p, a, b); 65 ECCurve curve = new ECCurve.Fp(p, a, b); 91 ECCurve curve = new ECCurve.Fp(p, a, b); 117 ECCurve curve = new ECCurve.Fp(p, a, b); 143 ECCurve curve = new ECCurve.Fp(p, a, b); 169 ECCurve curve = new ECCurve.Fp(p, a, b); 195 ECCurve curve = new ECCurve.Fp(p, a, b); 221 ECCurve curve = new ECCurve.Fp(p, a, b); 247 ECCurve curve = new ECCurve.Fp(p, a, b); 273 ECCurve curve = new ECCurve.Fp(p, a, b) [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.mak | 150 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /c
439 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
751 /FR"$(INTDIR)/" /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
963 /Fp"$(INTDIR)/qwcl.pch" /YX /Fo"$(INTDIR)/" /c
[all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JCEECPublicKey.java | 449 if (q instanceof org.bouncycastle.math.ec.ECPoint.Fp) 451 return new org.bouncycastle.math.ec.ECPoint.Fp(null, q.getX(), q.getY());
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.mak | 66 /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /c
123 /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
|
/external/quake/quake/src/QW/server/ |
qwsv.mak | 88 /D "WIN32" /D "_CONSOLE" /Fp"$(INTDIR)/qwsv.pch" /YX /Fo"$(INTDIR)/" /c
215 "SERVERONLY" /D "WIN32" /D "_CONSOLE" /FR"$(INTDIR)/" /Fp"$(INTDIR)/qwsv.pch"\
[all...] |