/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libm.so | |
libm.so.6 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libm-2.7.so | |
libm.so | |
libm.so.6 | |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 465 * A direct call to Math.atan2. 468 * @return Math.atan2(fY,fX) 469 * @see java.lang.Math#atan2(double, double) 471 public static float atan2(float fY, float fX) { method in class:FastMath 472 return (float) Math.atan2(fY, fX); [all...] |
Quaternion.java | 303 angles[1] = 2 * FastMath.atan2(x, w);
307 angles[1] = -2 * FastMath.atan2(x, w);
311 angles[1] = FastMath.atan2(2 * y * w - 2 * x * z, sqx - sqy - sqz + sqw); // roll or heading
313 angles[0] = FastMath.atan2(2 * x * w - 2 * y * z, -sqx + sqy - sqz + sqw); // yaw or bank
[all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
astro.cpp | 476 result.set(atan2(sinL*cosE - tanB*sinE, cosL), 514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); [all...] |
/external/icu4c/i18n/ |
astro.cpp | 475 result.set(atan2(sinL*cosE - tanB*sinE, cosL), 513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); [all...] |
/external/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, 933 __tmp[__i] = ::atan2(__x[__i], __y[__i]); 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { 942 __tmp[__i] = ::atan2(__x[__i], __c); 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { 951 __tmp[__i] = ::atan2(__c, __x[__i]); [all...] |
/frameworks/base/location/java/android/location/ |
Location.java | 335 sigma = Math.atan2(sinSigma, cosSigma); // (16) 375 float initialBearing = (float) Math.atan2(cosU2 * sinLambda, 380 float finalBearing = (float) Math.atan2(cosU1 * sinLambda,
|
/external/bison/tests/ |
existing.at | [all...] |
/external/chromium_org/v8/src/ |
math.js | 290 "atan2", MathAtan2,
|
/external/eigen/bench/ |
eig33.cpp | 77 Scalar theta = std::atan2(internal::sqrt(-q),half_b)*s_inv3;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp-qt.php | 98 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
|
klonecpp.php | 77 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
|
lotusformulas.php | 255 '@AttachmentLengths', '@ATan2', '@ATan', '@ASin', '@Ascii',
|
objc.php | 119 'atexit', 'atan2', 'atan', 'assert', 'asin', 'asctime', 'acos',
|
plsql.php | 110 'BIN_TO_NUM', 'BFILENAME', 'AVG', 'ATAN2', 'ATAN', 'ASIN', 'ASCIISTR',
|