Home
last modified time | relevance | path

Searched defs:bitwise (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/
D__init__.py53 from tensorflow.python.ops import bitwise_ops as bitwise unknown
/external/python/cpython2/Doc/reference/
Dexpressions.rst1026 .. _bitwise: target in Shifting operations
/external/python/cpython3/Doc/reference/
Dexpressions.rst1303 .. _bitwise: target in Shifting operations
/external/python/cpython3/Tools/clinic/
Dclinic.py2833 def converter_init(self, *, bitwise=False): argument
2927 def converter_init(self, *, bitwise=False): argument
2999 def converter_init(self, *, bitwise=False): argument
3046 def converter_init(self, *, bitwise=False): argument
3090 def converter_init(self, *, bitwise=False): argument
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h335 enum bi_bitwise_op bitwise; member
356 struct bi_bitwise bitwise; member
/external/iptables/iptables/
Dnft-shared.h73 } bitwise; member
Dnft-shared.c168 bool bitwise = false; in add_addr() local