/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/ |
pow_scalar_complex.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
sin.pass.cpp | 38 const double pi = std::atan2(+0., -0.);
|
tan.pass.cpp | 39 const double pi = std::atan2(+0., -0.);
|
/prebuilts/ndk/r13/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
math.so | |
cmath.so | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lmathlib.c | 77 lua_pushnumber(L, l_mathop(atan2)(luaL_checknumber(L, 1),
237 {"atan2", math_atan2},
|
/external/eigen/Eigen/src/Geometry/ |
Rotation2D.h | 178 EIGEN_USING_STD_MATH(atan2) 180 m_angle = atan2(mat.coeff(1,0), mat.coeff(0,0));
|
/external/skia/third_party/lua/src/ |
lmathlib.c | 77 lua_pushnumber(L, l_mathop(atan2)(luaL_checknumber(L, 1), 237 {"atan2", math_atan2},
|
/external/syslinux/com32/lua/src/ |
lmathlib.c | 77 lua_pushnumber(L, l_mathop(atan2)(luaL_checknumber(L, 1), 237 {"atan2", math_atan2},
|
/external/valgrind/memcheck/tests/amd64/ |
more_x87_fp.stdout.exp | 11 a=2.000000 b=3.000000 atan2(a, b)=0.588003 25 a=1.400000 b=-5.000000 atan2(a, b)=2.868584
|
/external/valgrind/memcheck/tests/x86/ |
more_x86_fp.stdout.exp | 12 a=2.000000 b=3.000000 atan2(a, b)=0.588003 27 a=1.400000 b=-5.000000 atan2(a, b)=2.868584
|
/frameworks/base/core/java/android/transition/ |
PatternPathMotion.java | 123 double angle = Math.atan2(dy, dx); 134 double angle = Math.atan2(dy, dx);
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 144 public static float atan2(float a, float b) { method in class:MathUtils 145 return (float) Math.atan2(a, b);
|
/frameworks/support/transition/src/android/support/transition/ |
PatternPathMotion.java | 123 double angle = Math.atan2(dy, dx); 134 double angle = Math.atan2(dy, dx);
|
/frameworks/support/wear/src/android/support/wear/widget/ |
ScrollManager.java | 117 float angleRadians = (float) Math.atan2(deltaY, deltaX); 143 mLastAngleRadians = (float) Math.atan2(deltaYFromCenter, deltaXFromCenter);
|
/prebuilts/go/darwin-x86/src/math/ |
stubs_s390x.s | 13 TEXT ·Atan2(SB),NOSPLIT,$0 14 BR ·atan2(SB)
|
/prebuilts/go/linux-x86/src/math/ |
stubs_s390x.s | 13 TEXT ·Atan2(SB),NOSPLIT,$0 14 BR ·atan2(SB)
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocation.java | 291 sigma = Math.atan2(sinSigma, cosSigma); // (16) 331 float initialBearing = (float) Math.atan2(cosU2 * sinLambda, 336 float finalBearing = (float) Math.atan2(cosU1 * sinLambda,
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_math_forward_declares.h | 53 __DEVICE__ double atan2(double, double); 54 __DEVICE__ float atan2(float, float); 207 using ::atan2;
|