HomeSort by relevance Sort by last modified time
    Searched refs:hypot (Results 226 - 250 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 284 return (float) Math.hypot(mX, mY);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java 283 final double moveDelta = Math.hypot(deltaX, deltaY);
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 205 result = Math.hypot(d, d);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonView.java 246 return (float) Math.hypot(width, height);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownTouchHandler.java 305 (float) Math.hypot(velocityTracker.getXVelocity(), velocityTracker.getYVelocity()),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 218 double dist = Math.hypot(point.xPos1 - x, point.yPos1 - y);
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 256 return (float) Math.hypot(x1 - x0, y1 - y0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 205 floating_point hypot (arithmetic x, arithmetic y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 646 /* Define to 1 if you have the `hypot' function. */
1488 # define hypot macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 646 /* Define to 1 if you have the `hypot' function. */
1488 # define hypot macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 646 /* Define to 1 if you have the `hypot' function. */
1488 # define hypot macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 646 /* Define to 1 if you have the `hypot' function. */
1488 # define hypot macro
    [all...]

Completed in 1678 milliseconds

1 2 3 4 5 6 7 8 91011>>