Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-errol.c68 #define ERROL0_EPSILON 0.0000001 macro
171 high_bound.offset += (ECMA_NEXT_FLOAT (val) - val) * power_of_10 / (2.0 + ERROL0_EPSILON); in ecma_errol0_dtoa()
175 …w_bound.offset = mid.offset + (ECMA_PREV_FLOAT (val) - val) * power_of_10 / (2.0 + ERROL0_EPSILON); in ecma_errol0_dtoa()