Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/
Dcategory_top.h13 -(void)top3;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dcompact_lang_det_impl.cc1800 uint8 top3 = (probs >> 24) & 0xff; in ApplyTLDHint() local
1801 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyTLDHint()
1822 uint8 top3 = (probs >> 24) & 0xff; in ApplyEncodingHint() local
1823 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyEncodingHint()
1843 uint8 top3 = (probs >> 24) & 0xff; in ApplyLanguageHint() local
1844 if (top3 > 0) {lang_hint_boost[top3] += cld::LgProb3(prob123_entry, 2);} in ApplyLanguageHint()
Dcldutil.cc410 uint8 top3 = (probs >> 24) & 0xff; in ProcessProbV25Tote() local
411 if (top3 > 0) {tote->Add(top3, cld::LgProb3(prob123_entry, 2));} in ProcessProbV25Tote()
/external/clang/test/Modules/
Dobjc-categories.m27 [foo top3];