OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ub2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
standard.h
14
typedef unsigned short int
ub2
;
typedef
perfect.h
96
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] */
perfect.c
516
tabq[tail].newval_q = (
ub2
)i; /* how to make parent (myb) use this hash */
[
all
...]
/external/opencv/ml/src/
mlsvm.cpp
906
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;
[
all
...]
Completed in 965 milliseconds