Searched refs:top3 (Results 1 – 4 of 4) sorted by relevance
13 -(void)top3;
1800 uint8 top3 = (probs >> 24) & 0xff; in ApplyTLDHint() local1801 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyTLDHint()1822 uint8 top3 = (probs >> 24) & 0xff; in ApplyEncodingHint() local1823 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyEncodingHint()1843 uint8 top3 = (probs >> 24) & 0xff; in ApplyLanguageHint() local1844 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyLanguageHint()
410 uint8 top3 = (probs >> 24) & 0xff; in ProcessProbV25Tote() local411 if (top3 > 0) {tote->Add(top3, cld::LgProb3(prob123_entry, 2));} in ProcessProbV25Tote()
27 [foo top3];