Lines Matching refs:CONFIDENCE_OK
46 #define CONFIDENCE_OK (3) macro
408 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
409 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
410 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
415 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
416 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
417 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
421 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
422 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
423 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
444 if (d->confidence >= CONFIDENCE_OK) in adjust_compensation()