Home
last modified time | relevance | path

Searched refs:mask_high (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp715 const simd8<T> mask_high = simd8<T>::splat(high); in in_range() local
718 (this->chunks[0] <= mask_high) & (this->chunks[0] >= mask_low), in in_range()
719 (this->chunks[1] <= mask_high) & (this->chunks[1] >= mask_low), in in_range()
720 (this->chunks[2] <= mask_high) & (this->chunks[2] >= mask_low), in in_range()
721 (this->chunks[3] <= mask_high) & (this->chunks[3] >= mask_low) in in_range()
726 const simd8<T> mask_high = simd8<T>::splat(high); in not_in_range() local
728 (this->chunks[0] > mask_high) | (this->chunks[0] < mask_low), in not_in_range()
729 (this->chunks[1] > mask_high) | (this->chunks[1] < mask_low), in not_in_range()
730 (this->chunks[2] > mask_high) | (this->chunks[2] < mask_low), in not_in_range()
731 (this->chunks[3] > mask_high) | (thi in not_in_range()
1027 const simd16<T> mask_high = simd16<T>::splat(high); in_range() local
1038 const simd16<T> mask_high = simd16<T>::splat(high); not_in_range() local
1060 const simd16<uint16_t> mask_high = simd16<uint16_t>::splat(high); not_in_range() local
2012 const simd8<T> mask_high = simd8<T>::splat(high); in_range() local
2021 const simd8<T> mask_high = simd8<T>::splat(high); not_in_range() local
2300 const simd16<T> mask_high = simd16<T>::splat(high); in_range() local
2309 const simd16<T> mask_high = simd16<T>::splat(static_cast<T>(high+1)); not_in_range() local
2958 const simd8<T> mask_high = simd8<T>::splat(high); in_range() local
2969 const simd8<T> mask_high = simd8<T>::splat(high+1); not_in_range() local
3253 const simd16<T> mask_high = simd16<T>::splat(high); in_range() local
3264 const simd16<T> mask_high = simd16<T>::splat(static_cast<T>(high+1)); not_in_range() local
3887 const simd8<T> mask_high = simd8<T>::splat(high); in_range() local
3898 const simd8<T> mask_high = simd8<T>::splat(high); not_in_range() local
[all...]

Completed in 12 milliseconds