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

1 2 3 4

  /frameworks/base/core/java/android/util/
FloatMath.java 100 public static native float hypot(float x, float y); method in class:FloatMath
  /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/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/java/java/lang/
Math.java 330 * <li>{@code hypot(+infinity, (anything including NaN)) = +infinity}</li>
331 * <li>{@code hypot(-infinity, (anything including NaN)) = +infinity}</li>
332 * <li>{@code hypot((anything including NaN), +infinity) = +infinity}</li>
333 * <li>{@code hypot((anything including NaN), -infinity) = +infinity}</li>
334 * <li>{@code hypot(NaN, NaN) = NaN}</li>
345 public static native double hypot(double x, double y); method in class:Math
    [all...]
StrictMath.java 328 * <li>{@code hypot(+infinity, (anything including NaN)) = +infinity}</li>
329 * <li>{@code hypot(-infinity, (anything including NaN)) = +infinity}</li>
330 * <li>{@code hypot((anything including NaN), +infinity) = +infinity}</li>
331 * <li>{@code hypot((anything including NaN), -infinity) = +infinity}</li>
332 * <li>{@code hypot(NaN, NaN) = NaN}</li>
343 public static native double hypot(double x, double y); method in class:StrictMath
    [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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 671 def hypot(self): member in class:Counter.Point
674 return 'Point: x=%6.3f y=%6.3f hypot=%6.3f' % (self.x, self.y, self.hypot)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 671 def hypot(self): member in class:Counter.Point
674 return 'Point: x=%6.3f y=%6.3f hypot=%6.3f' % (self.x, self.y, self.hypot)
  /external/eigen/Eigen/src/Core/
MathFunctions.h 354 * Implementation of hypot *
381 inline EIGEN_MATHFUNC_RETVAL(hypot, Scalar) hypot(const Scalar& x, const Scalar& y) function in namespace:Eigen::internal
383 return EIGEN_MATHFUNC_IMPL(hypot, Scalar)::run(x, y);
  /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/benchmarks/src/benchmarks/regression/
MathBenchmark.java 161 Math.hypot(d, d);
StrictMathBenchmark.java 149 StrictMath.hypot(d, d);
  /packages/apps/DeskClock/src/com/android/deskclock/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);
189 float radius = hypot(point.x, point.y);
  /packages/apps/InCallUI/src/com/android/incallui/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);
189 float radius = hypot(point.x, point.y);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 150 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 150 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro

Completed in 183 milliseconds

1 2 3 4