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

  /external/marisa-trie/lib/marisa/
rank.h 53 UInt32 rel3() const { function in class:marisa::Rank
bitvector.cc 356 offset += rank.rel3();
421 } else if (i < (192U - rank.rel3())) {
426 i -= 192 - rank.rel3();
505 } else if (i < rank.rel3()) {
510 i -= rank.rel3();
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
rank.h 53 UInt32 rel3() const { function in class:marisa_alpha::Rank
bitvector.cc 356 offset += rank.rel3();
422 } else if (i < (192U - rank.rel3())) {
427 i -= 192 - rank.rel3();
507 } else if (i < rank.rel3()) {
512 i -= rank.rel3();
  /external/marisa-trie/tests/
unit-test.cc 90 ASSERT(rank.rel3() == 0);
108 ASSERT(rank.rel3() == 192);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 92 ASSERT(rank.rel3() == 0);
110 ASSERT(rank.rel3() == 192);

Completed in 322 milliseconds