Home
last modified time | relevance | path

Searched defs:bits_not_set (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
Dsimdutf.cpp919 simdutf_really_inline simd16<bool> bits_not_set() const { return *this == uint16_t(0); } in bits_not_set() function
1909 simdutf_really_inline simd8<bool> bits_not_set() const { return *this == uint8_t(0); } in bits_not_set() function
1910 …simdutf_really_inline simd8<bool> bits_not_set(simd8<uint8_t> bits) const { return (*this & bits).… in bits_not_set() function
2176 simdutf_really_inline simd16<bool> bits_not_set() const { return *this == uint16_t(0); } in bits_not_set() function
2177 …simdutf_really_inline simd16<bool> bits_not_set(simd16<uint16_t> bits) const { return (*this & bit… in bits_not_set() function
2800 simdutf_really_inline simd8<bool> bits_not_set() const { return *this == uint8_t(0); } in bits_not_set() function
2801 …simdutf_really_inline simd8<bool> bits_not_set(simd8<uint8_t> bits) const { return (*this & bits).… in bits_not_set() function
2860 simdutf_really_inline simd8<bool> bits_not_set() const { return *this == uint16_t(0); } in bits_not_set() function
3141 simdutf_really_inline simd16<bool> bits_not_set() const { return *this == uint16_t(0); } in bits_not_set() function
3142 …simdutf_really_inline simd16<bool> bits_not_set(simd16<uint16_t> bits) const { return (*this & bit… in bits_not_set() function
[all …]