/external/curl/tests/data/ |
test807 | 6 LSUB 15 * LSUB () "/" /807/blurdybloop
16 * LSUB (\Noselect) "/" /807/foo
17 * LSUB () "/" /807/foo/bar
28 IMAP LSUB mailbox 31 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *' 41 A003 LSUB "807" *
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_kernel_bmod.h | 26 * \param lsub compressed row subscripts of supernodes 27 * \param lptr pointer to the first column of the current supernode in lsub 35 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 41 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) 52 irow = lsub(isub); 80 irow = lsub(isub++); 87 irow = lsub(isub++); 96 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 102 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) 105 Scalar f = dense(lsub(lptr + no_zeros)) [all...] |
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); 113 dfs_kernel(jcol, perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent, 141 * glu.lsub from previous supernode. Note we only store 156 glu.lsub(ito) = glu.lsub(ifrom);
|
SparseLU_Utils.h | 45 * \brief Fix up the data storage lsub for L-subscripts. 67 glu.lsub(nextl) = perm_r(glu.lsub(j)); // Now indexed into P*A
|
SparseLU_pruneL.h | 83 if (glu.lsub(krow) == pivrow) 101 if (perm_r(glu.lsub(kmax)) == emptyIdxLU) 103 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU) 109 std::swap(glu.lsub(kmin), glu.lsub(kmax));
|
SparseLU_panel_bmod.h | 128 Index irow = glu.lsub(isub); 173 Index irow = glu.lsub(isub++); 181 Index irow = glu.lsub(isub++); 209 if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 210 else if(segsize==2) LU_kernel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 211 else if(segsize==3) LU_kernel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 212 else LU_kernel_bmod<Dynamic>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros);
|
SparseLU_column_bmod.h | 105 LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 107 LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 129 irow = glu.lsub(isub);
|
SparseLU_copy_to_ucol.h | 86 irow = glu.lsub(isub);
|
SparseLU_Memory.h | 183 || (expand<IndexVector> (glu.lsub, glu.nzlmax, 0, 0, num_expansions)<0) 192 } while (!glu.lusup.size() || !glu.ucol.size() || !glu.lsub.size() || !glu.usub.size());
|
SparseLU_panel_dfs.h | 53 void mem_expand(IndexVector& /*glu.lsub*/, Index /*nextl*/, Index /*chmark*/) {} 111 Index kchild = glu.lsub(xdfs);
|
/external/llvm/test/CodeGen/XCore/ |
ladd_lsub_combine.ll | 16 ; Only needs one lsub and one neg 26 ; CHECK-NEXT: lsub r1, r0, r1, r0, r2 56 ; Should compile to one lsub and one sub 65 ; CHECK-NEXT: lsub r2, r0, r0, r2, r3
|
addsub64.ll | 18 ; CHECK-NEXT: lsub r2, r0, r0, r2, r11 19 ; CHECK-NEXT: lsub r2, r1, r1, r3, r2
|
/dalvik/dx/tests/101-verify-wide-math/ |
op_lsub.j | 24 lsub
|
run | 52 oneop lsub
|
expected.txt | 50 lsub: expected failure occurred
|
/external/curl/docs/examples/ |
imap-lsub.c | 45 /* Set the LSUB command. Note the syntax is very similar to that of a LIST 47 curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "LSUB \"\" *");
|
Makefile.inc | 32 imap-list imap-lsub imap-fetch imap-store imap-append imap-examine \
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapConstants.java | 66 public static final String LSUB = "LSUB";
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapConstants.java | 66 public static final String LSUB = "LSUB";
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 139 "lsub", /* 101*/
|
Opcode.java | 209 int LSUB = 101; 345 -2, // lsub, 101
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
InsnNode.java | 53 * FADD, DADD, ISUB, LSUB, FSUB, DSUB, IMUL, LMUL, FMUL, DMUL, IDIV,
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 57 // Corresponds to LSUB instruction 58 LSUB,
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 261 lsub
|