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