HomeSort by relevance Sort by last modified time
    Searched full:hypot (Results 101 - 125 of 720) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 169 private static float hypot(float x, float y) { method in class:PointCloud
170 return (float) Math.hypot(x, y);
179 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y);
188 float radius = hypot(point.x, point.y);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 35 # define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 35 # define hypot _hypot macro
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 26 // hypot is deprecated.
41 { return ::hypot(__z._M_re, __z._M_im); }
44 { return ::hypot(__z._M_re, __z._M_im); }
49 { return ::hypot(__z._M_re, __z._M_im); }
170 _Tp mag = ::hypot(re, im);
225 r._M_re = ::log10(::hypot(z._M_re, z._M_im));
256 r._M_re = ::log(::hypot(z._M_re, z._M_im));
293 _Tp logr = ::log(::hypot(a._M_re,a._M_im));
303 _Tp logr = ::log(::hypot(a._M_re,a._M_im));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 50 // All the other hypot stuff is going to be at file scope, so follow along here.
53 extern "C" double hypot(double x, double y);
383 _STLP_DMATH_INLINE2(hypot)
495 # pragma warning (disable : 4996) // hypot is deprecated.
497 _STLP_MATH_INLINE2XX(float, hypot, hypot)
498 inline long double hypot(long double x, long double y) { return sqrt(x * x + y * y); } function
504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } function
505 _STLP_DEF_MATH_INLINE2(hypot, hypot)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 50 // All the other hypot stuff is going to be at file scope, so follow along here.
53 extern "C" double hypot(double x, double y);
383 _STLP_DMATH_INLINE2(hypot)
495 # pragma warning (disable : 4996) // hypot is deprecated.
497 _STLP_MATH_INLINE2XX(float, hypot, hypot)
498 inline long double hypot(long double x, long double y) { return sqrt(x * x + y * y); } function
504 inline double hypot(double x, double y) { return sqrt(x * x + y * y); } function
505 _STLP_DEF_MATH_INLINE2(hypot, hypot)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 96 t = sqrt((a + hypot(a, b)) * 0.5);
99 t = sqrt((-a + hypot(a, b)) * 0.5);
s_csqrtf.c 82 t = sqrt((a + hypot(a, b)) * 0.5);
85 t = sqrt((-a + hypot(a, b)) * 0.5);
  /frameworks/base/core/java/android/util/
FloatMath.java 130 public static float hypot(float x, float y) { method in class:FloatMath
131 return (float) Math.hypot(x, y);
  /libcore/luni/src/test/resources/
math_java_only.csv     [all...]
  /libcore/ojluni/src/main/native/
Math.c 119 return hypot(x, y);
160 NATIVE_METHOD(Math, hypot, "!(DD)D"),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 69 final float keyDiagonal = (float)Math.hypot(keyWidth, keyHeight);
108 return (int)Math.hypot(x1 - x2, y1 - y2);
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/libx32/
libm.so 
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/lib/
libm.so 

Completed in 2014 milliseconds

1 2 3 45 6 7 8 91011>>