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.java74 this.d = spec.getD();
128 this.d = params.getD();
161 this.d = params.getD();
192 this.d = params.getD();
373 public BigInteger getD() method in class:BCECPrivateKey
410 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
415 return getD().hashCode() ^ engineGetSpec().hashCode();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java72 this.d = spec.getD();
120 this.d = params.getD();
151 this.d = params.getD();
186 this.d = params.getD();
387 public BigInteger getD() method in class:JCEECPrivateKey
424 return getD().equals(other.getD()) && (engineGetSpec().equals(other.engineGetSpec()));
429 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.cpp335 const SCEV *DependenceAnalysis::Constraint::getD() const { function in class:DependenceAnalysis::Constraint
401 OS << " Distance is " << *getD() <<
440 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
442 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
449 if (isa<SCEVConstant>(Y->getD())) {
3030 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3153 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 2494 milliseconds