Searched refs:ECMA_NUMBER_ZERO (Results 1 – 14 of 14) sorted by relevance
210 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()211 ecma_number_t minutes = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()212 ecma_number_t seconds = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()213 ecma_number_t milliseconds = ECMA_NUMBER_ZERO; in ecma_date_construct_helper()322 ecma_number_t time = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()339 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()340 ecma_number_t minutes = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()341 ecma_number_t seconds = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()342 ecma_number_t milliseconds = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()402 hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format()[all …]
52 if (ecma_get_number_from_value (child_compare_value) < ECMA_NUMBER_ZERO) in ecma_builtin_helper_array_to_heap()68 if (ecma_get_number_from_value (swap_compare_value) <= ECMA_NUMBER_ZERO) in ecma_builtin_helper_array_to_heap()
412 …alue_t set_length_value = ecma_builtin_array_prototype_helper_set_length (obj_p, ECMA_NUMBER_ZERO); in ecma_builtin_array_prototype_object_pop()730 …alue_t set_length_value = ecma_builtin_array_prototype_helper_set_length (obj_p, ECMA_NUMBER_ZERO); in ecma_builtin_array_prototype_object_shift()1019 return ecma_make_number_value (rhs_is_undef ? ECMA_NUMBER_ZERO : ECMA_NUMBER_ONE); in ecma_builtin_array_prototype_object_sort_compare_helper()1027 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_array_prototype_object_sort_compare_helper()1055 result = ECMA_NUMBER_ZERO; in ecma_builtin_array_prototype_object_sort_compare_helper()
466 x = -ECMA_NUMBER_ZERO; in ecma_builtin_math_dispatch_routine()
424 date_num = ECMA_NUMBER_ZERO; in ecma_builtin_date_prototype_dispatch_set()
255 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_string_prototype_object_locale_compare()267 result = ECMA_NUMBER_ZERO; in ecma_builtin_string_prototype_object_locale_compare()
299 ecma_number_t num = ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number_by_radix()373 return ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()381 return ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()567 return sign ? -ECMA_NUMBER_ZERO : ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()605 return sign ? -ECMA_NUMBER_ZERO : ECMA_NUMBER_ZERO; in ecma_utf8_string_to_number()
303 bool is_zero = (num == ECMA_NUMBER_ZERO); in ecma_number_is_zero()606 return ECMA_NUMBER_ZERO; in ecma_number_trunc()852 ecma_number_t value = ECMA_NUMBER_ZERO; in ecma_number_parse_int()
1227 #define ECMA_NUMBER_ZERO ((ecma_number_t) 0) macro
897 return ECMA_NUMBER_ZERO; in ecma_string_to_number()
53 ecma_number_t result = ECMA_NUMBER_ZERO; in do_number_bitwise_logic()
53 ecma_number_t result = ECMA_NUMBER_ZERO; in do_number_arithmetic()
1401 ecma_number_t result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()1429 result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()1460 result = ECMA_NUMBER_ZERO; in ecma_builtin_typedarray_prototype_sort_compare_helper()
892 *number_p = ECMA_NUMBER_ZERO; in ecma_op_to_integer()