/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
math.h | 206 double atan2(double, double);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
PolygonShape.cpp | 115 float startAngle = atan2(startArcVertex.y() - arcCenter.y(), startArcVertex.x() - arcCenter.x()); 116 float endAngle = atan2(endArcVertex.y() - arcCenter.y(), endArcVertex.x() - arcCenter.x());
|
/external/chromium_org/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
math.js | 25 var negativeZero = Math.atan2(-1, Infinity); // ### any nicer way?
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 495 using std::atan2; 523 Scalar theta = atan2(sqrt(-q),half_b)*s_inv3;
|
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 169 m_angles.coeffRef(0) = std::atan2(-m.coeff(1,2),m.coeff(2,2)); 170 m_angles.coeffRef(2) = std::atan2(-m.coeff(0,1),m.coeff(0,0));
|
/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...] |
/external/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/bionic/libm/include/ |
math.h | 191 double atan2(double, double);
|
/external/aac/libSYS/src/ |
genericStds.cpp | 359 double FDKatan2(double y, double x) { return atan2(y, x); }
|