Lines Matching refs:B

19 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B,  in ContractX1d()  argument
29 *V += B[i + item_id_x * P_1D] * scratch[i]; // Contract x direction in ContractX1d()
38 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeX1d() argument
48 *V += B[item_id_x + i * P_1D] * scratch[i]; // Contract x direction in ContractTransposeX1d()
109 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractX2d() argument
120 *V += B[i + item_id_x * P_1D] * scratch[i + item_id_y * T_1D]; // Contract x direction in ContractX2d()
129 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractY2d() argument
140 *V += B[i + item_id_y * P_1D] * scratch[item_id_x + i * T_1D]; // Contract y direction in ContractY2d()
149 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeY2d() argument
160 *V += B[item_id_y + i * P_1D] * scratch[item_id_x + i * T_1D]; // Contract y direction in ContractTransposeY2d()
169 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeX2d() argument
180 *V += B[item_id_x + i * P_1D] * scratch[i + item_id_y * T_1D]; // Contract x direction in ContractTransposeX2d()
189 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeAddX2d() argument
199 *V += B[item_id_x + i * P_1D] * scratch[i + item_id_y * T_1D]; // Contract x direction in ContractTransposeAddX2d()
280 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractX3d() argument
287 r_B[i] = B[i + item_id_x * P_1D]; in ContractX3d()
307 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractY3d() argument
314 r_B[i] = B[i + item_id_y * P_1D]; in ContractY3d()
334 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractZ3d() argument
343 V[k] += B[i + k * P_1D] * U[i]; // Contract z direction in ContractZ3d()
352 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeZ3d() argument
361 V[k] += B[k + i * P_1D] * U[i]; // Contract z direction in ContractTransposeZ3d()
370 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeY3d() argument
377 r_B[i] = B[item_id_y + i * P_1D]; in ContractTransposeY3d()
397 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeAddY3d() argument
404 r_B[i] = B[item_id_y + i * P_1D]; in ContractTransposeAddY3d()
422 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeX3d() argument
429 r_B[i] = B[item_id_x + i * P_1D]; in ContractTransposeX3d()
448 …P_1D, const CeedInt Q_1D, private const CeedScalar *restrict U, local const CeedScalar *restrict B, in ContractTransposeAddX3d() argument
455 r_B[i] = B[item_id_x + i * P_1D]; in ContractTransposeAddX3d()