Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts32 SendableFloat64Array,
88 const float64 = new SendableFloat64Array(buffer, 8, 4);
96 const float64 = new SendableFloat64Array(buffer, 8, 4);
125 let sliced = new SendableFloat64Array(arrBuf.slice(4, 11));
145 let float64FromIterable = new SendableFloat64Array(iterable);
149 SendableFloat64Array,
235 [SendableFloat64Array, [0, 1]], variable
265 SendableFloat64Array,
299 [SendableFloat64Array, [1, 2, 3]],
318 SendableFloat64Array,
[all …]
Dexpect_output.txt56 SendableFloat64Array test success
499 SendableFloat64Array test IC success
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js120 SendableFloat64Array,
Dexpect_output.txt19 SendableFloat64Array set proto with sendable object failed. err: TypeError: Cannot set proto with s…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.h46 … V(Float64Array, SharedFloat64Array, FLOAT64_ARRAY, 8, SendableFloat64Array) \