Definition at line 12 of file valarray_test.cpp.
◆ CPPUNIT_TEST()
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
ValarrayTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ transcendentals()
void ValarrayTest::transcendentals |
( |
| ) |
|
|
protected |
Definition at line 30 of file valarray_test.cpp.
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);
76 #if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64) 82 tmp =
pow(farray, tmp);
83 tmp =
pow(1.0
f, farray);
84 tmp =
pow(farray, 1.0
f);
87 #if !defined (STLPORT) || !defined (_STLP_NO_LONG_DOUBLE) 95 tmp =
atan2(ldarray, tmp);
96 tmp =
atan2(1.0
l, ldarray);
97 tmp =
atan2(ldarray, 1.0
l);
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.0
l, ldarray);
111 tmp =
pow(ldarray, 1.0
l);
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL sinh(const complex< float > &)
valarray< _Tp > atan2(const valarray< _Tp > &__x, const valarray< _Tp > &__y)
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
valarray< _Tp > asin(const valarray< _Tp > &__x)
valarray< _Tp > acos(const valarray< _Tp > &__x)
_STLP_DECLSPEC complex< float > _STLP_CALL tanh(const complex< float > &)
float pow(float __x, int __y)
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL log10(const complex< float > &)
valarray< _Tp > atan(const valarray< _Tp > &__x)
GLfloat GLfloat GLfloat v2
_STLP_DECLSPEC complex< float > _STLP_CALL sin(const complex< float > &)
_STLP_DECLSPEC complex< float > _STLP_CALL tan(const complex< float > &)
The documentation for this class was generated from the following file: