Home
last modified time | relevance | path

Searched defs:int16Array (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js41 let int16Array = new Int16Array([30000, -30000, 0, 5000, -10000]); variable
/arkcompiler/ets_runtime/test/moduletest/typedarraysort/
Dtypedarraysort.js79 let int16Array = new Int16Array([30000, -30000, 0, 5000, -10000]); variable
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp178 …JSHandle<JSTaggedValue> int16Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, construct… in HWTEST_F_L0() local
295 JSHandle<JSTypedArray> int16Array(int16ArrayVal); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js1555 let int16Array = new Int16Array([2354.44, -32768, 12.6, -32768.84, -5893, 32767, 42767]); variable