Searched defs:getA (Results 1 - 22 of 22) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DContinuedFraction.java57 protected abstract double getA(int n, double x); method in class:ContinuedFraction
130 double p1 = getA(0, x);
138 double a = getA(n, x);
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DConfiguratorTest.java49 public A getA() { method in class:ConfiguratorTest.B
87 assertEquals(c.getB().getA(), Configurator.getObjectContaining(c, "b.a.d"));
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DGaussianFunction.java129 public double getA() { method in class:GaussianFunction
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp38 A &getA() { return static_cast<B&>(*this); } function in struct:rdar9915664::D
41 getA().a<int>();
H A Dp1.cpp58 A &getA() { return static_cast<B&>(*this); } function in struct:rdar9915664::D
61 getA().a<int>();
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DOneRegisterDecodedInstruction.java45 public int getA() { method in class:OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java50 public int getA() { method in class:RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java49 public int getA() { method in class:TwoRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java61 public int getA() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java57 public int getA() { method in class:FourRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java53 public int getA() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java249 public int getA() { method in class:DecodedInstruction
289 int a = getA();
303 int a = getA();
317 int a = getA();
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRectangle.java84 * <code>getA</code> returns the first point of the rectangle.
88 public Vector3f getA() { method in class:Rectangle
/external/clang/test/CodeGenCXX/
H A Drvalue-references.cpp16 A &&getA() { return static_cast<A&&>(getB()); } function
H A Dmicrosoft-abi-structors.cpp454 void *getA() { function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDiffer.java51 public T getA(int offset) { method in class:Differ
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java307 public ECFieldElement getA() method in class:ECCurve
477 && getA().toBigInteger().equals(other.getA().toBigInteger())
489 ^ Integers.rotateLeft(getA().toBigInteger().hashCode(), 8)
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenResolutionTest.java315 Red<A> getA() { method in class:TypeTokenResolutionTest.Red.Yellow
339 assertEquals(String.class, yellowInteger.getA().getClassDirect());
/external/clang/test/SemaCXX/
H A Duninitialized.cpp235 A getA() { return A(); } function
236 A getA(int x) { return A(); } function
237 A getA(A* a) { return A(); } function
238 A getA(A a) { return A(); } function
250 A a7 = getA();
251 A a8 = getA(a8.TWO);
252 A a9 = getA(&a9);
259 A a15 = getA(a15.num); // expected-warning {{variable 'a15' is uninitialized when used within its own initialization}}
263 A a19 = getA(x ? a19 : a17); // expected-warning {{variable 'a19' is uninitialized when used within its own initialization}}
314 A a7 = getA();
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp308 const SCEV *DependenceAnalysis::Constraint::getA() const { function in class:DependenceAnalysis::Constraint
402 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
404 OS << " Line is " << *getA() << "*X + " <<
467 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
468 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
487 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
489 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
490 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
491 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
552 const SCEV *A1X1 = SE->getMulExpr(Y->getA(),
[all...]
/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 ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 650 milliseconds