Searched refs:num_type (Results 1 – 5 of 5) sorted by relevance
/external/grub/stage2/ |
D | tparm.c | 135 grub_bool num_type; member 193 stack[stack_ptr].num_type = TRUE; in npush() 205 if (stack[stack_ptr].num_type) in npop() 215 stack[stack_ptr].num_type = FALSE; in spush() 228 if (!stack[stack_ptr].num_type && stack[stack_ptr].data.str != 0) in spop()
|
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 347 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/chromium_org/third_party/libxslt/libexslt/ |
D | date.c | 701 #define PARSE_DIGITS(num, cur, num_type) \ argument 703 num_type = -1; \ 723 #define PARSE_NUM(num, cur, num_type) \ argument 725 PARSE_DIGITS(num, cur, num_type); \ 726 if (!num_type && (*cur == '.')) { \ 730 num_type = -1; \ 732 num_type = 1; \ 1003 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in exsltDateParseDuration() local 1022 PARSE_NUM(num, cur, num_type); in exsltDateParseDuration() 1024 if ((num_type == -1) || (*cur == 0)) in exsltDateParseDuration() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 1494 #define PARSE_DIGITS(num, cur, num_type) \ argument 1496 num_type = -1; \ 1516 #define PARSE_NUM(num, cur, num_type) \ argument 1518 PARSE_DIGITS(num, cur, num_type); \ 1519 if (!num_type && (*cur == '.')) { \ 1523 num_type = -1; \ 1525 num_type = 1; \ 1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in xmlSchemaValidateDuration() local 1820 PARSE_NUM(num, cur, num_type); in xmlSchemaValidateDuration() 1822 if ((num_type == -1) || (*cur == 0)) in xmlSchemaValidateDuration() [all …]
|
/external/libxml2/ |
D | xmlschemastypes.c | 1494 #define PARSE_DIGITS(num, cur, num_type) \ argument 1496 num_type = -1; \ 1516 #define PARSE_NUM(num, cur, num_type) \ argument 1518 PARSE_DIGITS(num, cur, num_type); \ 1519 if (!num_type && (*cur == '.')) { \ 1523 num_type = -1; \ 1525 num_type = 1; \ 1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in xmlSchemaValidateDuration() local 1820 PARSE_NUM(num, cur, num_type); in xmlSchemaValidateDuration() 1822 if ((num_type == -1) || (*cur == 0)) in xmlSchemaValidateDuration() [all …]
|