Searched defs:Fp (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dregress-8.js34 var Fp = ""; variable
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/
H A DECFieldElement.java87 public static class Fp extends ECFieldElement class in class:ECFieldElement
108 public Fp(BigInteger q, BigInteger x) method in class:ECFieldElement.Fp
113 Fp(BigInteger q, BigInteger r, BigInteger x) method in class:ECFieldElement.Fp
117 throw new IllegalArgumentException("x value invalid in Fp field element");
133 * @return the string "Fp".
137 return "Fp";
152 return new Fp(q, r, modAdd(x, b.toBigInteger()));
162 return new Fp(q, r, x2);
167 return new Fp(q, r, modSubtract(x, b.toBigInteger()));
172 return new Fp(
[all...]
H A DECPoint.java600 * Elliptic curve points over Fp
602 public static class Fp extends AbstractFp class in class:ECPoint
613 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) method in class:ECPoint.Fp
628 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) method in class:ECPoint.Fp
640 Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) method in class:ECPoint.Fp
649 return new ECPoint.Fp(null, this.getAffineXCoord(), this.getAffineYCoord());
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression);
748 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression);
871 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression);
910 return new ECPoint.Fp(curv
[all...]
H A DECCurve.java536 * Elliptic curve over Fp
538 public static class Fp extends AbstractFp class in class:ECCurve
543 ECPoint.Fp infinity;
545 public Fp(BigInteger q, BigInteger a, BigInteger b) method in class:ECCurve.Fp
550 public Fp(BigInteger q, BigInteger a, BigInteger b, BigInteger order, BigInteger cofactor) method in class:ECCurve.Fp
555 this.r = ECFieldElement.Fp.calculateResidue(q);
556 this.infinity = new ECPoint.Fp(this, null, null);
565 protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b) method in class:ECCurve.Fp
570 protected Fp(BigInteger q, BigInteger r, ECFieldElement a, ECFieldElement b, BigInteger order, BigInteger cofactor) method in class:ECCurve.Fp
576 this.infinity = new ECPoint.Fp(thi
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1679 void NVPTXAsmPrinter::printFPConstant(const ConstantFP *Fp, raw_ostream &O) { argument
1680 APFloat APF = APFloat(Fp->getValueAPF()); // make a copy
1685 if (Fp->getType()->getTypeID() == Type::FloatTyID) {
1689 } else if (Fp->getType()->getTypeID() == Type::DoubleTyID) {
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp3356 Value *Op, llvm::Type *Ty, const CmpInst::Predicate Fp,
3369 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy));
3355 EmitAArch64CompareBuiltinExpr( Value *Op, llvm::Type *Ty, const CmpInst::Predicate Fp, const CmpInst::Predicate Ip, const Twine &Name) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 768 milliseconds