/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
D | atan.pass.cpp | 25 assert(atan(c) == x); in test() 41 std::complex<double> r = atan(x[i]); in test_edges()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | valarray_test.cpp | 41 tmp = atan(darray); in transcendentals() 67 tmp = atan(farray); in transcendentals() 94 tmp = atan(ldarray); in transcendentals()
|
D | cmath_test.cpp | 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) ); in import_checks() 128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) ); in import_checks() 155 CPPUNIT_CHECK( are_equals(std::atan(0.0l), 0.0l) ); in import_checks()
|
/ndk/tests/device/test-stlport/unit/ |
D | valarray_test.cpp | 41 tmp = atan(darray); in transcendentals() 67 tmp = atan(farray); in transcendentals() 94 tmp = atan(ldarray); in transcendentals()
|
D | cmath_test.cpp | 103 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0)), 1.0) ); in import_checks() 128 CPPUNIT_CHECK( are_equals(std::tan(std::atan(1.0f)), 1.0f) ); in import_checks() 155 CPPUNIT_CHECK( are_equals(std::atan(0.0l), 0.0l) ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | atan_valarray.pass.cpp | 46 std::valarray<T> v3 = atan(v1); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh… 363 _STLP_DMATH_INLINE(atan) in _STLP_DMATH_INLINE() 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin… 556 using ::atan;
|
D | _valarray.h | 919 inline valarray<_Tp> atan(const valarray<_Tp>& __x) { in atan() function 923 __tmp[__i] = ::atan(__x[__i]); in atan()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ |
D | eval.pass.cpp | 25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
|
D | eval_param.pass.cpp | 25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
|
/ndk/sources/cxx-stl/system/include/ |
D | cmath | 50 using ::atan;
|
/ndk/sources/android/support/src/ |
D | math_support.c | 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } in atanl()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cmath | 50 using ::atan;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
D | config.hpp | 228 using std::atan;\
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 70 static_assert((std::is_same<decltype(std::atan((float)0)), float>::value), ""); in test_atan() 71 static_assert((std::is_same<decltype(std::atan((bool)0)), double>::value), ""); in test_atan() 72 static_assert((std::is_same<decltype(std::atan((unsigned short)0)), double>::value), ""); in test_atan() 73 static_assert((std::is_same<decltype(std::atan((int)0)), double>::value), ""); in test_atan() 74 static_assert((std::is_same<decltype(std::atan((unsigned int)0)), double>::value), ""); in test_atan() 75 static_assert((std::is_same<decltype(std::atan((long)0)), double>::value), ""); in test_atan() 76 static_assert((std::is_same<decltype(std::atan((unsigned long)0)), double>::value), ""); in test_atan() 77 static_assert((std::is_same<decltype(std::atan((long long)0)), double>::value), ""); in test_atan() 78 static_assert((std::is_same<decltype(std::atan((unsigned long long)0)), double>::value), ""); in test_atan() 79 static_assert((std::is_same<decltype(std::atan((double)0)), double>::value), ""); in test_atan() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 58 floating_point atan (arithmetic x); 703 // atan 705 using ::atan; 709 inline _LIBCPP_INLINE_VISIBILITY float atan(float __x) _NOEXCEPT {return atanf(__x);} 710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);} 716 atan(_A1 __x) _NOEXCEPT {return atan((double)__x);}
|
D | complex | 211 template<class T> complex<T> atan(const complex<T>&); 1410 // atan 1414 atan(const complex<_Tp>& __x)
|
D | valarray | 311 template<class T> valarray<T> atan (const valarray<T>& x); 545 {return atan(__x);} 4506 atan(const _Expr& __x)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 36 static_assert((std::is_same<decltype(atan((double)0)), double>::value), ""); in test_atan() 39 assert(atan(0) == 0); in test_atan()
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2474 $(call gen-test, numerics/complex.number/complex.transcendentals/atan)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2465 $(call gen-test, numerics/complex.number/complex.transcendentals/atan)
|