HomeSort by relevance Sort by last modified time
    Searched refs:hypot (Results 51 - 75 of 87) sorted by null

1 23 4

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 61 using std::tr1::hypot;
  /libcore/luni/src/main/java/java/lang/
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...]
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...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 111 return (float) Math.hypot(dx, dy);
  /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...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/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/thumb/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/linux-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/linux-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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /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
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 407 extern float __attribute__((overloadable)) hypot(float x, float y);
408 FN_FUNC_FN_FN(hypot)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 478 /* Define to 1 if you have the `hypot' function. */
1253 # define hypot macro
    [all...]
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 407 extern float __attribute__((overloadable)) hypot(float x, float y);
408 FN_FUNC_FN_FN(hypot)

Completed in 395 milliseconds

1 23 4