Home
last modified time | relevance | path

Searched refs:ignore_percent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcompact_lang_det_impl.cc1997 int ignore_percent = 0; in CalcSummaryLang() local
2006 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 …]