Searched refs:uint64_2_pow_32 (Results 1 – 1 of 1) sorted by relevance
771 const uint64_t uint64_2_pow_32 = (1ull << 32); in ecma_number_to_uint32() local773 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()