Searched refs:vect2 (Results 1 – 2 of 2) sorted by relevance
73 vector<int> vect2(10, 0); in template_function_partial_ordering() local74 int* pvect2Front = &vect2.front(); in template_function_partial_ordering()76 swap(vect1, vect2); in template_function_partial_ordering()79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() ); in template_function_partial_ordering()82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() ); in template_function_partial_ordering()
412 CvPoint2D32f* vect2 ) in cvMinAreaRect() argument422 vect2->x = pt[3].x - pt[0].x; in cvMinAreaRect()423 vect2->y = pt[3].y - pt[0].y; in cvMinAreaRect()