/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 567 // atan2 575 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} 581 #undef atan2 macro 582 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro 1242 __tg_carg(double __x) {return atan2(0., __x);}
|
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 558 // atan2 566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} 572 #undef atan2 macro 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro 1233 __tg_carg(double __x) {return atan2(0., __x);}
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 558 // atan2 566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} 572 #undef atan2 macro 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro 1233 __tg_carg(double __x) {return atan2(0., __x);}
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 558 // atan2 566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} 572 #undef atan2 macro 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro 1233 __tg_carg(double __x) {return atan2(0., __x);}
|
/external/aac/libFDK/src/ |
FDK_trigFcts.cpp | 136 FIXP_DBL at2; // atan2 out 210 // --- atan2() 212 at2 = at >> (AT2O_SF - ATO_SF); // now AT2O_SF for atan2
|
/external/llvm/test/Transforms/InstCombine/ |
win-math.ll | 43 declare double @atan2(double %x, double %y) 47 ; WIN32: double @atan2 50 %3 = call double @atan2(double %1, double %2)
|
/external/opencv/cvaux/src/ |
cvscanlines.cpp | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 204 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 338 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 204 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 338 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_cmath.h | 56 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function 213 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2); 347 using ::atan2;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign
290 return atan2(x, -1.)
504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.))
505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/external/python/cpython2/Lib/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign 295 return atan2(x, -1.) 509 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 510 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/external/libcxx/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 36 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } function 168 static_assert((std::is_same<decltype(atan2((float)0, (float)0)), float>::value), ""); 169 static_assert((std::is_same<decltype(atan2((bool)0, (float)0)), double>::value), ""); 170 static_assert((std::is_same<decltype(atan2((unsigned short)0, (double)0)), double>::value), ""); 171 static_assert((std::is_same<decltype(atan2((int)0, (long double)0)), long double>::value), ""); 172 static_assert((std::is_same<decltype(atan2((float)0, (unsigned int)0)), double>::value), ""); 173 static_assert((std::is_same<decltype(atan2((double)0, (long)0)), double>::value), ""); 174 static_assert((std::is_same<decltype(atan2((long double)0, (unsigned long)0)), long double>::value), ""); 175 static_assert((std::is_same<decltype(atan2((int)0, (long long)0)), double>::value), ""); 176 static_assert((std::is_same<decltype(atan2((int)0, (unsigned long long)0)), double>::value), "") [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 39 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } function 171 static_assert((std::is_same<decltype(atan2((float)0, (float)0)), float>::value), ""); 172 static_assert((std::is_same<decltype(atan2((bool)0, (float)0)), double>::value), ""); 173 static_assert((std::is_same<decltype(atan2((unsigned short)0, (double)0)), double>::value), ""); 174 static_assert((std::is_same<decltype(atan2((int)0, (long double)0)), long double>::value), ""); 175 static_assert((std::is_same<decltype(atan2((float)0, (unsigned int)0)), double>::value), ""); 176 static_assert((std::is_same<decltype(atan2((double)0, (long)0)), double>::value), ""); 177 static_assert((std::is_same<decltype(atan2((long double)0, (unsigned long)0)), long double>::value), ""); 178 static_assert((std::is_same<decltype(atan2((int)0, (long long)0)), double>::value), ""); 179 static_assert((std::is_same<decltype(atan2((int)0, (unsigned long long)0)), double>::value), "") [all...] |