/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 434 RealScalar t2d2 = numext::hypot(t,d); [all...] |
/external/libcxx/include/ |
complex | 885 return hypot(__c.real(), __c.imag()); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
MLand.java | [all...] |
/frameworks/compile/slang/tests/P_all_api_21/ |
all21.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_22/ |
all22.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_23/ |
all23.rs | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 885 return hypot(__c.real(), __c.imag()); [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
Folder.java | 584 float radius = (float) Math.hypot(rx, ry); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
random.tcc | 738 *__f++ = std::hypot(__x, __y); [all...] |
random | 1049 return std::hypot(__x, __y); 1065 return std::hypot(__x, __y); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
random.tcc | 738 *__f++ = std::hypot(__x, __y); [all...] |
random | 1049 return std::hypot(__x, __y); 1065 return std::hypot(__x, __y); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
random.tcc | 738 *__f++ = std::hypot(__x, __y); [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pyconfig.h | 359 /* Define to 1 if you have the `hypot' function. */ [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
pyconfig.h | 359 /* Define to 1 if you have the `hypot' function. */ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
random.tcc | 737 *__f++ = std::hypot(__x, __y); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 885 return hypot(__c.real(), __c.imag()); [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyconfig.h | 359 /* Define to 1 if you have the `hypot' function. */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyconfig.h | 359 /* Define to 1 if you have the `hypot' function. */ [all...] |
/external/ImageMagick/MagickCore/ |
accelerate-kernels-private.h | [all...] |
/external/ImageMagick/coders/ |
wmf.c | [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 433 friend const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode);
[all...] |
/frameworks/base/docs/html/sdk/api_diff/23/changes/ |
alldiffs_index_removals.html | 439 <!-- Method hypot --> 440 <nobr><A HREF="android.util.FloatMath.html#android.util.FloatMath.hypot_removed(float, float)" class="hiddenlink" target="rightframe"><strike>hypot</strike> [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
StrictMath.java | 58 * {@code hypot}, {@code expm1}, and {@code log1p}. 1336 public static native double hypot(double x, double y); method in class:StrictMath [all...] |