Home
last modified time | relevance | path

Searched defs:long_array (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/tests/jerry/
Darray-prototype-reduce.js62 var long_array = [0, 1]; variable
Darray-prototype-reduce-right.js69 var long_array = [0, 1]; variable
Darray-prototype-map.js58 var long_array = [0, 1]; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Dcorrelate_gpu_kernel.cc130 T_out *long_array = casted_a_array; in LaunchKernel() local
188 T *long_array = a_array; in LaunchKernelComplex() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcorrelate.cc145 T_out *long_array = static_cast<T_out *>(malloc(sizeof(T_out) * padded_long_size)); in CorrelateCompute() local
231 T *long_array = static_cast<T *>(malloc(sizeof(T) * padded_long_size)); in CorrelateComputeComplex() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcorrelate_cpu_kernel.cc133 T_out *long_array = static_cast<T_out *>(malloc(sizeof(T_out) * padded_long_size)); in LaunchKernel() local
210 T *long_array = static_cast<T *>(malloc(sizeof(T) * padded_long_size)); in LaunchComplexKernel() local