/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gm107.asm | 41 $p0 iadd $r1 $r1 neg $r2 43 $p0 iadd $r0 $r0 0x1 45 $p0 iadd $r1 $r1 neg $r2 47 $p0 iadd $r0 $r0 0x1 91 $p0 iadd $r1 $r1 neg $r2 92 $p0 iadd $r0 $r0 0x1 95 $p0 iadd $r1 $r1 neg $r2 96 $p0 iadd $r0 $r0 0x1 223 iadd $r2 neg $r2 0x3ff 224 iadd $r4 $r2 $r3 [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | buffertotexture11_vs.h | 63 iadd o1.y, cb0[3].x, r0.z 68 iadd o1.x, r0.y, r0.x
|
D | clear11multiviewgs.h | 42 iadd r0.x, r0.x, l(1)
|
D | passthrough3d11gs.h | 47 iadd r0.x, r0.x, l(1)
|
D | resolvecolor2dps.h | 51 iadd r0.x, r0.x, l(1)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | buffertotexture11_vs.h | 63 iadd o1.y, cb0[3].x, r0.z 68 iadd o1.x, r0.y, r0.x
|
D | clear11multiviewgs.h | 42 iadd r0.x, r0.x, l(1)
|
D | passthrough3d11gs.h | 47 iadd r0.x, r0.x, l(1)
|
D | resolvecolor2dps.h | 47 iadd r0.x, r0.x, l(1)
|
/third_party/python/Doc/library/ |
D | operator.rst | 14 from operator import itemgetter, iadd 450 ``x = operator.iadd(x, y)``. Another way to put it is to say that 451 ``z = operator.iadd(x, y)`` is equivalent to the compound statement 463 >>> iadd(a, ' world') 472 >>> iadd(s, [' ', 'w', 'o', 'r', 'l', 'd']) 477 .. function:: iadd(a, b) 480 ``a = iadd(a, b)`` is equivalent to ``a += b``.
|
/third_party/python/Lib/ |
D | operator.py | 333 def iadd(a, b): function 447 __iadd__ = iadd
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 117 def iadd(mock): function 119 self.assertRaises(TypeError, iadd, mock)
|
/third_party/boost/boost/python/ |
D | operators.hpp | 305 BOOST_PYTHON_INPLACE_OPERATOR(iadd,+=)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 89 IOP(iadd, ADD, 0_X_1),
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_uniform_atomics.c | 65 OP(add, iadd) in parse_atomic_op()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 248 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 173 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 204 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 774 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
|
/third_party/python/Lib/test/ |
D | test_operator.py | 481 self.assertEqual(operator.iadd (c, 5), "iadd")
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …iadd=function(t){var e,r,n;if(0!==this.negative&&0===t.negative)return this.negative=0,e=this.isub…
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 740 ALU_CASE(iadd, iadd); in emit_alu()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 616 - pan/bi: Add dummy carry/borrow argument for iadd/isub 4418 - nir/algebraic: distribute imul(iadd(a, b), c) when b and c are constants
|
D | 21.2.0.rst | 398 - agx: Add iadd/imad integer arithmetic 405 - agx: Implement limited case of i2i16/i2i32 as iadd
|
D | 21.1.0.rst | 2609 - nir/lower_int64: Add lowering for 64-bit iadd shuffle/reduce 5362 - nir: Add new nir_builder helpers for iadd with no_unsigned_wrap.
|