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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 62 * (xusub,ucol,usub): ucol[*] stores the numerical values of
64 * subscript of nonzero ucol[k] is stored in usub[k].
65 * xusub[i] points to the starting location of column i in ucol.
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
87 ScalarVector ucol; // nonzero values of U ordered by columns member in struct:Eigen::internal::LU_GlobalLU_t
88 IndexVector usub; // row indices of U columns in ucol
89 IndexVector xusub; // Pointers to the beginning of each column of U in ucol
90 Index nzumax; // Current max size of ucol
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 355 uint8_t *ucol = (uint8_t *)urow; local
360 uint64_t U = *ucol;
375 ucol += ucolInc;
  /external/icu/icu4c/source/test/cintltst/
citertst.c 24 #include "unicode/ucol.h"
1188 UCollator* ucol = ucol_open(tsceItemPtr->locale, &status); local
    [all...]
usrchtst.c 2740 UCollator* ucol = ucol_open(tuscItemPtr->locale, &status); local
    [all...]
cmsccoll.c 23 #include "unicode/ucol.h"
4030 UCollator* ucol; local
4091 UCollator *ucol; local
4130 UCollator* ucol; local
5805 UCollator * ucol = ucol_open("root", &status); local
    [all...]

Completed in 9410 milliseconds