Lines Matching refs:good
309 int good; /* Good/bad flag */
1000 eval.good = 1;
1394 * Writes (direct): ctrl.numModels, curr.numInl, eval.Ntested, eval.good,
1414 eval.good = 1;
1418 for(i=0;i<arg.N && eval.good;i++){
1446 eval.good = lambda <= eval.A;
1447 /* If !good, the threshold A was exceeded, so we're rejecting */
1459 * Reads (direct): eval.good, curr.numInl, arg.N, eval.Ntested, eval.delta
1466 if(eval.good){
1489 * consistent with a good model.
1578 * Returns whether the current-best model is good enough to be an
1582 * @return Non-zero if the current model is "good enough" to save;