Searched defs:bitwise_not (Results 1 – 4 of 4) sorted by relevance
76 bitwise_not = invert variable
125 bitwise_not(const R & t) noexcept { in bitwise_not() function209 constexpr checked_result<R> bitwise_not(const R & t) noexcept { in bitwise_not() function
804 constexpr static checked_result<R> bitwise_not(const R & t){ in bitwise_not() function
1967 void ShaderCore::bitwise_not(Vector4f &dst, const Vector4f &src) in bitwise_not() function in sw::ShaderCore