Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c225 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_exec_routine() local
226 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_exec_routine()
474 ecma_number_t element_num = src_typedarray_getter_cb (src_info.buffer_p + src_byte_pos); in ecma_builtin_typedarray_prototype_map() local
475 ecma_value_t get_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_map()
1526 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_index); in ecma_builtin_typedarray_prototype_sort() local
1527 ecma_value_t element_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_sort()
1555 ecma_number_t element_num = ecma_get_number_from_value (element_value); in ecma_builtin_typedarray_prototype_sort() local
1556 typedarray_setter_cb (info.buffer_p + byte_index, element_num); in ecma_builtin_typedarray_prototype_sort()
1622 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_index); in ecma_builtin_typedarray_prototype_find_helper() local
1623 ecma_value_t element_value = ecma_make_number_value (element_num); in ecma_builtin_typedarray_prototype_find_helper()
[all …]
/third_party/openh264/codec/common/inc/
Dloongson_intrinsics.h1838 #define VECT_PRINT(RTYPE, element_num, in0, enter) \ argument
1844 for(_i = 0; _i < element_num; _i++) \
/third_party/mindspore/patches/
D0020-add-ohos-js-callback-api-and-bugfix.patch685 - 'element_num': number;
1420 - DECLARE_NAPI_GETTER("element_num", GetElementNum),
D0008-add-js-api.patch219 + 'element_num': number;
2282 + DECLARE_NAPI_GETTER("element_num", GetElementNum),
D0014-train-0002.patch555 + int element_num = output_tensor_->ElementsNum();
607 + return ExecuteCode(input0_ptr_str_, input1_ptr_str_, output_ptr_str_, element_num, context, &cod…