/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libm.so.functions.txt | 17 atan2
|
libm.so.versions.txt | 21 atan2;
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libm.so.versions.txt | 17 atan2;
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libm.so.versions.txt | 17 atan2;
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 13 atan2
|
libm.so.versions.txt | 17 atan2;
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Math.h | 36 #define AKFS_ATAN2(y, x) atan2((y), (x))
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 86 # define atan2l atan2 119 # define atan2l atan2 120 # define atan2f atan2 160 # define atan2l atan2
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 86 # define atan2l atan2 119 # define atan2l atan2 120 # define atan2f atan2 160 # define atan2l atan2
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 86 # define atan2l atan2 119 # define atan2l atan2 120 # define atan2f atan2 160 # define atan2l atan2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
math.s | 7 .float $atan2(1.0,2.0)
|
/bionic/libm/x86/ |
e_atan2.S | 36 //1. The method is based on the relationship of atan2(Y,X) to atan(|Y/X|) 39 // atan2(Y,X) = 42 // Thus, atan2(Y,X) is of the form atan2(Y,X) = PI + sgn*atan(|Y/X|) 47 //2. For |Y/X| < 2^(-64), atan(|Y/X|) ~=~ |Y/X|. Hence, atan2(Y,X) is Y/X 49 //3. For |Y/X| >= 2^(65), atan(|Y/X|) ~=~ pi/2. Hence atan2(Y,X) is sign(Y)pi/2. 66 // atan2(+-0, +0) = +-0 67 // atan2(+-0, -0) = +-pi 68 // atan2(+-0, x) = +-0, for x > 0, and +-pi, for x < 0 69 // atan2(y, +-0) = +pi/2 for y > 0, and -pi/2 for y < 95 ENTRY(atan2) function [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 111 * asin(B) = atan2(y, sqrt(A*A - y*y)) = atan2(y, sqrt((A+y)*(A-y))) 211 * would be legitimate, but will be picked up by invoking atan2 271 * Im(casinh(z)) = sign(x)*atan2(sign(x)*y, fabs(x)) + O(y/z^3) 327 ry = atan2(new_y, sqrt_A2my2); 352 * Re(cacos(z)) = atan2(fabs(y), x) + O(y/z^3) 416 rx = atan2(sqrt_A2mx2, new_x); 418 rx = atan2(sqrt_A2mx2, -new_x); 478 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); 485 return (CMPLX(log(hypot(x, y)), atan2(y, x))) [all...] |
/bionic/libm/x86_64/ |
e_atan2.S | 36 //1. The method is based on the relationship of atan2(Y,X) to atan(|Y/X|) 39 // atan2(Y,X) = 42 // Thus, atan2(Y,X) is of the form atan2(Y,X) = PI + sgn*atan(|Y/X|) 47 //2. For |Y/X| < 2^(-64), atan(|Y/X|) ~=~ |Y/X|. Hence, atan2(Y,X) is Y/X 49 //3. For |Y/X| >= 2^(65), atan(|Y/X|) ~=~ pi/2. Hence atan2(Y,X) is sign(Y)pi/2. 66 // atan2(+-0, +0) = +-0 67 // atan2(+-0, -0) = +-pi 68 // atan2(+-0, x) = +-0, for x > 0, and +-pi, for x < 0 69 // atan2(y, +-0) = +pi/2 for y > 0, and -pi/2 for y < 80 ENTRY(atan2) function [all...] |
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
EcefToTopocentricConverter.java | 64 elevationRadians = Math.atan2(upMeters, horizontalDistanceMeters); 65 azimuthRadians = Math.atan2(eastMeters, northMeters);
|
/external/deqp/android/cts/master/src/ |
gles31-test-issues.txt | 19 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.mediump_* 20 dEQP-GLES31.functional.shaders.builtin_functions.precision.atan2.highp_*
|
/external/eigen/unsupported/test/ |
autodiff_scalar.cpp | 29 AD res = atan2(r*s, r*c); 34 res = atan2(r*s+0, r*c+0);
|
/libcore/luni/src/test/resources/ |
math_java_only.csv | [all...] |
/libcore/ojluni/src/main/native/ |
Math.c | 85 return atan2(d1, d2); 150 FAST_NATIVE_METHOD(Math, atan2, "(DD)D"),
|
/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/lib/ |
libm.so | |
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr2/ |
libm.so | |
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr6/ |
libm.so | |