HomeSort by relevance Sort by last modified time
    Searched refs:isub (Results 1 - 25 of 47) sorted by null

1 2

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h 78 Index isub, icol, itemp, k; local
79 for (isub = nsupc; isub < nsupr; ++isub) {
81 rtemp = abs(lu_col_ptr[isub]);
84 pivptr = isub;
86 if (lsub_ptr[isub] == diagind) diag = isub;
SparseLU_copy_to_ucol.h 60 Index kfnz, isub, segsize; local
73 isub = glu.xlsub(fsupc) + kfnz - fsupc;
87 irow = glu.lsub(isub);
92 isub++;
SparseLU_kernel_bmod.h 46 Index isub = lptr + no_zeros; local
51 irow = lsub(isub);
53 ++isub;
76 isub = lptr + no_zeros;
79 irow = lsub(isub++);
86 irow = lsub(isub++);
SparseLU_panel_bmod.h 123 Index isub = lptr + no_zeros; local
128 Index irow = glu.lsub(isub);
130 ++isub;
168 Index isub = lptr + no_zeros; local
173 Index irow = glu.lsub(isub++);
181 Index irow = glu.lsub(isub++);
SparseLU_column_bmod.h 57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local
128 for (isub = glu.xlsub(fsupc); isub < glu.xlsub(fsupc+1); isub++)
130 irow = glu.lsub(isub);
  /dalvik/dx/tests/102-verify-nonwide-math/
run 49 oneop isub
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelephoneNumber.java 44 public static final String ISUB = ParameterNames.ISUB;
90 return (String) parameters.getValue(ISUB);
113 return hasParm(ISUB);
134 deleteParm(ISUB);
171 * @param isub String to set
173 public void setIsdnSubaddress(String isub) {
174 setParm(ISUB, isub);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 537 // 'isub' (or 'ext') MUST appear first, but we accept any order here
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 161 isub
ops.d 172 8a: 64 isub
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_operator.py 477 def __isub__ (self, other): return "isub"
492 self.assertEqual(operator.isub (c, 5), "isub")
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 281 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
  /external/swiftshader/src/Shader/
ShaderCore.hpp 268 void isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
PixelProgram.cpp 172 case Shader::OPCODE_ISUB: isub(d, s0, s1); break;
    [all...]
VertexProgram.cpp 286 case Shader::OPCODE_ISUB: isub(d, s0, s1); break;
    [all...]
ShaderCore.cpp 708 void ShaderCore::isub(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_operator.py 477 def __isub__ (self, other): return "isub"
492 self.assertEqual(operator.isub (c, 5), "isub")
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_operator.py 477 def __isub__ (self, other): return "isub"
492 self.assertEqual(operator.isub (c, 5), "isub")
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 477 def __isub__ (self, other): return "isub"
492 self.assertEqual(operator.isub (c, 5), "isub")
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 477 def __isub__ (self, other): return "isub"
492 self.assertEqual(operator.isub (c, 5), "isub")
507 self.assertEqual(operator.__isub__ (c, 5), "isub")
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 462 ADD_OPATOMIC_CASE_1(isub, "%unused = OpAtomicISub %i32 %outloc %one %zero %inval\n", { expected -= input; } );
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1788 milliseconds

1 2