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

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 2 * cabs() wrapper for hypot().
18 return hypot(creal(z), cimag(z));
s_csqrtf.c 82 t = sqrt((a + hypot(a, b)) * 0.5);
85 t = sqrt((-a + hypot(a, b)) * 0.5);
s_csqrt.c 96 t = sqrt((a + hypot(a, b)) * 0.5);
99 t = sqrt((-a + hypot(a, b)) * 0.5);
  /frameworks/base/core/java/android/util/
FloatMath.java 100 public static native float hypot(float x, float y); method in class:FloatMath
  /external/clang/test/CodeGen/
mandel.c 41 if (hypot(__real__ z, __imag__ z) >= ESCAPE)
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 129 /*package*/ static float hypot(float x, float y) { method in class:FloatMath_Delegate
  /external/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/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));
  /external/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...]
  /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/5/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/6/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/7/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/8/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...]
  /libcore/luni/src/main/native/
java_lang_Math.cpp 99 return hypot(a, b);
122 NATIVE_METHOD(Math, hypot, "!(DD)D"),
  /external/libvorbis/lib/
os.h 61 # define FAST_HYPOT hypot
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 46 #define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 37 #define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 46 #define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 37 #define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 46 #define hypot _hypot macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 37 #define hypot _hypot macro
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 170 private static float hypot(float x, float y) { method in class:PointCloud
180 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y);
188 float radius = hypot(point.x, point.y);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 232 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
235 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
238 Double.POSITIVE_INFINITY, Math.hypot(-758.2587,
241 Double.POSITIVE_INFINITY, Math.hypot(5687.21,
244 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
247 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
249 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN,
251 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680,
255 .hypot(12322.12, -2396393.2258), 0D);
257 Math.hypot(-138.16951162, 0.13817035864), 0D)
    [all...]
OldAndroidStrictMathTest.java 228 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY,
231 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
234 Double.POSITIVE_INFINITY, StrictMath.hypot(-758.2587,
237 Double.POSITIVE_INFINITY, StrictMath.hypot(5687.21,
240 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY,
243 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY,
245 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(Double.NaN,
247 assertTrue("Should return NaN", Double.isNaN(StrictMath.hypot(-345.2680,
251 .hypot(12322.12, -2396393.2258));
253 StrictMath.hypot(-138.16951162, 0.13817035864))
    [all...]

Completed in 1235 milliseconds

1 2 3 4 5 6 7