/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 55 #undef atan2 159 using ::atan2; 163 atan2(float __y, float __x) 167 atan2(long double __y, long double __x) 174 atan2(_Tp __y, _Up __x) 177 return atan2(__type(__y), __type(__x)); [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
math.h | 59 floating_point atan2 (arithmetic y, arithmetic x); 693 // atan2 696 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {return atan2f(__lcpp_y, __lcpp_x);} 697 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return atan2l(__lcpp_y, __lcpp_x);} 708 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT 713 return atan2((__result_type)__lcpp_y, (__result_type)__lcpp_x); [all...] |
cmath | 62 floating_point atan2 (arithmetic y, arithmetic x); 341 using ::atan2;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_float.py | 531 return 0.0, math.atan2(0.0, -1)
533 return 0.0, math.atan2(-0.0, -1)
535 return -0.0, math.atan2(0.0, -1)
537 return -0.0, math.atan2(-0.0, -1)
544 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1))
545 self.assertEqual(math.atan2(float('-1e-1000'), -1),
546 math.atan2(-0.0, -1))
[all...] |
/external/deqp/android/cts/master/src/ |
gles3-test-issues.txt | 72 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.mediump_* 73 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.highp_*
|
/external/deqp/framework/delibs/debase/ |
deMath.h | 143 DE_INLINE float deFloatAtan2 (float y, float x) { return (float)atan2(y, x); } 157 DE_INLINE double deAtan2 (double y, double x) { return atan2(y, x); }
|
/external/eigen/unsupported/Eigen/src/EulerAngles/ |
EulerAngles.h | 305 //m_angles[0] = std::atan2(2*(q.w()*q.z() + q.x()*q.y()), (1 - 2*(y2 + q.z()*q.z()))); 307 //m_angles[2] = std::atan2(2*(q.w()*q.x() + q.y()*q.z()), (1 - 2*(q.x()*q.x() + y2)));
|
/external/libcxx/include/ |
cmath | 62 floating_point atan2 (arithmetic y, arithmetic x); 340 using ::atan2;
|
/external/llvm/docs/tutorial/ |
LangImpl01.rst | 146 extern atan2(arg1 arg2); 148 atan2(sin(.4), cos(42))
|
OCamlLangImpl1.rst | 136 extern atan2(arg1 arg2); 138 atan2(sin(.4), cos(42))
|
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 447 box.angle = (float)atan2( -(double)out[1].y, (double)out[1].x ); 457 box.angle = (float)atan2( -dy, dx );
|
/external/python/cpython2/Lib/test/ |
test_float.py | 591 return 0.0, math.atan2(0.0, -1) 593 return 0.0, math.atan2(-0.0, -1) 595 return -0.0, math.atan2(0.0, -1) 597 return -0.0, math.atan2(-0.0, -1) 604 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1)) 605 self.assertEqual(math.atan2(float('-1e-1000'), -1), 606 math.atan2(-0.0, -1)) [all...] |
/external/swiftshader/third_party/LLVM/docs/tutorial/ |
LangImpl1.html | 169 extern atan2(arg1 arg2); 171 atan2(sin(.4), cos(42))
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
cmath | 62 floating_point atan2 (arithmetic y, arithmetic x); 340 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
cmath | 62 floating_point atan2 (arithmetic y, arithmetic x); 340 using ::atan2;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 261 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 261 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_float.py | 537 return 0.0, math.atan2(0.0, -1) 539 return 0.0, math.atan2(-0.0, -1) 541 return -0.0, math.atan2(0.0, -1) 543 return -0.0, math.atan2(-0.0, -1) 550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1)) 551 self.assertEqual(math.atan2(float('-1e-1000'), -1), 552 math.atan2(-0.0, -1)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_float.py | 537 return 0.0, math.atan2(0.0, -1) 539 return 0.0, math.atan2(-0.0, -1) 541 return -0.0, math.atan2(0.0, -1) 543 return -0.0, math.atan2(-0.0, -1) 550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1)) 551 self.assertEqual(math.atan2(float('-1e-1000'), -1), 552 math.atan2(-0.0, -1)) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
complex | 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x), 272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
|