Searched refs:ub2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dstandard.h14 typedef unsigned short int ub2; typedef
H A Dperfect.h96 ub2 val_b; /* hash=a^tabb[b].val_b */
115 ub2 newval_q; /* what to change parent tab[b] to to use this hash */
116 ub2 oldval_q; /* original value of tab[b] */
H A Dperfect.c516 tabq[tail].newval_q = (ub2)i; /* how to make parent (myb) use this hash */
/external/opencv/ml/src/
H A Dmlsvm.cpp906 double ub1 = DBL_MAX, ub2 = DBL_MAX; local
931 ub2 = MIN( ub2, G_i );
943 r2 = nr_free2 > 0 ? sum_free2/nr_free2 : (ub2 + lb2)*0.5;

Completed in 320 milliseconds