Home
last modified time | relevance | path

Searched refs:ixor (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/
Doperator.py401 def ixor(a, b): function
460 __ixor__ = ixor
/external/python/pybind11/include/pybind11/
Doperators.h146 PYBIND11_INPLACE_OPERATOR(ixor, operator^=, l ^= r)
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c117 IOP(ixor, XOR, 0_X_1),
/external/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c72 OP(xor, ixor) in parse_atomic_op()
/external/python/cpython3/Doc/library/
Doperator.rst556 .. function:: ixor(a, b)
559 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
/external/python/cpython2/Doc/library/
Doperator.rst436 .. function:: ixor(a, b)
439 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
/external/python/cpython2/Modules/
Doperator.c416 spam2(ixor,__ixor__, "a = ixor(a, b) -- Same as a ^= b.")
/external/python/cpython2/Lib/test/
Dtest_operator.py503 self.assertEqual(operator.ixor (c, 5), "ixor")
/external/python/cpython3/Lib/test/
Dtest_operator.py481 self.assertEqual(operator.ixor (c, 5), "ixor")
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c734 ALU_CASE(ixor, ixor); in emit_alu()
/external/mesa3d/docs/relnotes/
D20.1.0.rst760 - pan/bi: Handle iand/ior/ixor in NIR->BIR
D20.2.0.rst3536 - zink: handle ixor in ntv
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7265 CASEI(ixor) in get_reduce_op()