Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
Datan.pass.cpp25 assert(atan(c) == x); in test()
41 std::complex<double> r = atan(x[i]); in test_edges()
/ndk/tests/device/test-gnustl-full/unit/
Dvalarray_test.cpp41 tmp = atan(darray); in transcendentals()
67 tmp = atan(farray); in transcendentals()
94 tmp = atan(ldarray); in transcendentals()
Dcmath_test.cpp103 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/
Dvalarray_test.cpp41 tmp = atan(darray); in transcendentals()
67 tmp = atan(farray); in transcendentals()
94 tmp = atan(ldarray); in transcendentals()
Dcmath_test.cpp103 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/
Datan_valarray.pass.cpp46 std::valarray<T> v3 = atan(v1); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h345 # 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.h919 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/
Deval.pass.cpp25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
Deval_param.pass.cpp25 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
/ndk/sources/cxx-stl/system/include/
Dcmath50 using ::atan;
/ndk/sources/android/support/src/
Dmath_support.c56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } in atanl()
/ndk/sources/cxx-stl/gabi++/include/
Dcmath50 using ::atan;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dconfig.hpp228 using std::atan;\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp70 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/
Dcmath58 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);}
Dcomplex211 template<class T> complex<T> atan(const complex<T>&);
1410 // atan
1414 atan(const complex<_Tp>& __x)
Dvalarray311 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/
Dmath_h.pass.cpp36 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/
DAndroid.mk2474 $(call gen-test, numerics/complex.number/complex.transcendentals/atan)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2465 $(call gen-test, numerics/complex.number/complex.transcendentals/atan)