Searched refs:CONFIDENCE_OK (Results 1 – 1 of 1) sorted by relevance
52 #define CONFIDENCE_OK (3) macro267 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()[all …]