Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp413 simdutf_really_inline simd8<bool> any_bits_set(simd8<uint8_t> bits) const { return vtstq_u8(*this, bits); } in any_bits_set() function
1905 simdutf_really_inline simd8<bool> operator>(const simd8<uint8_t> other) const { return this->gt_bits(other).any_bits_set(); } in operator >()
1906 simdutf_really_inline simd8<bool> operator<(const simd8<uint8_t> other) const { return this->lt_bits(other).any_bits_set(); } in operator <()
1911 simdutf_really_inline simd8<bool> any_bits_set() const { return ~this->bits_not_set(); } in any_bits_set() function
1912 simdutf_really_inline simd8<bool> any_bits_set(simd8<uint8_t> bits) const { return ~this->bits_not_set(bits); } in any_bits_set() function
2172 simdutf_really_inline simd16<bool> operator>(const simd16<uint16_t> other) const { return this->gt_bits(other).any_bits_set(); } in operator >()
2173 simdutf_really_inline simd16<bool> operator<(const simd16<uint16_t> other) const { return this->gt_bits(other).any_bits_set(); } in operator <()
2178 simdutf_really_inline simd16<bool> any_bits_set() const { return ~this->bits_not_set(); } in any_bits_set() function
2179 simdutf_really_inline simd16<bool> any_bits_set(simd16<uint16_t> bits) const { return ~this->bits_not_set(bits); } in any_bits_set() function
2796 simdutf_really_inline simd8<bool> operator>(const simd8<uint8_t> other) const { return this->gt_bits(other).any_bits_set(); } in operator >()
2802 simdutf_really_inline simd8<bool> any_bits_set() const { return ~this->bits_not_set(); } any_bits_set() function
2803 simdutf_really_inline simd8<bool> any_bits_set(simd8<uint8_t> bits) const { return ~this->bits_not_set(bits); } any_bits_set() function
2861 simdutf_really_inline simd8<bool> any_bits_set() const { return ~this->bits_not_set(); } any_bits_set() function
3143 simdutf_really_inline simd16<bool> any_bits_set() const { return ~this->bits_not_set(); } any_bits_set() function
3144 simdutf_really_inline simd16<bool> any_bits_set(simd16<uint16_t> bits) const { return ~this->bits_not_set(bits); } any_bits_set() function
3778 simdutf_really_inline simd8<bool> any_bits_set() const { any_bits_set() function
3781 simdutf_really_inline simd8<bool> any_bits_set(simd8<uint8_t> bits) const { any_bits_set() function
[all...]

Completed in 14 milliseconds