Home | History | Annotate | Download | only in test

Lines Matching refs:VERIFY

1028   VERIFY(lm.fvec.squaredNorm() <= 1.4307867721E-25);
1049 VERIFY(lm.fvec.squaredNorm() <= 1.4307867721E-25);
1268 VERIFY(lm.nfev < 31); // 31
1269 VERIFY(lm.njev < 25); // 25
1363 VERIFY(lm.nfev < 602 * LM_EVAL_COUNT_TOL);
1364 VERIFY(lm.njev < 545 * LM_EVAL_COUNT_TOL);