Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/spell/
H A Dspell-custom.c209 const char *real_word; in SpellCustomHintWords() local
217 real_word = word; in SpellCustomHintWords()
220 while (real_word[delta = strcspn(real_word, dict->delim)]) { in SpellCustomHintWords()
222 real_word += delta + 1; in SpellCustomHintWords()
224 prefix_len = prefix ? real_word - prefix : 0; in SpellCustomHintWords()
226 if (!*real_word) in SpellCustomHintWords()
229 word_type = dict->word_check_func(real_word); in SpellCustomHintWords()
230 word_len = fcitx_utf8_strlen(real_word); in SpellCustomHintWords()
234 dict, real_word, dict->map + dict->words[i], word_len)) >= 0) { in SpellCustomHintWords()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Dupdate_upscaled_domain_pre.comp100 uint real_word = uint(vram8.elems[index]);
103 if (real_word != reference_word)
108 vram_upscaled8.elems[index + i * RDRAM_SIZE] = uint8_t(real_word);
112 vram_reference8.elems[index] = uint8_t(real_word);
120 uint real_word = uint(vram16.elems[index]);
123 if (real_word != reference_word)
131 vram_reference16.elems[index] = uint16_t(real_word);
139 uint real_word = vram32.elems[index];
142 if (real_word != reference_word)
149 vram_upscaled32.elems[index + i * (RDRAM_SIZE >> 2)] = real_word;
[all …]
H A Dupdate_upscaled_domain_post.comp75 uint real_word = uint(vram8.elems[index]);
76 vram_reference8.elems[index] = uint8_t(real_word);
82 uint real_word = uint(vram16.elems[index]);
83 vram_reference16.elems[index] = uint16_t(real_word);
89 uint real_word = vram32.elems[index];
90 vram_reference32.elems[index] = real_word;
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/spell/
H A Dspell-custom-dict.cpp422 const char *real_word = word; in hint() local
427 while (real_word[delta = strcspn(real_word, delim_.c_str())]) { in hint()
428 real_word += delta + 1; in hint()
431 if (!real_word[0]) { in hint()
434 auto word_type = wordCheck(real_word); in hint()
435 int word_len = fcitx_utf8_strlen(real_word); in hint()
443 if ((dist = getDistance(real_word, word_len, dictWord)) >= 0) { in hint()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dcontrol.cpp916 WERD *real_word = pr_it->word()->word; in ReassignDiacritics() local
917 if (real_word->rej_cblob_list()->empty() || real_word->cblob_list()->empty() || in ReassignDiacritics()
918 real_word->rej_cblob_list()->length() > noise_maxperword) { in ReassignDiacritics()
921 real_word->rej_cblob_list()->sort(&C_BLOB::SortByXMiddle); in ReassignDiacritics()
924 real_word->GetNoiseOutlines(&outlines); in ReassignDiacritics()
965 real_word->bounding_box().print(); in ReassignDiacritics()
997 C_BLOB_IT blob_it(real_word->cblob_list()); in AssignDiacriticsToOverlappingBlobs()
1037 WERD *real_word, PAGE_RES_IT *pr_it, in AssignDiacriticsToNewBlobs() argument
1062 C_BLOB_IT blob_it(real_word->cblob_list()); in AssignDiacriticsToNewBlobs()
1254 WERD *real_word = pr_it->word()->word; in ClassifyBlobAsWord() local
[all …]
H A Dtesseractclass.h409 WERD *real_word, PAGE_RES_IT *pr_it,
416 WERD *real_word, PAGE_RES_IT *pr_it,
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpageres.cpp1522 WERD *real_word = word_res->word; in MakeCurrentWordFuzzy() local
1523 if (!real_word->flag(W_FUZZY_SP) && !real_word->flag(W_FUZZY_NON)) { in MakeCurrentWordFuzzy()
1524 real_word->set_flag(W_FUZZY_SP, true); in MakeCurrentWordFuzzy()
1534 real_word = wr_it.data()->word; in MakeCurrentWordFuzzy()
1535 ASSERT_HOST(!real_word->flag(W_FUZZY_SP) && in MakeCurrentWordFuzzy()
1536 !real_word->flag(W_FUZZY_NON)); in MakeCurrentWordFuzzy()
1537 real_word->set_flag(W_FUZZY_SP, true); in MakeCurrentWordFuzzy()
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Dvvp_process.c1071 long real_word = use_lword; in force_link_rval() local
1072 real_word += ivl_signal_array_base(lsig); in force_link_rval()
1076 command_name, ivl_signal_basename(lsig), real_word); in force_link_rval()
1101 long real_word = use_rword; in force_link_rval() local
1102 real_word += ivl_signal_array_base(rsig); in force_link_rval()
1106 command_name, ivl_signal_basename(rsig), real_word); in force_link_rval()