HomeSort by relevance Sort by last modified time
    Searched full:lptr (Results 1 - 20 of 20) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_kernel_bmod.h 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)
47 Index isub = lptr + no_zeros;
77 isub = lptr + no_zeros;
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));
108 const /*typename IndexVector::Scalar*/Index* irow(lsub.data()+lptr + no_zeros + 1);
SparseLU_panel_bmod.h 64 Index lptr; // points to the row subscripts of a supernode local
83 lptr = glu.xlsub(fsupc);
123 Index isub = lptr + no_zeros;
168 Index isub = lptr + no_zeros;
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 56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local
89 lptr = glu.xlsub(fsupc) + d_fsupc;
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);
156 lptr = glu.xlsub(fsupc) + d_fsupc;
SparseLU_pivotL.h 65 Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this supernode portion local
66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode
70 Index* lsub_ptr = &(glu.lsub.data()[lptr]); // Start of row indices of the supernode
  /external/llvm/test/CodeGen/X86/
x86-64-mem.ll 13 @lptr = internal global i32* null ; <i32**> [#uses=1]
31 store i32* getelementptr ([500 x i32]* @ldst, i32 0, i32 0), i32** @lptr
abi-isel.ll 25 @lptr = internal global i32* null
710 store i32* getelementptr ([131072 x i32]* @ldst, i32 0, i32 0), i32** @lptr, align 8
713 ; LINUX-64-STATIC: movq $ldst, lptr
717 ; LINUX-32-STATIC: movl $ldst, lptr
721 ; LINUX-32-PIC: movl $ldst, lptr
726 ; LINUX-64-PIC-NEXT: movq [[RAX]], lptr(%rip)
763 %0 = load i32** @lptr, align 8
769 ; LINUX-64-STATIC: movq lptr(%rip), %
775 ; LINUX-32-STATIC-NEXT: movl lptr, [[ECX:%e.x]]
781 ; LINUX-32-PIC-NEXT: movl lptr, [[ECX:%e.x]
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 200 const uchar *lptr, *lptr_sub, *rptr; local
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
229 int lval = lptr[0];
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep )
263 int lval = lptr[0];
407 const uchar *lptr, *lptr_sub, *rptr; local
430 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
433 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep
    [all...]
cvstereogc.cpp 496 const uchar* lptr = state->left->data.ptr + state->left->step*y; local
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background_test.extjs 40 assertEquals('L P T R', preprocess('LPTR'));
  /external/chromium_org/base/win/
metro.cc 71 wchar_t* dest = reinterpret_cast<wchar_t*>(LocalAlloc(LPTR, dest_size));
  /external/chromium_org/third_party/libxml/src/
chvalid.c 171 const xmlChLRange *lptr; local
198 lptr = rptr->longRange;
201 if (val < lptr[mid].low) {
204 if (val > lptr[mid].high) {
genUnicode.py 310 lptr = "NULL" variable
325 lptr = "xml%sL" % name variable
334 % (name, numshort, numlong, sptr, lptr))
  /external/libxml2/
chvalid.c 171 const xmlChLRange *lptr; local
198 lptr = rptr->longRange;
201 if (val < lptr[mid].low) {
204 if (val > lptr[mid].high) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 291 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
292 char *ndoc = (char*)malloc(ldoc + lptr + 10);
299 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
  /external/aac/libSYS/src/
wav_file.cpp 264 LONG *lptr = (LONG*)buffer; local
295 *lptr++ = (LONG) tmp;
469 LONG *lptr = (LONG*)sampleBuffer; local
491 case 32: tmp = *lptr++; break;
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 746 llvm::Value *LPtr = Builder.CreateExtractValue(L, 0, "lhs.memptr.ptr");
751 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr");
756 llvm::Value *Zero = llvm::Constant::getNullValue(LPtr->getType());
757 llvm::Value *EqZero = Builder.CreateICmp(Eq, LPtr, Zero, "cmp.ptr.null");
768 llvm::Value *One = llvm::ConstantInt::get(LPtr->getType(), 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.a     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 480 #define LPTR (LMEM_FIXED | LMEM_ZEROINIT)
    [all...]

Completed in 565 milliseconds