/ndk/tests/device/test-stlport/unit/ |
D | valarray_test.cpp | 39 tmp = acos(darray); in transcendentals() 65 tmp = acos(farray); in transcendentals() 92 tmp = acos(ldarray); in transcendentals()
|
D | cmath_test.cpp | 101 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0)), 1.0) ); in import_checks() 126 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0f)), 1.0f) ); in import_checks() 152 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0l)), 1.0l) ); in import_checks()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | valarray_test.cpp | 39 tmp = acos(darray); in transcendentals() 65 tmp = acos(farray); in transcendentals() 92 tmp = acos(ldarray); in transcendentals()
|
D | cmath_test.cpp | 101 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0)), 1.0) ); in import_checks() 126 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0f)), 1.0f) ); in import_checks() 152 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0l)), 1.0l) ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | acos_valarray.pass.cpp | 46 std::valarray<T> v3 = acos(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… 361 _STLP_DMATH_INLINE(acos) 432 _STLP_DEF_MATH_INLINE(acos, acos) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin… 554 using ::acos;
|
D | _valarray.h | 901 inline valarray<_Tp> acos(const valarray<_Tp>& __x) { in acos() function 905 __tmp[__i] = ::acos(__x[__i]); in acos()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
D | acos.pass.cpp | 25 assert(acos(c) == x); in test() 42 std::complex<double> r = acos(x[i]); in test_edges()
|
/ndk/sources/android/support/src/ |
D | math_support.c | 54 __attribute__((weak)) long double acosl(long double x) { return acos((double)x); } in acosl()
|
/ndk/sources/cxx-stl/system/include/ |
D | cmath | 48 using ::acos;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cmath | 48 using ::acos;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
D | config.hpp | 218 using std::acos;\
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 34 static_assert((std::is_same<decltype(std::acos((float)0)), float>::value), ""); in test_acos() 35 static_assert((std::is_same<decltype(std::acos((bool)0)), double>::value), ""); in test_acos() 36 static_assert((std::is_same<decltype(std::acos((unsigned short)0)), double>::value), ""); in test_acos() 37 static_assert((std::is_same<decltype(std::acos((int)0)), double>::value), ""); in test_acos() 38 static_assert((std::is_same<decltype(std::acos((unsigned int)0)), double>::value), ""); in test_acos() 39 static_assert((std::is_same<decltype(std::acos((long)0)), double>::value), ""); in test_acos() 40 static_assert((std::is_same<decltype(std::acos((unsigned long)0)), double>::value), ""); in test_acos() 41 static_assert((std::is_same<decltype(std::acos((long long)0)), double>::value), ""); in test_acos() 42 static_assert((std::is_same<decltype(std::acos((unsigned long long)0)), double>::value), ""); in test_acos() 43 static_assert((std::is_same<decltype(std::acos((double)0)), double>::value), ""); in test_acos() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 50 floating_point acos (arithmetic x); 673 // acos 675 using ::acos; 679 inline _LIBCPP_INLINE_VISIBILITY float acos(float __x) _NOEXCEPT {return acosf(__x);} 680 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __x) _NOEXCEPT {return acosl(__x);} 686 acos(_A1 __x) _NOEXCEPT {return acos((double)__x);}
|
D | complex | 209 template<class T> complex<T> acos(const complex<T>&); 1373 // acos 1377 acos(const complex<_Tp>& __x)
|
D | valarray | 309 template<class T> valarray<T> acos (const valarray<T>& x); 529 {return acos(__x);} 4478 acos(const _Expr& __x)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 20 static_assert((std::is_same<decltype(acos((double)0)), double>::value), ""); in test_acos() 23 assert(acos(1) == 0); in test_acos()
|
/ndk/sources/android/support/src/msun/ |
D | math_private.h | 672 #define __ieee754_acos acos
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2461 $(call gen-test, numerics/complex.number/complex.transcendentals/acos)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2470 $(call gen-test, numerics/complex.number/complex.transcendentals/acos)
|