Searched refs:ixor (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/ |
D | operator.py | 401 def ixor(a, b): function 460 __ixor__ = ixor
|
/external/python/pybind11/include/pybind11/ |
D | operators.h | 146 PYBIND11_INPLACE_OPERATOR(ixor, operator^=, l ^= r)
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 117 IOP(ixor, XOR, 0_X_1),
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_uniform_atomics.c | 72 OP(xor, ixor) in parse_atomic_op()
|
/external/python/cpython3/Doc/library/ |
D | operator.rst | 556 .. function:: ixor(a, b) 559 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 436 .. function:: ixor(a, b) 439 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
|
/external/python/cpython2/Modules/ |
D | operator.c | 416 spam2(ixor,__ixor__, "a = ixor(a, b) -- Same as a ^= b.")
|
/external/python/cpython2/Lib/test/ |
D | test_operator.py | 503 self.assertEqual(operator.ixor (c, 5), "ixor")
|
/external/python/cpython3/Lib/test/ |
D | test_operator.py | 481 self.assertEqual(operator.ixor (c, 5), "ixor")
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 734 ALU_CASE(ixor, ixor); in emit_alu()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 760 - pan/bi: Handle iand/ior/ixor in NIR->BIR
|
D | 20.2.0.rst | 3536 - zink: handle ixor in ntv
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 7265 CASEI(ixor) in get_reduce_op()
|