Searched refs:num_in_uint32_range (Results 1 – 1 of 1) sorted by relevance
775 ecma_number_t num_in_uint32_range; in ecma_number_to_uint32() local779 num_in_uint32_range = ecma_number_calc_remainder (abs_num, in ecma_number_to_uint32()784 num_in_uint32_range = abs_num; in ecma_number_to_uint32()788 JERRY_ASSERT (num_in_uint32_range < uint64_2_pow_32); in ecma_number_to_uint32()789 uint32_t uint32_num = (uint32_t) num_in_uint32_range; in ecma_number_to_uint32()