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.c1498 #define PARSE_DIGITS(num, cur, num_type) \ argument
1500 num_type = -1; \
1520 #define PARSE_NUM(num, cur, num_type) \ argument
1522 PARSE_DIGITS(num, cur, num_type); \
1523 if (!num_type && (*cur == '.')) { \
1527 num_type = -1; \
1529 num_type = 1; \
1781 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in xmlSchemaValidateDuration() local
1824 PARSE_NUM(num, cur, num_type); in xmlSchemaValidateDuration()
1826 if ((num_type == -1) || (*cur == 0)) in xmlSchemaValidateDuration()
[all …]