/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));
|
e_hypot.c | 42 * hypot(x,y) is INF if x or y is +INF or -INF; else 43 * hypot(x,y) is NAN if x or y is NAN. 46 * hypot(x,y) returns sqrt(x^2+y^2) with error less
|
/bionic/libm/man/ |
hypot.3 | 32 .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 33 .\" $FreeBSD: src/lib/msun/man/hypot.3,v 1.13 2005/01/14 23:28:28 das Exp $ 36 .Dt HYPOT 3 39 .Nm hypot , 49 .Fn hypot "double x" "double y" 59 .Fn hypot 74 .Fn hypot "\*(If" "v" 76 .Fn hypot "v" "\*(If" 84 .Fn hypot "5.0" "12.0" 87 in general, hypot and cabs return an integer whenever a [all...] |
atan2.3 | 141 r := hypot(x,y); ... := sqrt(x\(**x+y\(**y) 145 r := hypot(x,y); ... := \(sr(x\u\s82\s10\d+y\u\s82\s10\d) 155 .Xr hypot 3
|
/external/fdlibm/ |
w_hypot.c | 22 double ieee_hypot(double x, double y)/* wrapper hypot */ 24 double ieee_hypot(x,y) /* wrapper hypot */ 35 return __kernel_standard(x,y,4); /* hypot overflow */
|
e_hypot.c | 38 * hypot(x,y) is INF if x or y is +INF or -INF; else 39 * hypot(x,y) is NAN if x or y is NAN. 42 * hypot(x,y) returns ieee_sqrt(x^2+y^2) with error less
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 141 hypot
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 101 hypot
|
/external/clang/test/CodeGen/ |
mandel.c | 41 if (hypot(__real__ z, __imag__ z) >= ESCAPE)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 37 #define hypot _hypot macro
|
/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"),
|
/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-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...] |
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 109 TEST_FUNC_2(hypot);
|
/bionic/libm/ |
Makefile-orig | 95 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ 131 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
|