Searched refs:CONFIDENCE_OK (Results 1 – 1 of 1) sorted by relevance
68 #define CONFIDENCE_OK (3) macro276 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()277 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()278 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()283 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()284 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()285 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()289 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()290 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()291 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()[all …]