Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c470 const ecma_number_t up_half = x + ECMA_NUMBER_HALF; in ecma_builtin_math_dispatch_routine() local
472 … const ecma_number_t up_rounded = up_half - ecma_op_number_remainder (up_half, ECMA_NUMBER_ONE); in ecma_builtin_math_dispatch_routine()