Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-math.c464 && x >= -ECMA_NUMBER_HALF) in ecma_builtin_math_dispatch_routine()
470 const ecma_number_t up_half = x + ECMA_NUMBER_HALF; in ecma_builtin_math_dispatch_routine()
471 const ecma_number_t down_half = x - ECMA_NUMBER_HALF; in ecma_builtin_math_dispatch_routine()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1242 #define ECMA_NUMBER_HALF ((ecma_number_t) 0.5f) macro