Home | History | Annotate | Download | only in src

Lines Matching refs:MAX

109         criteria.max_iter = MIN(MAX(criteria.max_iter,1),1000);
113 criteria.epsilon = MAX(criteria.epsilon, 0);
171 lambdaLg10 = MAX(lambdaLg10-1, -16);
237 lambdaLg10 = MAX(lambdaLg10-1, -16);
652 rx = theta*sqrt(MAX(t,0.));
654 ry = theta*sqrt(MAX(t,0.))*(R[1] < 0 ? -1. : 1.);
656 rz = theta*sqrt(MAX(t,0.))*(R[2] < 0 ? -1. : 1.);
800 count = MAX(objectPoints->rows, objectPoints->cols);
1162 count = MAX(objectPoints->cols, objectPoints->rows);
1525 maxPoints = MAX( maxPoints, ni );
1875 maxPoints = MAX(maxPoints, npoints->data.i[i]);
2511 double d = MAX(sqrt(e2[0]*e2[0] + e2[1]*e2[1]),DBL_EPSILON);