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

1 2

  /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 349 * <li>{@code hypot(+infinity, (anything including NaN)) = +infinity}</li>
350 * <li>{@code hypot(-infinity, (anything including NaN)) = +infinity}</li>
351 * <li>{@code hypot((anything including NaN), +infinity) = +infinity}</li>
352 * <li>{@code hypot((anything including NaN), -infinity) = +infinity}</li>
353 * <li>{@code hypot(NaN, NaN) = NaN}</li>
364 public static native double hypot(double x, double y); method in class:Math
    [all...]
StrictMath.java 354 * <li>{@code hypot(+infinity, (anything including NaN)) = +infinity}</li>
355 * <li>{@code hypot(-infinity, (anything including NaN)) = +infinity}</li>
356 * <li>{@code hypot((anything including NaN), +infinity) = +infinity}</li>
357 * <li>{@code hypot((anything including NaN), -infinity) = +infinity}</li>
358 * <li>{@code hypot(NaN, NaN) = NaN}</li>
369 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...]
  /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...]
  /prebuilt/ndk/android-ndk-r7/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/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
  /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-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 327 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, 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
  /external/clang/lib/Headers/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]

Completed in 1169 milliseconds

1 2