Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp416 simdutf_really_inline bool any_bits_set_anywhere() const { return this->max_val() != 0; } in any_bits_set_anywhere() function
417 simdutf_really_inline bool any_bits_set_anywhere(simd8<uint8_t> bits) const { return (*this & bits).any_bits_set_anywhere(); } in any_bits_set_anywhere() function
1915 simdutf_really_inline bool any_bits_set_anywhere() const { return !bits_not_set_anywhere(); } in any_bits_set_anywhere() function
1917 simdutf_really_inline bool any_bits_set_anywhere(simd8<uint8_t> bits) const { return !bits_not_set_anywhere(bits); } in any_bits_set_anywhere() function
2182 simdutf_really_inline bool any_bits_set_anywhere() const { return !bits_not_set_anywhere(); } in any_bits_set_anywhere() function
2184 simdutf_really_inline bool any_bits_set_anywhere(simd16<uint16_t> bits) const { return !bits_not_set_anywhere(bits); } in any_bits_set_anywhere() function
2807 simdutf_really_inline bool any_bits_set_anywhere() const { return !bits_not_set_anywhere(); } in any_bits_set_anywhere() function
2809 simdutf_really_inline bool any_bits_set_anywhere(simd8<uint8_t> bits) const { return !bits_not_set_anywhere(bits); } in any_bits_set_anywhere() function
2864 simdutf_really_inline bool any_bits_set_anywhere() cons in bits_not_set_anywhere() function
2866 simdutf_really_inline bool any_bits_set_anywhere(simd8<uint16_t> bits) const { return !bits_not_set_anywhere(bits); } any_bits_set_anywhere() function
3147 simdutf_really_inline bool any_bits_set_anywhere() const { return !bits_not_set_anywhere(); } any_bits_set_anywhere() function
3149 simdutf_really_inline bool any_bits_set_anywhere(simd16<uint16_t> bits) const { return !bits_not_set_anywhere(bits); } any_bits_set_anywhere() function
3792 simdutf_really_inline bool any_bits_set_anywhere() const { any_bits_set_anywhere() function
3799 simdutf_really_inline bool any_bits_set_anywhere(simd8<uint8_t> bits) const { any_bits_set_anywhere() function
[all...]

Completed in 13 milliseconds