/bionic/libm/src/ |
w_cabs.c | 2 * cabs() wrapper for hypot(). 20 return hypot(creal(z), cimag(z)); 27 return hypot(creal(*z), cimag(*z));
|
math_private.h | 222 #define __ieee754_hypot hypot
|
/external/clang/test/CodeGen/ |
mandel.c | 41 if (hypot(__real__ z, __imag__ z) >= ESCAPE)
|
/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)); 250 r._M_re = ::log(::hypot(z._M_re, z._M_im)); 287 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); 297 _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)); 250 r._M_re = ::log(::hypot(z._M_re, z._M_im)); 287 _Tp logr = ::log(::hypot(a._M_re,a._M_im)); 297 _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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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"),
|
java_lang_StrictMath.cpp | 134 NATIVE_METHOD(StrictMath, hypot, "!(DD)D"),
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
FlingScroller.java | 85 double velocity = Math.hypot(velocityX, velocityY);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 46 #define hypot _hypot macro
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 37 #define hypot _hypot macro
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xw32defs.h | 46 #define hypot _hypot macro
|
/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...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
EyePosition.java | 171 mX = Utils.clamp((float) (mX + x * t / Math.hypot(mZ, mX)), 173 mY = Utils.clamp((float) (mY + y * t / Math.hypot(mZ, mY)),
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 448 * @tests java.lang.StrictMath#hypot(double, double) 454 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY, 457 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY, 460 Double.POSITIVE_INFINITY, StrictMath.hypot(-758.2587, 463 Double.POSITIVE_INFINITY, StrictMath.hypot(5687.21, 466 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.POSITIVE_INFINITY, 469 Double.POSITIVE_INFINITY, StrictMath.hypot(Double.NEGATIVE_INFINITY, 471 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(Double.NaN, 473 assertTrue("Should return NaN",Double.isNaN(StrictMath.hypot(-345.2680, 477 .hypot(12322.12, -2396393.2258)) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 142 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 142 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
|