Searched defs:bitwise_or (Results 1 – 5 of 5) sorted by relevance
44 void bitwise_or(const KMPAffinity::Mask *rhs) override { in bitwise_or() function277 void bitwise_or(const KMPAffinity::Mask *rhs) override { in bitwise_or() function407 void bitwise_or(const KMPAffinity::Mask *rhs) override { in bitwise_or() function
689 virtual void bitwise_or(const Mask *rhs) {} in bitwise_or() function
59 def bitwise_or(lst): function
563 def bitwise_or(x1, x2): function
1975 void ShaderCore::bitwise_or(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in bitwise_or() function in sw::ShaderCore