Searched defs:getD (Results 1 - 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPrivateKey.java15 public BigInteger getD(); method in interface:ECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECPrivateKeyParameters.java18 public BigInteger getD() method in class:ECPrivateKeyParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECPrivateKeySpec.java31 public BigInteger getD() method in class:ECPrivateKeySpec
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DConfiguratorTest.java37 public int getD() { method in class:ConfiguratorTest.A
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DEigenDecomposition.java66 RealMatrix getD(); method in interface:EigenDecomposition
82 * @see #getD()
92 * @see #getD()
101 * @see #getD()
111 * @see #getD()
121 * @see #getD()
H A DEigenDecompositionImpl.java36 * by {@link #getD()} is always diagonal and the imaginary values returned
174 public RealMatrix getD() throws InvalidMatrixException { method in class:EigenDecompositionImpl
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DGaussianFunction.java156 public double getD() { method in class:GaussianFunction
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DFiveRegisterDecodedInstruction.java76 public int getD() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java72 public int getD() { method in class:FourRegisterDecodedInstruction
H A DDecodedInstruction.java261 public int getD() { method in class:DecodedInstruction
415 int d = getD();
429 int d = getD();
443 int d = getD();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java75 this.d = spec.getD();
129 this.d = params.getD();
162 this.d = params.getD();
193 this.d = params.getD();
344 public BigInteger getD() method in class:BCECPrivateKey
381 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
386 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java73 this.d = spec.getD();
121 this.d = params.getD();
152 this.d = params.getD();
187 this.d = params.getD();
388 public BigInteger getD() method in class:JCEECPrivateKey
425 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
430 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java662 row[6] = "" + getD(typeStr, type);
1544 static int getD(String typeStr, int type) { method in class:JDBCDatabaseMetaData
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp336 const SCEV *DependenceAnalysis::Constraint::getD() const { function in class:DependenceAnalysis::Constraint
402 OS << " Distance is " << *getD() <<
441 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
443 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
450 if (isa<SCEVConstant>(Y->getD())) {
3077 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3200 Level.Distance = CurConstraint.getD();
/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 2332 milliseconds