OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min3
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvcorrespond.cpp
74
float min1, min2,
min3
;
local
198
min3
= costTable[i + j_1 * row_size] + Occlusion * r_len;
205
if( min1 <
min3
)
212
cmin =
min3
;
220
if( min2 <
min3
)
227
cmin =
min3
;
/external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp
140
T
min3
(const T& v1, const T& v2, const T& v3)
function in namespace:WebCore::__anon13177
167
float left =
min3
(p0.x(), p1.x(), p2.x());
168
float top =
min3
(p0.y(), p1.y(), p2.y());
/external/expat/lib/
xmltok.c
1198
min3
= 0x800,
enumerator in enum:__anon5536
1208
if (c <
min3
) {
[
all
...]
Completed in 343 milliseconds