Searched refs:low_digit (Results 1 – 1 of 1) sorted by relevance
209 uint8_t low_digit = (uint8_t) low_bound.value; in ecma_errol0_dtoa() local211 if ((low_bound.value == low_digit) && (low_bound.offset < 0)) in ecma_errol0_dtoa()213 low_digit = (uint8_t) (low_digit - 1u); in ecma_errol0_dtoa()216 if (low_digit != high_digit) in ecma_errol0_dtoa()226 low_bound.value -= low_digit; in ecma_errol0_dtoa()