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

1 2 3 4 5 6 7

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 27 * (xlsub,lsub): lsub[*] contains the compressed subscript of
29 * location of the j-th column in lsub[*]. Note that xlsub
34 * (xlsub,lsub) for the purpose of symmetric pruning. For each
37 * lsub[j], j=xlsub[s], .., xlsub[s+1]-1
41 * lsub[j], j=xlsub[t], .., xlsub[t+1]-1
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
82 IndexVector lsub; // Compressed row indices of L rectangular supernodes. member in struct:Eigen::internal::LU_GlobalLU_t
84 IndexVector xlsub; // pointers to the beginning of each column in lsub
85 Index nzlmax; // Current max size of lsub
    [all...]
SparseLU_column_dfs.h 50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark)
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);
115 dfs_kernel(StorageIndex(jcol), perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent,
143 * glu.lsub from previous supernode. Note we only store
158 glu.lsub(ito) = glu.lsub(ifrom);
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 209 int LSUB = 101;
345 -2, // lsub, 101
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 65 public static final String LSUB = "LSUB";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 66 public static final String LSUB = "LSUB";
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 57 // Corresponds to LSUB instruction
58 LSUB,
XCoreISelDAGToDAG.cpp 170 case XCoreISD::LSUB: {
XCoreISelLowering.cpp 58 case XCoreISD::LSUB : return "XCoreISD::LSUB";
746 XCoreISD::LSUB;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 54 // Corresponds to LSUB instruction
55 LSUB,
XCoreISelDAGToDAG.cpp 189 case XCoreISD::LSUB: {
XCoreISelLowering.cpp 54 case XCoreISD::LSUB : return "XCoreISD::LSUB";
731 XCoreISD::LSUB;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 128 public static final int LSUB = 0x65;
456 "65 - lsub;" +
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 193 testInsn(LSUB, true);
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
asm-5.0.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3.1/
asm-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 935 '-', DSUB, FSUB, LSUB, ISUB,
    [all...]
  /external/guice/lib/build/
asm-5.0.3.jar 
  /external/r8/deps/
asm-5.1.jar 

Completed in 381 milliseconds

1 2 3 4 5 6 7