/external/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
|
/external/python/cpython3/Doc/library/ |
D | operator.rst | 14 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/ |
D | fm.c | 81 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/ |
D | operator.py | 337 def iadd(a, b): function 451 __iadd__ = iadd
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 314 ``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/ |
D | qe.c | 357 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/ |
D | testmagicmethods.py | 115 def iadd(mock): function 117 self.assertRaises(TypeError, iadd, mock)
|
/external/python/mock/mock/tests/ |
D | testmagicmethods.py | 143 def iadd(mock): function 145 self.assertRaises(TypeError, iadd, mock)
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | optnone-simple.ll | 10 ; int iadd(int a, int b){ return a + b; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/ |
D | optnone-simple.ll | 10 ; int iadd(int a, int b){ return a + b; }
|
/external/u-boot/include/ |
D | fsl_fman.h | 373 u32 iadd; /* instruction address register */ member
|
/external/u-boot/include/linux/ |
D | immap_qe.h | 40 u32 iadd; /* I-RAM Address Register */ member
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/ |
D | issue1003.java.txt | 957 // 1245: iadd 961 // 1251: iadd 965 // 1257: iadd
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 252 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 158 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 175 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 760 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 252 void iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 165 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 175 case Shader::OPCODE_IADD: iadd(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 760 void ShaderCore::iadd(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in iadd() function in sw::ShaderCore
|
/external/python/cpython2/Modules/ |
D | operator.c | 406 spam2(iadd,__iadd__, "a = iadd(a, b) -- Same as a += b.")
|
/external/python/cpython2/Lib/test/ |
D | test_operator.py | 491 self.assertEqual(operator.iadd (c, 5), "iadd")
|
/external/python/cpython3/Lib/test/ |
D | test_operator.py | 449 self.assertEqual(operator.iadd (c, 5), "iadd")
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 2509 texttt{iadd} 2838 texttt{iadd}
|