Lines Matching refs:CONFIDENCE_OK
52 #define CONFIDENCE_OK (3) macro
267 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
268 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
269 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
274 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
275 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
276 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
280 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
281 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
282 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
308 if (d->confidence >= CONFIDENCE_OK || in adjust_compensation()