Searched defs:int16Array (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/ |
| D | typedarrayreverse.js | 41 let int16Array = new Int16Array([30000, -30000, 0, 5000, -10000]); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraysort/ |
| D | typedarraysort.js | 79 let int16Array = new Int16Array([30000, -30000, 0, 5000, -10000]); variable
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 178 …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/ |
| D | typearray.js | 1555 let int16Array = new Int16Array([2354.44, -32768, 12.6, -32768.84, -5893, 32767, 42767]); variable
|