Home
last modified time | relevance | path

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

/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/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/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/gabi++/include/
Dcmath50 using ::atan;
/ndk/sources/cxx-stl/system/include/
Dcmath50 using ::atan;