Home
last modified time | relevance | path

Searched refs:vect2 (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/unit/
Dconfig_test.cpp73 vector<int> vect2(10, 0); in template_function_partial_ordering() local
74 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()
/external/opencv/cv/include/
Dcvcompat.h412 CvPoint2D32f* vect2 ) in cvMinAreaRect() argument
422 vect2->x = pt[3].x - pt[0].x; in cvMinAreaRect()
423 vect2->y = pt[3].y - pt[0].y; in cvMinAreaRect()