Searched defs:lu (Results 1 - 16 of 16) sorted by relevance

/external/iproute2/ip/
H A Diplink_macvlan.c37 static int macvlan_parse_opt(struct link_util *lu, int argc, char **argv, argument
69 static void macvlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
H A Dlink_veth.c27 static int veth_parse_opt(struct link_util *lu, int argc, char **argv, argument
H A Diplink_can.c97 static int can_parse_opt(struct link_util *lu, int argc, char **argv, argument
196 static void can_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
260 static void can_print_xstats(struct link_util *lu, argument
H A Diplink_vlan.c76 static int vlan_parse_opt(struct link_util *lu, int argc, char **argv, argument
176 static void vlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
H A Dlink_gre.c42 static int gre_parse_opt(struct link_util *lu, int argc, char **argv, argument
269 static void gre_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
H A Diplink.c409 struct link_util *lu = NULL; local
434 lu = get_link_kind(type);
435 if (lu && argc) {
439 if (lu->parse_opt &&
440 lu->parse_opt(lu, argc, argv, &req.n))
H A Dipaddress.c158 struct link_util *lu; local
170 lu = get_link_kind(kind);
171 if (!lu || !lu->print_opt)
175 struct rtattr *attr[lu->maxattr+1], **data = NULL;
178 parse_rtattr_nested(attr, lu->maxattr,
182 lu->print_opt(lu, fp, data);
185 lu->print_xstats)
186 lu
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DLU.h95 MatrixBase<Derived>::lu() const function in class:Eigen::MatrixBase
/external/eigen/test/
H A Dlu.cpp61 FullPivLU<MatrixType> lu; local
66 lu.setThreshold(RealScalar(0.01));
67 lu.compute(m1);
70 u = lu.matrixLU().template triangularView<Upper>();
73 = lu.matrixLU().block(0,0,rows,(std::min)(rows,cols));
75 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u);
77 KernelMatrixType m1kernel = lu.kernel();
78 ImageMatrixType m1image = lu.image(m1);
80 VERIFY_IS_APPROX(m1, lu
108 FullPivLU<MatrixType> lu; local
151 FullPivLU<MatrixType> lu; local
[all...]
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h229 /** \internal performs the LU decomposition in-place of the matrix \a lu
234 * of columns of the matrix \a lu, and an integer \a nb_transpositions
239 static Index unblocked_lu(MatrixType& lu, PivIndex* row_transpositions, PivIndex& nb_transpositions) argument
241 const Index rows = lu.rows();
242 const Index cols = lu.cols();
253 = lu.col(k).tail(rows-k).cwiseAbs().maxCoeff(&row_of_biggest_in_col);
262 lu.row(k).swap(lu.row(row_of_biggest_in_col));
266 // FIXME shall we introduce a safe quotient expression in cas 1/lu.coeff(k,k)
268 lu
374 partial_lu_inplace(MatrixType& lu, TranspositionType& row_transpositions, typename TranspositionType::Index& nb_transpositions) argument
490 MatrixBase<Derived>::lu() const function in class:Eigen::MatrixBase
[all...]
/external/openssl/crypto/x509/
H A Dby_dir.c100 static int new_dir(X509_LOOKUP *lu);
101 static void free_dir(X509_LOOKUP *lu);
156 static int new_dir(X509_LOOKUP *lu) argument
168 lu->method_data=(char *)a;
196 static void free_dir(X509_LOOKUP *lu) argument
200 a=(BY_DIR *)lu->method_data;
H A Dx509_lu.c236 X509_LOOKUP *lu; local
244 lu=sk_X509_LOOKUP_value(sk,i);
245 X509_LOOKUP_shutdown(lu);
246 X509_LOOKUP_free(lu);
261 X509_LOOKUP *lu; local
266 lu=sk_X509_LOOKUP_value(sk,i);
267 if (m == lu->method)
269 return lu;
273 lu=X509_LOOKUP_new(m);
274 if (lu
293 X509_LOOKUP *lu; local
[all...]
/external/icu4c/tools/toolutil/
H A Ducm.c92 const UChar32 *lu, *ru; local
101 lu=UCM_GET_CODE_POINTS(lTable, l);
113 result=lu[i]-ru[i];
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c67 LARGE_INTEGER lk, lu; local
79 lu.LowPart = u.dwLowDateTime;
80 lu.HighPart = u.dwHighDateTime;
81 *userTime = (long)(lu.QuadPart / 10000);
236 sprintf(timeStr, "%lu", (unsigned long) dir_stamp.tv_sec );
655 psprintf(impl->waveformFilename, L("%s-%04lu.wav"), impl->waveformFilename, (unsigned long) ++impl->waveformCounter);
/external/aac/libSBRenc/src/
H A Dmh_det.cpp154 UCHAR i, ll, lu, k; local
160 lu = pFreqBandTable[i+1];
165 for(k=ll;k<lu;k++){
218 INT lu = pFreqBandTable[i+1]; local
222 if(lu - ll > 1){
224 invBands = GetInvInt(lu-ll);
230 for(j= ll; j<lu; j++) {
687 INT i,j,ll, lu; local
724 lu = pFreqBandTable[i+1];
730 for(j= ll;j<lu;
958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; local
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp308 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); local
309 if (lu != set.contains(i)) {

Completed in 1432 milliseconds