Home
last modified time | relevance | path

Searched refs:ecma_number_to_uint32 (Results 1 - 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A Dopcodes-ecma-bitwise.c54 uint32_t right_uint32 = ecma_number_to_uint32 (num_right); in do_number_bitwise_logic()
60 uint32_t left_uint32 = ecma_number_to_uint32 (num_left); in do_number_bitwise_logic()
66 uint32_t left_uint32 = ecma_number_to_uint32 (num_left); in do_number_bitwise_logic()
72 uint32_t left_uint32 = ecma_number_to_uint32 (num_left); in do_number_bitwise_logic()
88 uint32_t left_uint32 = ecma_number_to_uint32 (num_left); in do_number_bitwise_logic()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-math.c569 uint32_t n = ecma_number_to_uint32 (x); in ecma_builtin_math_dispatch_routine()
595 x = (int32_t) (ecma_number_to_uint32 (x) * ecma_number_to_uint32 (y)); in ecma_builtin_math_dispatch_routine()
H A Decma-builtin-string.c88 uint32_t uint32_char_code = ecma_number_to_uint32 (arg_num); in ecma_builtin_string_object_from_char_code()
H A Decma-builtin-string-prototype.c188 JERRY_ASSERT (ecma_number_is_nan (index_num) || ecma_number_to_uint32 (index_num) == ecma_number_trunc (index_num)); in ecma_builtin_string_prototype_char_at_helper()
190 ecma_char_t new_ecma_char = ecma_string_get_char_at_pos (original_string_p, ecma_number_to_uint32 (index_num)); in ecma_builtin_string_prototype_char_at_helper()
H A Decma-builtin-number-prototype.c270 radix = ecma_number_to_uint32 (arg_num); in ecma_builtin_number_prototype_object_to_string()
H A Decma-builtin-helpers.c481 norm_index = ecma_number_to_uint32 (index); in ecma_builtin_helper_string_index_normalize()
H A Decma-builtin-array-prototype.c1326 delete_count = ecma_number_is_infinity (delete_num) ? len : ecma_number_to_uint32 (delete_num); in ecma_builtin_array_prototype_object_splice()
/third_party/jerryscript/tests/unit-core/
H A Dtest-number-to-int32.cpp87 TEST_ASSERT (ecma_number_to_uint32 (test_cases_uint32[i].num) == test_cases_uint32[i].uint32_num); in HWTEST_F()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-conversion.c760 ecma_number_to_uint32 (ecma_number_t num) /**< ecma-number */ in ecma_number_to_uint32() function
806 } /* ecma_number_to_uint32 */ in ecma_number_to_uint32()
819 uint32_t uint32_num = ecma_number_to_uint32 (num); in ecma_number_to_int32()
1068 uint32_t num_uint32 = ecma_number_to_uint32 (num); in ecma_number_to_utf8_string()
H A Decma-helpers.h509 uint32_t ecma_number_to_uint32 (ecma_number_t num);
H A Decma-helpers-string.c580 uint32_t uint32_num = ecma_number_to_uint32 (num); in ecma_new_ecma_string_from_number()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-arraybuffer-object.c147 uint32_t length_uint32 = ecma_number_to_uint32 (length_num); in ecma_op_create_arraybuffer_object()
H A Decma-array-object.c602 uint32_t num_uint32 = ecma_number_to_uint32 (num); in ecma_op_create_array_object()
981 uint32_t new_len_uint32 = ecma_number_to_uint32 (new_len_num); in ecma_op_array_object_set_length()
H A Decma-conversion.c967 *length = ecma_number_to_uint32 (num); in ecma_op_to_length()
H A Decma-typedarray-object.c1104 uint32_t length = ecma_number_to_uint32 (num); in ecma_op_create_typedarray()
H A Decma-regexp-object.c1718 index = ecma_number_to_uint32 (lastindex_num); in ecma_regexp_exec_helper()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c869 uint32_t target_offset_uint32 = ecma_number_to_uint32 (target_offset_num); in ecma_op_typedarray_set_with_typedarray()
951 uint32_t target_offset_uint32 = ecma_number_to_uint32 (target_offset_num); in ecma_builtin_typedarray_prototype_set()
1118 uint32_t length = ecma_number_to_uint32 (length_number); in ecma_builtin_typedarray_prototype_join()

Completed in 24 milliseconds