| /libCEED/tests/ |
| H A D | t541-operator.c | 195 const CeedScalar *w_array; in main() local 229 const CeedScalar *u_array, *w_array; in main() local
|
| H A D | t405-qfunction.c | 22 CeedScalar w_array[q], u_array[q]; in main() local
|
| H A D | t400-qfunction.c | 22 CeedScalar w_array[q], u_array[q]; in main() local
|
| H A D | t410-qfunction.c | 21 CeedScalar dx_array[q], w_array[q], u_array[q]; in main() local
|
| H A D | t401-qfunction.c | 24 CeedScalar w_array[q], u_array[q]; in main() local
|
| H A D | t406-qfunction.c | 33 CeedScalar w_array[q], u_array[q]; in main() local
|
| H A D | t322-basis.c | 46 const CeedScalar *v_array, *w_array; in main() local
|
| H A D | t414-qfunction.c | 26 CeedScalar dx_array[num_qpts * dim * dim], w_array[num_qpts], u_array[num_qpts * num_comp]; in main() local
|
| H A D | t312-basis.c | 63 const CeedScalar *w_array, *u_q_array; in main() local
|
| H A D | t415-qfunction.c | 26 … CeedScalar dx_array[num_qpts * dim * dim], w_array[num_qpts], du_array[num_qpts * dim * num_comp]; in main() local
|
| /libCEED/backends/sycl-ref/kernels/ |
| H A D | sycl-ref-vector.cpp | 116 extern "C" int CeedDevicePointwiseMult_Sycl(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y… in CeedDevicePointwiseMult_Sycl()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-vector.sycl.cpp | 627 static int CeedHostPointwiseMult_Sycl(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y_array… in CeedHostPointwiseMult_Sycl() 635 static int CeedDevicePointwiseMult_Sycl(sycl::queue &sycl_queue, CeedScalar *w_array, CeedScalar *x… in CeedDevicePointwiseMult_Sycl()
|
| /libCEED/backends/cuda-ref/kernels/ |
| H A D | cuda-ref-vector.cu | 186 extern "C" int CeedDevicePointwiseMult_Cuda(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y… in CeedDevicePointwiseMult_Cuda()
|
| /libCEED/backends/hip-ref/kernels/ |
| H A D | hip-ref-vector.hip.cpp | 186 extern "C" int CeedDevicePointwiseMult_Hip(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y_… in CeedDevicePointwiseMult_Hip()
|
| /libCEED/interface/ |
| H A D | ceed-vector.c | 915 CeedScalar *w_array = NULL; in CeedVectorPointwiseMult() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-vector.c | 795 static int CeedHostPointwiseMult_Cuda(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y_array… in CeedHostPointwiseMult_Cuda()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-vector.c | 908 static int CeedHostPointwiseMult_Hip(CeedScalar *w_array, CeedScalar *x_array, CeedScalar *y_array,… in CeedHostPointwiseMult_Hip()
|