Home
last modified time | relevance | path

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

12

/external/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
/external/python/cpython3/Doc/library/
Doperator.rst14 from operator import itemgetter, iadd
447 ``x = operator.iadd(x, y)``. Another way to put it is to say that
448 ``z = operator.iadd(x, y)`` is equivalent to the compound statement
460 >>> iadd(a, ' world')
469 >>> iadd(s, [' ', 'w', 'o', 'r', 'l', 'd'])
474 .. function:: iadd(a, b)
477 ``a = iadd(a, b)`` is equivalent to ``a += b``.
/external/u-boot/drivers/net/fm/
Dfm.c81 out_be32(&imem->iadd, IRAM_IADD_AIE); in fm_upload_ucode()
87 out_be32(&imem->iadd, 0); in fm_upload_ucode()
/external/python/cpython3/Lib/
Doperator.py337 def iadd(a, b): function
451 __iadd__ = iadd
/external/python/cpython2/Doc/library/
Doperator.rst314 ``x = operator.iadd(x, y)``. Another way to put it is to say that
315 ``z = operator.iadd(x, y)`` is equivalent to the compound statement
318 .. function:: iadd(a, b)
321 ``a = iadd(a, b)`` is equivalent to ``a += b``.
/external/u-boot/drivers/qe/
Dqe.c357 out_be32(&qe_immr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in qe_upload_microcode()
679 out_be32(&qe_immrr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in u_qe_firmware_resume()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py115 def iadd(mock): function
117 self.assertRaises(TypeError, iadd, mock)
/external/python/mock/mock/tests/
Dtestmagicmethods.py143 def iadd(mock): function
145 self.assertRaises(TypeError, iadd, mock)
/external/llvm/test/Transforms/FunctionAttrs/
Doptnone-simple.ll10 ; int iadd(int a, int b){ return a + b; }
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Doptnone-simple.ll10 ; int iadd(int a, int b){ return a + b; }
/external/u-boot/include/
Dfsl_fman.h373 u32 iadd; /* instruction address register */ member
/external/u-boot/include/linux/
Dimmap_qe.h40 u32 iadd; /* I-RAM Address Register */ member
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/
Dissue1003.java.txt957 // 1245: iadd
961 // 1251: iadd
965 // 1257: iadd
/external/swiftshader/src/Pipeline/
DShaderCore.hpp252 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp158 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
DPixelProgram.cpp175 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
DShaderCore.cpp760 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.hpp252 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp165 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
DPixelProgram.cpp175 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
DShaderCore.cpp760 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
/external/python/cpython2/Modules/
Doperator.c406 spam2(iadd,__iadd__, "a = iadd(a, b) -- Same as a += b.")
/external/python/cpython2/Lib/test/
Dtest_operator.py491 self.assertEqual(operator.iadd (c, 5), "iadd")
/external/python/cpython3/Lib/test/
Dtest_operator.py449 self.assertEqual(operator.iadd (c, 5), "iadd")
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx2509 texttt{iadd}
2838 texttt{iadd}

12