HomeSort by relevance Sort by last modified time
    Searched refs:rel5 (Results 1 - 6 of 6) sorted by null

  /external/marisa-trie/lib/marisa/
rank.h 59 UInt32 rel5() const { function in class:marisa::Rank
bitvector.cc 364 offset += rank.rel5();
429 if (i < (320U - rank.rel5())) {
434 i -= 320 - rank.rel5();
513 if (i < rank.rel5()) {
518 i -= rank.rel5();
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
rank.h 59 UInt32 rel5() const { function in class:marisa_alpha::Rank
bitvector.cc 364 offset += rank.rel5();
430 if (i < (320U - rank.rel5())) {
435 i -= 320 - rank.rel5();
515 if (i < rank.rel5()) {
520 i -= rank.rel5();
  /external/marisa-trie/tests/
unit-test.cc 92 ASSERT(rank.rel5() == 0);
110 ASSERT(rank.rel5() == 320);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 94 ASSERT(rank.rel5() == 0);
112 ASSERT(rank.rel5() == 320);

Completed in 112 milliseconds