Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c773 const ecma_number_t num_2_pow_32 = (float) uint64_2_pow_32; in ecma_number_to_uint32() local
777 if (abs_num >= num_2_pow_32) in ecma_number_to_uint32()
780 num_2_pow_32); in ecma_number_to_uint32()