Searched refs:ignore_percent (Results 1 – 1 of 1) sorted by relevance
1997 int ignore_percent = 0; in CalcSummaryLang() local2006 ignore_percent += percent3[i]; in CalcSummaryLang()2014 return_percent = (percent3[0] * 100) / (101 - ignore_percent); in CalcSummaryLang()2038 ignore_percent += percent3[active_slot[0]]; in CalcSummaryLang()2039 return_percent = (percent3[active_slot[1]] * 100) / (101 - ignore_percent); in CalcSummaryLang()2051 ignore_percent += percent3[active_slot[0]]; in CalcSummaryLang()2052 return_percent = (percent3[active_slot[1]] * 100) / (101 - ignore_percent); in CalcSummaryLang()2060 ignore_percent += percent3[active_slot[1]]; in CalcSummaryLang()2061 return_percent = (percent3[active_slot[0]] * 100) / (101 - ignore_percent); in CalcSummaryLang()2064 ignore_percent += percent3[active_slot[1]]; in CalcSummaryLang()[all …]