Searched refs:ECMA_NUMBER_ONE (Results 1 – 7 of 7) sorted by relevance
209 ecma_number_t date = ECMA_NUMBER_ONE; in ecma_date_construct_helper()320 ecma_number_t month = ECMA_NUMBER_ONE; in ecma_builtin_date_parse_ISO_string_format()321 ecma_number_t day = ECMA_NUMBER_ONE; in ecma_builtin_date_parse_ISO_string_format()
472 … const ecma_number_t up_rounded = up_half - ecma_op_number_remainder (up_half, ECMA_NUMBER_ONE); in ecma_builtin_math_dispatch_routine()473 …nst ecma_number_t down_rounded = down_half - ecma_op_number_remainder (down_half, ECMA_NUMBER_ONE); in ecma_builtin_math_dispatch_routine()
1019 return ecma_make_number_value (rhs_is_undef ? ECMA_NUMBER_ZERO : ECMA_NUMBER_ONE); in ecma_builtin_array_prototype_object_sort_compare_helper()1051 result = ECMA_NUMBER_ONE; in ecma_builtin_array_prototype_object_sort_compare_helper()
263 result = ECMA_NUMBER_ONE; in ecma_builtin_string_prototype_object_locale_compare()
1232 #define ECMA_NUMBER_ONE ((ecma_number_t) 1) macro
1412 result = ECMA_NUMBER_ONE; in ecma_builtin_typedarray_prototype_sort_compare_helper()1425 result = ECMA_NUMBER_ONE; in ecma_builtin_typedarray_prototype_sort_compare_helper()
2467 ecma_number_t increase = ECMA_NUMBER_ONE; in vm_loop()