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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/psedorange/
EcefToTopocentricConverter.java 56 double horizontalDistanceMeters = Math.hypot(eastMeters, northMeters);
  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 64 (float) Math.hypot(shape.getWidth(), shape.getHeight()));
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 64 (float) Math.hypot(shape.getWidth(), shape.getHeight()));
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.revealeffectbasic/
RevealEffectBasicFragment.java 64 (float) Math.hypot(shape.getWidth(), shape.getHeight()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Point.java 41 return (float) Math.hypot(a.x - x, a.y - y);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NormFilter.java 56 float norm = (float) Math.hypot(xValue, yValue);
  /libcore/ojluni/src/main/native/
jfdlibm.h 60 #define hypot jhypot macro
Math.c 115 return hypot(x, y);
156 FAST_NATIVE_METHOD(Math, hypot, "(DD)D"),
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
GestureUtils.java 114 return (float) Math.hypot(a.x - b.x, a.y - b.y);
138 return (float) Math.hypot(p.x, p.y);
  /external/python/cpython2/PC/
pyconfig.h 229 /* VS 2010 and above already defines hypot as _hypot */
231 #define hypot _hypot macro
285 #define hypot _hypot macro
  /external/python/cpython3/PC/
pyconfig.h 202 /* VS 2010 and above already defines hypot as _hypot */
204 #define hypot _hypot macro
241 #define hypot _hypot macro
  /external/ltp/testcases/misc/math/float/exp_log/
genhypot.c 54 tabR[i] = hypot(cos(Inc * i), sin(Inc * i));
  /external/python/cpython2/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /external/python/cpython3/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
26 extern double hypot(double, double);
  /frameworks/base/core/java/android/transition/
CircularPropagation.java 103 return Math.hypot(x, y);
  /frameworks/base/core/tests/benchmarks/src/android/util/
FloatMathBenchmark.java 71 f += FloatMath.hypot(100.123f, 100.123f);
  /frameworks/base/graphics/java/android/graphics/
PointF.java 111 return (float) Math.hypot(x, y);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 73 return (float)Math.hypot(x, y);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
Point.java 53 return (float) Math.hypot(a.x - x, a.y - y);

Completed in 726 milliseconds

12 3 4 5 6 7 8 91011>>