Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-errol.c202 uint8_t high_digit = (uint8_t) high_bound.value; in ecma_errol0_dtoa() local
204 if ((high_bound.value == high_digit) && (high_bound.offset < 0)) in ecma_errol0_dtoa()
206 high_digit = (uint8_t) (high_digit - 1u); in ecma_errol0_dtoa()
216 if (low_digit != high_digit) in ecma_errol0_dtoa()
221 *dst_p++ = (lit_utf8_byte_t) ('0' + high_digit); in ecma_errol0_dtoa()
223 high_bound.value -= high_digit; in ecma_errol0_dtoa()