Home
last modified time | relevance | path

Searched refs:lptr (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_kernel_bmod.h35 … 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) in run() argument
47 Index isub = lptr + no_zeros; in run()
77 isub = lptr + no_zeros; in run()
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);
DSparseLU_panel_bmod.h64 Index lptr; // points to the row subscripts of a supernode in panel_bmod() local
83 lptr = glu.xlsub(fsupc); in panel_bmod()
123 Index isub = lptr + no_zeros; in panel_bmod()
168 Index isub = lptr + no_zeros; in panel_bmod()
209 …nel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
210 …nel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
211 …nel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
212 …d<Dynamic>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in panel_bmod()
DSparseLU_column_bmod.h56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
89 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
105 …LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zero… in column_bmod()
107 …l_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); in column_bmod()
156 lptr = glu.xlsub(fsupc) + d_fsupc; in column_bmod()
DSparseLU_pivotL.h65 …Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this … in pivotL() local
66 Index nsupr = glu.xlsub(fsupc+1) - lptr; // Number of rows in the supernode in pivotL()
70 Index* lsub_ptr = &(glu.lsub.data()[lptr]); // Start of row indices of the supernode in pivotL()
/external/libxml2/
Dchvalid.c171 const xmlChLRange *lptr; in xmlCharInRange() local
198 lptr = rptr->longRange; in xmlCharInRange()
201 if (val < lptr[mid].low) { in xmlCharInRange()
204 if (val > lptr[mid].high) { in xmlCharInRange()
/external/chromium_org/third_party/libxml/src/
Dchvalid.c171 const xmlChLRange *lptr; in xmlCharInRange() local
198 lptr = rptr->longRange; in xmlCharInRange()
201 if (val < lptr[mid].low) { in xmlCharInRange()
204 if (val > lptr[mid].high) { in xmlCharInRange()
DgenUnicode.py310 lptr = "NULL" variable
325 lptr = "xml%sL" % name variable
334 % (name, numshort, numlong, sptr, lptr))
/external/opencv/cv/src/
Dcvstereobm.cpp200 const uchar *lptr, *lptr_sub, *rptr; in icvFindStereoCorrespondenceBM_SSE2() local
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep; in icvFindStereoCorrespondenceBM_SSE2()
227 … for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep ) in icvFindStereoCorrespondenceBM_SSE2()
229 int lval = lptr[0]; in icvFindStereoCorrespondenceBM_SSE2()
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep; in icvFindStereoCorrespondenceBM_SSE2()
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep ) in icvFindStereoCorrespondenceBM_SSE2()
263 int lval = lptr[0]; in icvFindStereoCorrespondenceBM_SSE2()
407 const uchar *lptr, *lptr_sub, *rptr; in icvFindStereoCorrespondenceBM() local
430 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep; in icvFindStereoCorrespondenceBM()
433 … for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep ) in icvFindStereoCorrespondenceBM()
[all …]
Dcvstereogc.cpp496 const uchar* lptr = state->left->data.ptr + state->left->step*y; in icvComputeK() local
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 ); in icvComputeK()
/external/llvm/test/CodeGen/X86/
Dx86-64-mem.ll13 @lptr = internal global i32* null ; <i32**> [#uses=1]
31 store i32* getelementptr ([500 x i32]* @ldst, i32 0, i32 0), i32** @lptr
Dabi-isel.ll25 @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/aac/libSYS/src/
Dwav_file.cpp264 LONG *lptr = (LONG*)buffer; in WAV_InputRead() local
295 *lptr++ = (LONG) tmp; in WAV_InputRead()
469 LONG *lptr = (LONG*)sampleBuffer; in WAV_OutputWrite() local
491 case 32: tmp = *lptr++; break; in WAV_OutputWrite()
/external/clang/bindings/python/clang/
Dcindex.py2311 def visitor(fobj, lptr, depth, includes): argument
2313 loc = lptr.contents