Home
last modified time | relevance | path

Searched refs:iadd (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgm107.asm41 $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/
Dbuffertotexture11_vs.h63 iadd o1.y, cb0[3].x, r0.z
68 iadd o1.x, r0.y, r0.x
Dclear11multiviewgs.h42 iadd r0.x, r0.x, l(1)
Dpassthrough3d11gs.h47 iadd r0.x, r0.x, l(1)
Dresolvecolor2dps.h51 iadd r0.x, r0.x, l(1)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dbuffertotexture11_vs.h63 iadd o1.y, cb0[3].x, r0.z
68 iadd o1.x, r0.y, r0.x
Dclear11multiviewgs.h42 iadd r0.x, r0.x, l(1)
Dpassthrough3d11gs.h47 iadd r0.x, r0.x, l(1)
Dresolvecolor2dps.h47 iadd r0.x, r0.x, l(1)
/third_party/python/Doc/library/
Doperator.rst14 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/
Doperator.py333 def iadd(a, b): function
447 __iadd__ = iadd
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py117 def iadd(mock): function
119 self.assertRaises(TypeError, iadd, mock)
/third_party/boost/boost/python/
Doperators.hpp305 BOOST_PYTHON_INPLACE_OPERATOR(iadd,+=)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c89 IOP(iadd, ADD, 0_X_1),
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c65 OP(add, iadd) in parse_atomic_op()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp248 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp173 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
DPixelProgram.cpp204 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
DShaderCore.cpp774 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
/third_party/python/Lib/test/
Dtest_operator.py481 self.assertEqual(operator.iadd (c, 5), "iadd")
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1iadd=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/
Dmidgard_compile.c740 ALU_CASE(iadd, iadd); in emit_alu()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst616 - 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
D21.2.0.rst398 - agx: Add iadd/imad integer arithmetic
405 - agx: Implement limited case of i2i16/i2i32 as iadd
D21.1.0.rst2609 - nir/lower_int64: Add lowering for 64-bit iadd shuffle/reduce
5362 - nir: Add new nir_builder helpers for iadd with no_unsigned_wrap.

12