Lines Matching defs:apply_lookup_16_to
426 return lookup_table.apply_lookup_16_to(*this);
445 simdutf_really_inline simd8<uint8_t> apply_lookup_16_to(const simd8<T> original) const {
504 const auto shuf1 = this->apply_lookup_16_to(tb1);
505 const auto shuf2 = this->apply_lookup_16_to(tb2);
509 const auto shuf3 = this->apply_lookup_16_to(tb3);
510 const auto shuf4 = this->apply_lookup_16_to(tb4);
599 return lookup_table.apply_lookup_16_to(*this);
616 simdutf_really_inline simd8<int8_t> apply_lookup_16_to(const simd8<T> original) const {