Home
last modified time | relevance | path

Searched refs:Int32Array (Results 1 – 25 of 94) sorted by relevance

1234

/arkcompiler/ets_runtime/test/aottest/typedarray_load_store/
Dtypedarray_load_store.ts24 function GenerateFakeRandomInteger(): Int32Array {
25 …let resource: Int32Array = new Int32Array([12, 43, 56, 76, 89, 54, 45, 32, 35, 47, 46, 44, 21, 37,…
34 function GenerateFakeRandomIndex(): Int32Array {
35 …let resource: Int32Array = new Int32Array([3, 14, 44, 25, 91, 38, 82, 88, 64, 81, 70, 90, 33, 63, …
40 function IntegerArray(res: Int32Array) {
42 let integerIndexes: Int32Array = GenerateFakeRandomIndex();
43 let resources: Int32Array = GenerateFakeRandomInteger();
60 let arr1 = new Int32Array(buffer, 20, 4);
65 let arr2 = new Int32Array(buffer, 28, 5);
70 let arr3 = new Int32Array(buffer, 0, 5);
[all …]
/arkcompiler/ets_runtime/test/aottest/range_guard/
Drange_guard.ts18 let testArray: Int32Array = new Int32Array([1, 2, 3]);
26 let testArray: Int32Array = new Int32Array([1, 2, 3]);
34 let testArray: Int32Array = new Int32Array([1, 2, 3]);
44 let testArray: Int32Array = new Int32Array([1, 2, 3]);
/arkcompiler/ets_runtime/test/moduletest/typedarrayset/
Dtypedarrayset.js19 Int32Array,
36 var typedArray1 = new Int32Array([1,1,1,1,1,1,1,1]);
41 var typedArray2 = new Int32Array([1,1,1,1,1,1,1,1]);
45 var typedArray3 = new Int32Array([1,1,1,1,1,1,1,1]);
49 var typedArray4 = new Int32Array([1,1,1,1,1,1,1,1]);
/arkcompiler/ets_runtime/test/aottest/array_bounds_check_elimination/
Darray_bounds_check_elimination.ts36 function clear2(b: Int32Array[], x: number) {
55 let b: Int32Array[] = [1, 2, 3];
73 let arr: Int32Array = new Int32Array(1000);
74 let arr2: Int32Array = new Int32Array(1000);
/arkcompiler/ets_runtime/test/aottest/ts_multi_inline_deopt/
Dts_multi_inline_deopt.ts18 function GenerateArray(): Int32Array {
19 …let resource: Int32Array = new Int32Array([12, 43, 56, 76, 89, 54, 45, 32, 35, 47, 46, 44, 21, 37,…
43 function RunNormalCall(resources: Int32Array):number {
54 let resources : Int32Array = GenerateArray();
/arkcompiler/ets_runtime/test/aottest/loop_peeling/
Dloop_peeling.ts25 let arr = new Int32Array([1, 2, 3, 4]);
26 function foo2(u : Int32Array) {
37 let arr2 = new Int32Array([0, 0, 0, 0]);
38 function foo3(u : Int32Array, v : Int32Array) {
/arkcompiler/ets_runtime/test/aottest/ts_inline_deopt_loop/
Dts_inline_deopt_loop.ts18 function GenerateArray(): Int32Array {
19 …let resource: Int32Array = new Int32Array([12, 43, 56, 76, 89, 54, 45, 32, 35, 47, 46, 44, 21, 37,…
44 let resources : Int32Array = GenerateArray();
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dexpect_output.txt16 Int32Array test success !!!
52 Int32Array test success !!!
77 Int32Array test success !!!
93 Int32Array test success !!!
102 Int32Array test success !!!
114 Int32Array test success !!!
173 Int32Array test success !!!
184 Int32Array test success !!!
193 Int32Array test success !!!
202 Int32Array test success !!!
[all …]
Dtypearray.js24 …Float64Array, Float32Array, Int32Array, Int16Array, Int8Array, Uint32Array, Uint16Array, Uint8Arra…
313 Int32Array,
387 Int32Array,
439 Int32Array,
464 Int32Array,
510 Int32Array,
624 Int32Array,
670 Int32Array,
710 Int32Array,
748 Int32Array,
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts1259 declare class Int32Array extends Object {
1270 prototype: Int32Array;
1272 constructor(length: number): Int32Array;
1274 constructor(array: ArrayLike<number> | ArrayBufferLike): Int32Array;
1276 constructor(buffer: ArrayBufferLike, byteOffset?: number, length?: number): Int32Array;
1278 constructor(elements: Iterable<number>): Int32Array;
1280 constructor(): Int32Array;
1282 static of(...items: number[]): Int32Array;
1284 static from(arrayLike: ArrayLike<number>): Int32Array;
1286 …ic from<T>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => number, thisArg?: any): Int32Array;
[all …]
/arkcompiler/ets_runtime/test/moduletest/flatten/
Dflatten.js25 const v17 = new Int32Array();
28 Int32Array();
/arkcompiler/ets_runtime/test/aottest/aot_type_test/int32Array/
Dint32Array.ts18 let typedArray : Int32Array = new Int32Array([1, 2, 2147483640, -2147483640, 7, 8, 8, 9]);
/arkcompiler/ets_runtime/test/aottest/frame_states/
Dframe_states.ts17 let perm1: Int32Array = new Int32Array(n);
/arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_string/
Dpgo_ldobjbyvalue_string.ts67 let arr = new Int32Array(5).fill(x);
85 let arrr = new Int32Array(5).fill(xx);
103 let arrrr = new Int32Array(5).fill(xxx);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/atomics/
Dconcurrent_compare_exchange.sts21 let arr_2: Int32Array;
27 arr_2 = new Int32Array(buf_2, 0, 1);
41 L.log("Finished for Int32Array")
Dskipped_wait_timeout.sts18 let arr: Int32Array;
22 arr = new Int32Array(buf, 0, 1);
Dskipped_exchange_nonconcurrent.sts17 let arr: Int32Array;
22 arr = new Int32Array(buf, 0, 1);
Dnonconcurrent_waitasync_store_notify.sts17 let arr: Int32Array;
23 arr = new Int32Array(buf, 0, 1);
Dconcurrent_increment.sts20 let arr_u32: Int32Array
26 arr_u32 = new Int32Array(buf_2, 0, 1);
Dconcurrent_wait_store_notify.sts21 let arr: Int32Array;
28 arr = new Int32Array(buf, 0, 1);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypedArrayConstructorNumbersInts.sts61 (new Int32Array(nums)).toString(),
63 "Int32Array(number[])"
66 (new Int32Array(ints)).toString(),
68 "Int32Array(int[])"
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DAtomics.sts59 …public static add(typedArray: Int8Array | Int16Array | Int32Array | BigInt64Array | Uint8Array | U…
84 } else if (typedArray instanceof Int32Array) {
85 …dPosition = Atomics.validateAtomicAccess(typedArray.byteOffset as int, Int32Array.BYTES_PER_ELEMEN…
161 …public static and(typedArray: Int8Array | Int16Array | Int32Array | BigInt64Array | Uint8Array | U…
186 } else if (typedArray instanceof Int32Array) {
187 …dPosition = Atomics.validateAtomicAccess(typedArray.byteOffset as int, Int32Array.BYTES_PER_ELEMEN…
263 …public static compareExchange(typedArray: Int8Array | Int16Array | Int32Array | BigInt64Array | Ui…
290 } else if (typedArray instanceof Int32Array) {
291 …dPosition = Atomics.validateAtomicAccess(typedArray.byteOffset as int, Int32Array.BYTES_PER_ELEMEN…
373 …public static exchange(typedArray: Int8Array | Int16Array | Int32Array | BigInt64Array | Uint8Arra…
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarrayfill/
Dtypedarrayfill.js24 let arr = new Int32Array(buff);
/arkcompiler/ets_runtime/test/moduletest/getvaluefrombuffer/
Dgetvaluefrombuffer.js26 let v1 = new Int32Array(v0);
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js25 var obj2 = new Int32Array(2);

1234