Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c771 const uint64_t uint64_2_pow_32 = (1ull << 32); in ecma_number_to_uint32() local
773 const ecma_number_t num_2_pow_32 = (float) uint64_2_pow_32; in ecma_number_to_uint32()
788 JERRY_ASSERT (num_in_uint32_range < uint64_2_pow_32); in ecma_number_to_uint32()
797 JERRY_ASSERT (ret == uint64_2_pow_32 - uint32_num); in ecma_number_to_uint32()