Searched refs:is_double (Results 1 – 5 of 5) sorted by relevance
161 bool *is_double) in json_get_number_len() argument171 *is_double = true; in json_get_number_len()275 bool is_double; in json_parse() local475 is_double = false; in json_parse()476 len = json_get_number_len(pos, end, &is_double); in json_parse()479 if (is_double) { in json_parse()491 if (is_double) { in json_parse()501 if (is_double) { in json_parse()521 if (is_double) { in json_parse()
546 is_double( in is_double() function 853 } else if (is_double(yytext)) { in yylex()
629 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() argument632 if(is_double) { in find_special_op_from_op()653 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name() argument656 if(is_double) { in find_special_op_from_name()
112 test should use is_int(), is_string(), is_double(), or is_hex() as
278 * Drop is_double from the C TAP library to avoid requiring -lm.