6 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) 33 static bool values_squared(
int a_,
int b_);
43 int numbers[10] = { 0, 0, 1, 1, 2, 2, 2, 2, 3, 3 };
51 typedef vector <int> IntVec;
80 {
return v1.value <
v2; }
83 {
return v1 <
v2.value; }
85 #if defined (_MSC_VER) && !defined (STLPORT) 87 {
return v1.value <
v2.value; }
92 char chars[] =
"aabbccddggghhklllmqqqqssyyzz";
94 const unsigned count =
sizeof(chars) - 1;
109 for (
int i = 0;
i < 10; ++
i) {
131 int numbers1[5] = { 1, 2, 3, 4, 5 };
132 int numbers2[5] = { 1, 2, 4, 8, 16 };
133 int numbers3[2] = { 1, 2 };
164 int input1 [4] = { 1, 7, 2, 2 };
165 int input2 [4] = { 1, 6, 2, 3 };
177 return (a_ * a_ == b_);
static UCHAR ULONG UCHAR ULONG UCHAR * output
CPPUNIT_TEST_SUITE_REGISTRATION(EqualTest)
GLuint GLuint GLsizei count
#define CPPUNIT_TEST_SUITE(X)
_STLP_MOVE_TO_STD_NAMESPACE _ForwardIter lower_bound(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
#define CPPUNIT_TEST_SUITE_END()
bool operator==(const TKeyDef &t1, const TKeyDef &t2)
_STLP_MOVE_TO_STD_NAMESPACE pair< _ForwardIter, _ForwardIter > equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
_STLP_MOVE_TO_STD_NAMESPACE _ForwardIter upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
#define CPPUNIT_ASSERT(X)
GLfloat GLfloat GLfloat v2
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
GLuint GLenum GLenum transform
bool operator<(const Test &v1, int v2)
static bool values_squared(int a_, int b_)