OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getD
(Results
1 - 25
of
67
) sorted by null
1
2
3
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPrivateKey.java
15
public BigInteger
getD
();
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecomposition.java
66
RealMatrix
getD
();
82
* @see #
getD
()
92
* @see #
getD
()
101
* @see #
getD
()
111
* @see #
getD
()
121
* @see #
getD
()
EigenDecompositionImpl.java
36
* by {@link #
getD
()} is always diagonal and the imaginary values returned
174
public RealMatrix
getD
() throws InvalidMatrixException {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECPrivateKeyParameters.java
18
public BigInteger
getD
()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECPrivateKeySpec.java
31
public BigInteger
getD
()
/external/clang/test/CodeGenCXX/
rtti-linkage.cpp
118
const D
getD
();
132
return typeid(
getD
());
/dalvik/dx/src/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java
76
public int
getD
() {
FourRegisterDecodedInstruction.java
72
public int
getD
() {
DecodedInstruction.java
261
public int
getD
() {
415
int d =
getD
();
429
int d =
getD
();
443
int d =
getD
();
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java
76
public int
getD
() {
FourRegisterDecodedInstruction.java
72
public int
getD
() {
DecodedInstruction.java
261
public int
getD
() {
415
int d =
getD
();
429
int d =
getD
();
443
int d =
getD
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java
75
this.d = spec.
getD
();
129
this.d = params.
getD
();
162
this.d = params.
getD
();
193
this.d = params.
getD
();
344
public BigInteger
getD
()
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/
JCEECPrivateKey.java
73
this.d = spec.
getD
();
121
this.d = params.
getD
();
152
this.d = params.
getD
();
187
this.d = params.
getD
();
388
public BigInteger
getD
()
425
return
getD
().equals(other.
getD
()) && (engineGetSpec().equals(other.engineGetSpec()));
430
return
getD
().hashCode() ^ engineGetSpec().hashCode();
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianFunction.java
156
public double
getD
() {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
ECDHBasicAgreement.java
62
ECPoint P = pubPoint.multiply(key.
getD
()).normalize();
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
ConfiguratorTest.java
37
public int
getD
() {
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Plane.java
153
public float
getD
() {
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
68
assertEquals(123, msg.
getD
());
76
assertEquals(456, msg.
getD
());
103
assertEquals(456, newMsg.
getD
());
667
assertEquals(1, msg.getOptionalImportMessage().
getD
());
685
assertEquals(1, newMsg.getOptionalImportMessage().
getD
());
[
all
...]
TestUtil.java
592
Assert.assertEquals(120, message.getOptionalImportMessage ().
getD
());
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java
92
BigInteger d = ((ECPrivateKeyParameters)key).
getD
();
/external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp
27
D &
getD
() const;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
ECUtil.java
186
k.
getD
(),
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSparseSdf3.java
183
public SWIGTYPE_p_a_3_1__a_3_1__float
getD
() {
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
434
///
getD
- If constraint is a distance, returns D.
436
const SCEV *
getD
() const;
[
all
...]
Completed in 626 milliseconds
1
2
3