Searched refs:is_negative (Results 1 – 4 of 4) sorted by relevance
357 int is_negative = 0; in json_tokener_parse_ex() local365 is_negative = 1; in json_tokener_parse_ex()374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
157 bool is_negative = false; in str2int64() local159 is_negative = true; in str2int64()182 if (is_negative) { in str2int64()
6084 def _format_sign(is_negative, spec): argument6087 if is_negative:6094 def _format_number(is_negative, intpart, fracpart, exp, spec): argument6112 sign = _format_sign(is_negative, spec)