Searched refs:ixor (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/ |
D | operator.py | 401 def ixor(a, b): function 460 __ixor__ = ixor
|
/third_party/boost/boost/python/ |
D | operators.hpp | 313 BOOST_PYTHON_INPLACE_OPERATOR(ixor,^=)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 118 IOP(ixor, XOR, 0_X_1),
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_uniform_atomics.c | 72 OP(xor, ixor) in parse_atomic_op()
|
/third_party/python/Doc/library/ |
D | operator.rst | 557 .. function:: ixor(a, b) 560 ``a = ixor(a, b)`` is equivalent to ``a ^= b``.
|
/third_party/python/Lib/test/ |
D | test_operator.py | 493 self.assertEqual(operator.ixor (c, 5), "ixor")
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 820 ALU_CASE(ixor, ixor); in emit_alu()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 580 BINOP(ixor, xor); in agx_emit_alu()
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …ixor=function(t){return n(0==(this.negative|t.negative)),this.iuxor(t)},a.prototype.xor=function(t…
|
/third_party/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
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 7630 CASEI(ixor) in get_reduce_op()
|