HomeSort by relevance Sort by last modified time
    Searched refs:getPoint (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
EuclideanIntegerPoint.java 51 public int[] getPoint() {
57 return MathUtils.distance(point, p.getPoint());
62 int[] centroid = new int[getPoint().length];
65 centroid[i] += p.getPoint()[i];
80 final int[] otherPoint = ((EuclideanIntegerPoint) other).getPoint();
109 final int[] coordinates = getPoint();
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Point3d.java 31 public Point getPoint() {
Shape.java 48 public Point getPoint() {
ShapeImmutableTest.java 145 assertEquals(1.17, loaded.getPoint().getX());
146 assertEquals(3.14, loaded.getPoint().getY());
148 assertEquals(1.96, loaded.getPoint3d().getPoint().getX());
149 assertEquals(1.78, loaded.getPoint3d().getPoint().getY());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
SimpleRealPointChecker.java 75 final double[] p = previous.getPoint();
76 final double[] c = current.getPoint();
RealPointValuePair.java 69 public double[] getPoint() {
VectorialPointValuePair.java 71 public double[] getPoint() {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TouchPointManager.java 27 public Point getPoint() {
  /packages/apps/Dialer/java/com/android/dialer/util/
TouchPointManager.java 41 public Point getPoint() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 56 public synchronized ECPoint getPoint()
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
MyBean.java 29 public Point getPoint() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowOverlayItem.java 25 public GeoPoint getPoint() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 224 float px = spline.getPoint(0).x;
225 float py = spline.getPoint(0).y;
228 px = spline.getPoint(i).x;
229 py = spline.getPoint(i).y;
308 mCurrentControlPoint = spline.getPoint(pick);
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 138 MachineBasicBlock::iterator getPoint() {
155 /// MachineBasicBlock::insert and ::getPoint. The new code should
168 /// Insert \p MI in the just before ::getPoint()
170 return getInsertMBB().insert(getPoint(), &MI);
174 /// As soon as ::getPoint is called and thus, the point
187 /// As soon as ::getPoint is called and thus, the point materialized
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 147 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
155 parentRect.left += sweepMargins.left + (int) sweep.getPoint();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 149 MachineBasicBlock::iterator getPoint() {
166 /// MachineBasicBlock::insert and ::getPoint. The new code should
179 /// Insert \p MI in the just before ::getPoint()
181 return getInsertMBB().insert(getPoint(), &MI);
185 /// As soon as ::getPoint is called and thus, the point
198 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 149 MachineBasicBlock::iterator getPoint() {
166 /// MachineBasicBlock::insert and ::getPoint. The new code should
179 /// Insert \p MI in the just before ::getPoint()
181 return getInsertMBB().insert(getPoint(), &MI);
185 /// As soon as ::getPoint is called and thus, the point
198 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 149 MachineBasicBlock::iterator getPoint() {
166 /// MachineBasicBlock::insert and ::getPoint. The new code should
179 /// Insert \p MI in the just before ::getPoint()
181 return getInsertMBB().insert(getPoint(), &MI);
185 /// As soon as ::getPoint is called and thus, the point
198 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 149 MachineBasicBlock::iterator getPoint() {
166 /// MachineBasicBlock::insert and ::getPoint. The new code should
179 /// Insert \p MI in the just before ::getPoint()
181 return getInsertMBB().insert(getPoint(), &MI);
185 /// As soon as ::getPoint is called and thus, the point
198 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 141 MachineBasicBlock::iterator getPoint() {
158 /// MachineBasicBlock::insert and ::getPoint. The new code should
171 /// Insert \p MI in the just before ::getPoint()
173 return getInsertMBB().insert(getPoint(), &MI);
177 /// As soon as ::getPoint is called and thus, the point
190 /// As soon as ::getPoint is called and thus, the point materialized

Completed in 3307 milliseconds

1 2 3 4 5 6