Home
last modified time | relevance | path

Searched refs:num_type (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvtemplmatch.cpp347 int num_type = method == CV_TM_CCORR || method == CV_TM_CCORR_NORMED ? 0 : in cvMatchTemplate() local
454 if( num_type != 1 ) in cvMatchTemplate()
489 if( num_type == 1 ) in cvMatchTemplate()
501 if( is_normed || num_type == 2 ) in cvMatchTemplate()
509 if( num_type == 2 ) in cvMatchTemplate()
/external/libxml2/
Dxmlschemastypes.c1502 #define PARSE_DIGITS(num, cur, num_type) \ argument
1504 num_type = -1; \
1524 #define PARSE_NUM(num, cur, num_type) \ argument
1526 PARSE_DIGITS(num, cur, num_type); \
1527 if (!num_type && (*cur == '.')) { \
1531 num_type = -1; \
1533 num_type = 1; \
1785 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in xmlSchemaValidateDuration() local
1828 PARSE_NUM(num, cur, num_type); in xmlSchemaValidateDuration()
1830 if ((num_type == -1) || (*cur == 0)) in xmlSchemaValidateDuration()
[all …]