Searched refs:ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER (Results 1 – 5 of 5) sorted by relevance
301 lit_utf8_byte_t digits[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_builtin_number_prototype_object_to_string()669 lit_utf8_byte_t digits[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_builtin_number_prototype_object_to_fixed()767 lit_utf8_byte_t digits[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_builtin_number_prototype_object_to_exponential()872 lit_utf8_byte_t digits[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_builtin_number_prototype_object_to_precision()
74 lit_utf8_byte_t str_buf[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in util_print_number()
1362 #define ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER 64 macro
978 while (fraction_part > 0 && char_cnt < ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER - 1) in ecma_double_to_binary_floating_point()
558 lit_utf8_byte_t str_buf[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_new_ecma_string_from_number()