Home
last modified time | relevance | path

Searched refs:t_ind (Results 1 – 9 of 9) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-restriction-curl-oriented.h100 const CeedInt t_ind = t_indices[j]; in CurlOrientedTranspose() local
101 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedTranspose()
102 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedTranspose()
103 const CeedInt8 curl_orient_du = loc_node > 0 ? curl_orients[3 * t_ind - 1] : 0.0; in CurlOrientedTranspose()
104 const CeedInt8 curl_orient_d = curl_orients[3 * t_ind + 1]; in CurlOrientedTranspose()
105 …const CeedInt8 curl_orient_dl = loc_node < (RSTR_ELEM_SIZE - 1) ? curl_orients[3 * t_ind + 3] : 0.… in CurlOrientedTranspose()
158 const CeedInt t_ind = t_indices[j]; in CurlOrientedUnsignedTranspose() local
159 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
160 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
161 const CeedInt8 curl_orient_du = loc_node > 0 ? abs(curl_orients[3 * t_ind - 1]) : 0.0; in CurlOrientedUnsignedTranspose()
[all …]
H A Dhip-ref-restriction-oriented.h61 const CeedInt t_ind = t_indices[j]; in OrientedTranspose() local
62 const bool orient = orients[t_ind]; in OrientedTranspose()
63 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OrientedTranspose()
64 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OrientedTranspose()
H A Dhip-ref-restriction-at-points.h43 const CeedInt t_ind = t_indices[j]; in AtPointsTranspose() local
44 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in AtPointsTranspose()
45 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in AtPointsTranspose()
H A Dhip-ref-restriction-offset.h55 const CeedInt t_ind = t_indices[j]; in OffsetTranspose() local
56 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OffsetTranspose()
57 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OffsetTranspose()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-restriction-curl-oriented.h100 const CeedInt t_ind = t_indices[j]; in CurlOrientedTranspose() local
101 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedTranspose()
102 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedTranspose()
103 const CeedInt8 curl_orient_du = loc_node > 0 ? curl_orients[3 * t_ind - 1] : 0.0; in CurlOrientedTranspose()
104 const CeedInt8 curl_orient_d = curl_orients[3 * t_ind + 1]; in CurlOrientedTranspose()
105 …const CeedInt8 curl_orient_dl = loc_node < (RSTR_ELEM_SIZE - 1) ? curl_orients[3 * t_ind + 3] : 0.… in CurlOrientedTranspose()
158 const CeedInt t_ind = t_indices[j]; in CurlOrientedUnsignedTranspose() local
159 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
160 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in CurlOrientedUnsignedTranspose()
161 const CeedInt8 curl_orient_du = loc_node > 0 ? abs(curl_orients[3 * t_ind - 1]) : 0.0; in CurlOrientedUnsignedTranspose()
[all …]
H A Dcuda-ref-restriction-oriented.h61 const CeedInt t_ind = t_indices[j]; in OrientedTranspose() local
62 const bool orient = orients[t_ind]; in OrientedTranspose()
63 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OrientedTranspose()
64 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OrientedTranspose()
H A Dcuda-ref-restriction-at-points.h43 const CeedInt t_ind = t_indices[j]; in AtPointsTranspose() local
44 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in AtPointsTranspose()
45 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in AtPointsTranspose()
H A Dcuda-ref-restriction-offset.h55 const CeedInt t_ind = t_indices[j]; in OffsetTranspose() local
56 const CeedInt loc_node = t_ind % RSTR_ELEM_SIZE; in OffsetTranspose()
57 const CeedInt elem = t_ind / RSTR_ELEM_SIZE; in OffsetTranspose()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-restriction.sycl.cpp135 const CeedInt t_ind = t_indices[j]; in CeedElemRestrictionOffsetTranspose_Sycl() local
136 CeedInt loc_node = t_ind % elem_size; in CeedElemRestrictionOffsetTranspose_Sycl()
137 CeedInt elem = t_ind / elem_size; in CeedElemRestrictionOffsetTranspose_Sycl()