5#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
42 tmp =
atan2(darray, tmp);
43 tmp =
atan2(1.0, darray);
44 tmp =
atan2(darray, 1.0);
50#if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
56 tmp =
pow(darray, tmp);
57 tmp =
pow(1.0, darray);
58 tmp =
pow(darray, 1.0);
68 tmp =
atan2(farray, tmp);
69 tmp =
atan2(1.0f, farray);
70 tmp =
atan2(farray, 1.0f);
76#if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
82 tmp =
pow(farray, tmp);
83 tmp =
pow(1.0f, farray);
84 tmp =
pow(farray, 1.0f);
87#if !defined (STLPORT) || !defined (_STLP_NO_LONG_DOUBLE)
95 tmp =
atan2(ldarray, tmp);
96 tmp =
atan2(1.0l, ldarray);
97 tmp =
atan2(ldarray, 1.0l);
103# if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
108 tmp =
log10(ldarray);
109 tmp =
pow(ldarray, tmp);
110 tmp =
pow(1.0l, ldarray);
111 tmp =
pow(ldarray, 1.0l);
_STLP_DECLSPEC complex< float > _STLP_CALL sinh(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL tanh(const complex< float > &)
valarray< _Tp > acos(const valarray< _Tp > &__x)
valarray< _Tp > atan(const valarray< _Tp > &__x)
valarray< _Tp > asin(const valarray< _Tp > &__x)
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
CPPUNIT_TEST_SUITE(ValarrayTest)
CPPUNIT_TEST(transcendentals)
#define CPPUNIT_TEST_SUITE_REGISTRATION(X)
double pow(double x, double y)
GLfloat GLfloat GLfloat v2