Home
last modified time | relevance | path

Searched refs:ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c301 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()
/third_party/jerryscript/jerry-core/parser/js/
Dcommon.c74 lit_utf8_byte_t str_buf[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in util_print_number()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1362 #define ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER 64 macro
Decma-helpers-conversion.c978 while (fraction_part > 0 && char_cnt < ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER - 1) in ecma_double_to_binary_floating_point()
Decma-helpers-string.c558 lit_utf8_byte_t str_buf[ECMA_MAX_CHARS_IN_STRINGIFIED_NUMBER]; in ecma_new_ecma_string_from_number()