Lines Matching refs:CONFIDENCE_OK
46 #define CONFIDENCE_OK (3) macro
379 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
380 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
381 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
386 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
387 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
388 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
392 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
393 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
394 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
415 if (d->confidence >= CONFIDENCE_OK) in adjust_compensation()