Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h48 void bitwise_not() override { hwloc_bitmap_not(mask, mask); } in bitwise_not() function
282 void bitwise_not() override { in bitwise_not() function
412 void bitwise_not() override { in bitwise_not() function
Dkmp.h691 virtual void bitwise_not() {} in bitwise_not() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py573 def bitwise_not(x): function
/external/swiftshader/src/Shader/
DShaderCore.cpp1967 void ShaderCore::bitwise_not(Vector4f &dst, const Vector4f &src) in bitwise_not() function in sw::ShaderCore