Searched refs:s_C (Results 1 – 2 of 2) sorted by relevance
26 CeedScalar *s_C = &s_CT[NUM_NODES_OUT * NUM_NODES_IN]; in __launch_bounds__() local76 s_C[NUM_NODES_IN * threadIdx.y + l] = result; in __launch_bounds__()79 …(l > 0 ? s_C[NUM_NODES_IN * threadIdx.y + l - 1] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l - … in __launch_bounds__()80 … s_C[NUM_NODES_IN * threadIdx.y + l] * curl_orients_in[3 * NUM_NODES_IN * e + 3 * l + 1] + in __launch_bounds__()81 …(l < (NUM_NODES_IN - 1) ? s_C[NUM_NODES_IN * threadIdx.y + l + 1] * curl_orients_in[3 * NUM_NODES_… in __launch_bounds__()