Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
D__init__.py76 bitwise_not = invert variable
/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp125 bitwise_not(const R & t) noexcept { in bitwise_not() function
209 constexpr checked_result<R> bitwise_not(const R & t) noexcept { in bitwise_not() function
Dchecked_integer.hpp804 constexpr static checked_result<R> bitwise_not(const R & t){ in bitwise_not() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1967 void ShaderCore::bitwise_not(Vector4f &dst, const Vector4f &src) in bitwise_not() function in sw::ShaderCore