HomeSort by relevance Sort by last modified time
    Searched refs:iwork (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h 57 IndexVector iwork(n);
61 iwork(post(i)) = post(et(i));
64 et = iwork;
SparseLU.h 406 IndexVector post, iwork; local
413 iwork.resize(m+1);
414 for (Index i = 0; i < m; ++i) iwork(post(i)) = post(m_etree(i));
415 m_etree = iwork;
  /external/libvorbis/lib/
psy.h 149 int **iwork,
mapping0.c 249 int **iwork = _vorbis_block_alloc(vb,vi->channels*sizeof(*iwork)); local
269 iwork[i]=_vorbis_block_alloc(vb,n/2*sizeof(**iwork));
623 int *ilogmask=iwork[i];
634 work[j]=FLOOR1_fromdB_LOOKUP[iwork[i][j]];
651 iwork,
662 work[j]=iwork[i][j];
677 couple_bundle[ch_in_bundle++]=iwork[j];
687 couple_bundle[ch_in_bundle++]=iwork[j]
    [all...]
psy.c 1012 int **iwork,
1073 int *iout = &iwork[k][i];
    [all...]

Completed in 4436 milliseconds