/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_pivotL.h | 78 Index isub, icol, itemp, k; in pivotL() local 79 for (isub = nsupc; isub < nsupr; ++isub) { in pivotL() 81 rtemp = abs(lu_col_ptr[isub]); in pivotL() 84 pivptr = isub; in pivotL() 86 if (lsub_ptr[isub] == diagind) diag = isub; in pivotL()
|
D | SparseLU_copy_to_ucol.h | 60 Index kfnz, isub, segsize; in copy_to_ucol() local 73 isub = glu.xlsub(fsupc) + kfnz - fsupc; in copy_to_ucol() 87 irow = glu.lsub(isub); in copy_to_ucol() 92 isub++; in copy_to_ucol()
|
D | SparseLU_kernel_bmod.h | 46 Index isub = lptr + no_zeros; in run() local 51 irow = lsub(isub); in run() 53 ++isub; in run() 76 isub = lptr + no_zeros; in run() 79 irow = lsub(isub++); in run() 86 irow = lsub(isub++); in run()
|
D | SparseLU_column_bmod.h | 57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local 128 for (isub = glu.xlsub(fsupc); isub < glu.xlsub(fsupc+1); isub++) in column_bmod() 130 irow = glu.lsub(isub); in column_bmod()
|
D | SparseLU_panel_bmod.h | 123 Index isub = lptr + no_zeros; in panel_bmod() local 128 Index irow = glu.lsub(isub); in panel_bmod() 130 ++isub; in panel_bmod() 168 Index isub = lptr + no_zeros; in panel_bmod() local 173 Index irow = glu.lsub(isub++); in panel_bmod() 181 Index irow = glu.lsub(isub++); in panel_bmod()
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | TelephoneNumber.java | 173 public void setIsdnSubaddress(String isub) { in setIsdnSubaddress() argument 174 setParm(ISUB, isub); in setIsdnSubaddress()
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 419 .. function:: isub(a, b) 422 ``a = isub(a, b)`` is equivalent to ``a -= b``.
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 235 void isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
D | VertexProgram.cpp | 301 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 172 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in applyShader()
|
D | ShaderCore.cpp | 617 void ShaderCore::isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in isub() function in sw::ShaderCore
|
/external/python/cpython2/Modules/ |
D | operator.c | 407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
|
/external/python/cpython2/Lib/test/ |
D | test_operator.py | 501 self.assertEqual(operator.isub (c, 5), "isub")
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 450 …ADD_OPATOMIC_CASE_1(isub, "%unused = OpAtomicISub %i32 %outloc %one %zero %inval\n", { expected… in createOpAtomicGroup()
|
/external/deqp/external/vulkancts/mustpass/1.0.0/ |
D | vk-default.txt | 63834 dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.isub
|
/external/deqp/android/cts/nyc/ |
D | vk-master.txt | 64393 dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.isub
|
/external/deqp/android/cts/nyc/src/ |
D | vk-master.txt | 61921 dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.isub
|
/external/deqp/external/vulkancts/mustpass/1.0.0/src/ |
D | master.txt | 61362 dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.isub
|