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);
CPPUNIT_TEST_SUITE(ValarrayTest)
CPPUNIT_TEST(transcendentals)
#define CPPUNIT_TEST_SUITE_REGISTRATION(X)
_ACRTIMP double __cdecl cosh(double)
_ACRTIMP double __cdecl sqrt(double)
_ACRTIMP double __cdecl sinh(double)
_ACRTIMP double __cdecl tanh(double)
_ACRTIMP double __cdecl atan(double)
_ACRTIMP double __cdecl sin(double)
_ACRTIMP double __cdecl tan(double)
_ACRTIMP double __cdecl asin(double)
_ACRTIMP double __cdecl cos(double)
_ACRTIMP double __cdecl atan2(double, double)
_ACRTIMP double __cdecl acos(double)
double pow(double x, double y)
GLfloat GLfloat GLfloat v2