Home
last modified time | relevance | path

Searched defs:ind (Results 1 – 25 of 50) sorted by relevance

12

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-read-write-templates.h32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() local
48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() local
61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() local
81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() local
97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() local
110 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided2d() local
131 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d() local
149 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d() local
164 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided3d() local
184 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in ReadPoint() local
[all …]
H A Dcuda-gen-templates.h30 const CeedInt ind = indices[p + elem * NUM_PTS]; in ReadPoint() local
44 const CeedInt ind = indices[p + elem * NUM_PTS]; in WritePoint() local
77 const CeedInt ind = indices[node + elem * P_1D]; in ReadLVecStandard1d() local
91 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided1d() local
105 const CeedInt ind = indices[node + elem * P_1D]; in WriteLVecStandard1d() local
119 const CeedInt ind = indices[target_node + elem * P_1D]; in WriteLVecStandard1d_Single() local
151 const CeedInt ind = data.t_id_x + elem * Q_1D; in WriteLVecStandard1d_QFAssembly() local
167 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided1d() local
199 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in ReadLVecStandard2d() local
213 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided2d() local
[all …]
H A Dcuda-ref-restriction-offset.h17 const CeedInt ind = indices[node]; in OffsetNoTranspose() local
33 const CeedInt ind = indices[node]; in OffsetTranspose() local
48 const CeedInt ind = l_vec_indices[i]; in OffsetTranspose() local
H A Dcuda-ref-restriction-oriented.h18 const CeedInt ind = indices[node]; in OrientedNoTranspose() local
36 const CeedInt ind = indices[node]; in OrientedTranspose() local
54 const CeedInt ind = l_vec_indices[i]; in OrientedTranspose() local
H A Dcuda-ref-restriction-at-points.h19 const CeedInt ind = indices[node]; in AtPointsTranspose() local
36 const CeedInt ind = l_vec_indices[i]; in AtPointsTranspose() local
H A Dcuda-ref-restriction-curl-oriented.h69 const CeedInt ind = indices[node]; in CurlOrientedTranspose() local
93 const CeedInt ind = l_vec_indices[i]; in CurlOrientedTranspose() local
129 const CeedInt ind = indices[node]; in CurlOrientedUnsignedTranspose() local
151 const CeedInt ind = l_vec_indices[i]; in CurlOrientedUnsignedTranspose() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-read-write-templates.h32 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() local
48 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() local
61 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided1d() local
81 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() local
97 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() local
110 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided2d() local
131 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d() local
149 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d() local
164 const CeedInt ind = node * strides_node + elem * strides_elem; in SumElementStrided3d() local
183 const CeedInt ind = (p % NUM_PTS) * strides_point + elem * strides_elem; in ReadPoint() local
[all …]
H A Dhip-gen-templates.h30 const CeedInt ind = indices[p + elem * NUM_PTS]; in ReadPoint() local
44 const CeedInt ind = indices[p + elem * NUM_PTS]; in WritePoint() local
77 const CeedInt ind = indices[node + elem * P_1D]; in ReadLVecStandard1d() local
90 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided1d() local
104 const CeedInt ind = indices[node + elem * P_1D]; in WriteLVecStandard1d() local
118 const CeedInt ind = indices[target_node + elem * P_1D]; in WriteLVecStandard1d_Single() local
150 const CeedInt ind = data.t_id_x + elem * Q_1D; in WriteLVecStandard1d_QFAssembly() local
166 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in WriteLVecStrided1d() local
198 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in ReadLVecStandard2d() local
211 const CeedInt ind = node * STRIDES_NODE + elem * STRIDES_ELEM; in ReadLVecStrided2d() local
[all …]
H A Dhip-ref-restriction-offset.h17 const CeedInt ind = indices[node]; in OffsetNoTranspose() local
33 const CeedInt ind = indices[node]; in OffsetTranspose() local
48 const CeedInt ind = l_vec_indices[i]; in OffsetTranspose() local
H A Dhip-ref-restriction-oriented.h18 const CeedInt ind = indices[node]; in OrientedNoTranspose() local
36 const CeedInt ind = indices[node]; in OrientedTranspose() local
54 const CeedInt ind = l_vec_indices[i]; in OrientedTranspose() local
H A Dhip-ref-restriction-at-points.h19 const CeedInt ind = indices[node]; in AtPointsTranspose() local
36 const CeedInt ind = l_vec_indices[i]; in AtPointsTranspose() local
H A Dhip-ref-restriction-curl-oriented.h69 const CeedInt ind = indices[node]; in CurlOrientedTranspose() local
93 const CeedInt ind = l_vec_indices[i]; in CurlOrientedTranspose() local
129 const CeedInt ind = indices[node]; in CurlOrientedUnsignedTranspose() local
151 const CeedInt ind = l_vec_indices[i]; in CurlOrientedUnsignedTranspose() local
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-gen-templates.h40 const CeedInt ind = indices[node + elem * P_1D]; in readDofsOffset1d() local
58 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided1d() local
75 const CeedInt ind = indices[node + elem * P_1D]; in writeDofsOffset1d() local
92 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided1d() local
114 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in readDofsOffset2d() local
131 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided2d() local
147 const CeedInt ind = indices[node + elem * P_1D * P_1D]; in writeDofsOffset2d() local
165 const CeedInt ind = node * strides_node + elem * strides_elem; in writeDofsStrided2d() local
186 const CeedInt ind = indices[node + elem * P_1D * P_1D * P_1D]; in readDofsOffset3d() local
205 const CeedInt ind = node * strides_node + elem * strides_elem; in readDofsStrided3d() local
[all …]
H A Dsycl-shared-basis-read-write-templates.h36 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided1d() local
54 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided1d() local
77 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided2d() local
96 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided2d() local
120 const CeedInt ind = node * strides_node + elem * strides_elem; in ReadElementStrided3d() local
141 const CeedInt ind = node * strides_node + elem * strides_elem; in WriteElementStrided3d() local
/libCEED/tests/
H A Dt210-elemrestriction-f.f9013 integer*4 ind(2*ne) variable
H A Dt214-elemrestriction.c9 CeedInt ind[2 * num_elem]; in main() local
H A Dt210-elemrestriction.c9 CeedInt ind[2 * num_elem]; in main() local
H A Dt215-elemrestriction.c9 CeedInt ind[2 * num_elem]; in main() local
H A Dt209-elemrestriction.c11 CeedInt ind[4 * num_elem]; in main() local
H A Dt216-elemrestriction.c10 CeedInt ind[2 * num_elem]; in main() local
H A Dt230-elemrestriction.c9 CeedInt ind[(num_elem + 1) + num_points]; in main() local
H A Dt209-elemrestriction-f.f9015 integer*4 ind(4*ne) variable
H A Dt200-elemrestriction.c11 CeedInt ind[2 * num_elem]; in main() local
H A Dt200-elemrestriction-f.f9015 integer*4 ind(2*ne) variable
H A Dt205-elemrestriction.c12 CeedInt ind[2 * num_elem]; in main() local

12