Searched refs:b_out_index (Results 1 – 4 of 4) sorted by relevance
56 IndexType b_out_index = e_out * NUM_QPTS * NUM_NODES_OUT; in __launch_bounds__() local61 …result += B_out[b_out_index + j * NUM_NODES_OUT + i] * qf_array[qf_index + j] * B_in[b_in_index + … in __launch_bounds__()
1238 CeedSize b_out_index = eval_mode_out * num_qpts * num_nodes; in CeedOperatorLinearAssemble_Sycl() local1243 …result += B_out[b_out_index + j * num_nodes + i] * qf_array[qf_index + j] * B_in[b_in_index + j * … in CeedOperatorLinearAssemble_Sycl()
813 … const CeedSize b_out_index = (q * num_eval_modes_out[0] + e_out) * elem_size_out + n; in CeedOperatorAssembleSingle() local817 sum += B_mat_out[b_out_index] * assembled_qf_array[qf_index]; in CeedOperatorAssembleSingle()