Home
last modified time | relevance | path

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

/external/eigen/test/
Darray_replicate.cpp32 VectorX vx1; in replicate() local
53 vx1.resize(rows*f2); in replicate()
55 vx1.segment(j*rows,rows) = v1; in replicate()
56 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2)); in replicate()
/external/opencv3/modules/imgproc/src/
Dintersection.cpp112 float vx1 = vec1[i].x; in rotatedRectangleIntersection() local
118 float det = vx2*vy1 - vx1*vy2; in rotatedRectangleIntersection()
121 float t2 = (vx1*y21 - vy1*x21) / det; in rotatedRectangleIntersection()