Searched refs:te1 (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dtytypes.c413 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 ) argument
415 if (te1->cuOff < te2->cuOff) return -1;
416 if (te1->cuOff > te2->cuOff) return 1;
480 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 ) argument
483 if (te1->tag < te2->tag) return -1;
484 if (te1->tag > te2->tag) return 1;
485 switch (te1->tag) {
489 r = UWord__cmp(te1->Te.INDIR.indR, te2->Te.INDIR.indR);
492 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown);
494 r = Long__cmp(te1
[all...]
H A Dpriv_tytypes.h162 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 );
166 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 );
/external/opencv/ml/src/
H A Dmlestimate.cpp167 double te, te1;
211 te1 = responses_fl[*data * step];
212 sum_c += te1;
214 sum_cc += te1 * te1;
216 sum_cp += te1 * te;
217 te -= te1;
230 te1 = responses_i[*data * step];
231 sum_c += te1;
233 sum_cc += te1 * te
[all...]
/external/iproute2/include/uapi/linux/
H A Dif.h216 te1_settings *te1; member in union:if_settings::__anon8544
/external/kernel-headers/original/uapi/linux/
H A Dif.h218 te1_settings __user *te1; member in union:if_settings::__anon9523
/external/valgrind/include/vki/
H A Dvki-linux.h808 void /*te1_settings */__user *te1; member in union:vki_if_settings::__anon29445

Completed in 353 milliseconds