Home
last modified time | relevance | path

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

/third_party/python/Lib/
Doperator.py401 def ixor(a, b): function
460 __ixor__ = ixor
/third_party/boost/boost/python/
Doperators.hpp313 BOOST_PYTHON_INPLACE_OPERATOR(ixor,^=)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c118 IOP(ixor, XOR, 0_X_1),
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c72 OP(xor, ixor) in parse_atomic_op()
/third_party/python/Doc/library/
Doperator.rst557 .. function:: ixor(a, b)
560 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
/third_party/python/Lib/test/
Dtest_operator.py493 self.assertEqual(operator.ixor (c, 5), "ixor")
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c820 ALU_CASE(ixor, ixor); in emit_alu()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c580 BINOP(ixor, xor); in agx_emit_alu()
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1ixor=function(t){return n(0==(this.negative|t.negative)),this.iuxor(t)},a.prototype.xor=function(t…
/third_party/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
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7630 CASEI(ixor) in get_reduce_op()