Lines Matching refs:curl_orient_d
24 const CeedInt8 curl_orient_d = curl_orients[3 * node + 1]; in CurlOrientedNoTranspose() local
30 value += u[ind_d + comp * RSTR_COMP_STRIDE] * curl_orient_d; in CurlOrientedNoTranspose()
49 const CeedInt8 curl_orient_d = abs(curl_orients[3 * node + 1]); in CurlOrientedUnsignedNoTranspose() local
55 value += u[ind_d + comp * RSTR_COMP_STRIDE] * curl_orient_d; in CurlOrientedUnsignedNoTranspose()
73 const CeedInt8 curl_orient_d = curl_orients[3 * node + 1]; in CurlOrientedTranspose() local
79 …lue += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedTranspose()
104 const CeedInt8 curl_orient_d = curl_orients[3 * t_ind + 1]; in CurlOrientedTranspose() local
109 …mp] += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedTranspose()
131 const CeedInt8 curl_orient_d = abs(curl_orients[3 * node + 1]); in CurlOrientedUnsignedTranspose() local
137 …lue += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedUnsignedTranspose()
162 const CeedInt8 curl_orient_d = abs(curl_orients[3 * t_ind + 1]); in CurlOrientedUnsignedTranspose() local
167 …mp] += u[loc_node + comp * RSTR_ELEM_SIZE * RSTR_NUM_ELEM + elem * RSTR_ELEM_SIZE] * curl_orient_d; in CurlOrientedUnsignedTranspose()