Lines Matching refs:P
58 const CeedInt P = BASIS_P_1D; in InterpAtPoints() local
78 pre /= P; in InterpAtPoints()
90 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in InterpAtPoints()
141 const CeedInt P = BASIS_P_1D; in InterpTransposeAtPoints() local
200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints()
205 const CeedInt j = (k / post) % P; in InterpTransposeAtPoints()
206 const CeedInt a = k / (post * P); in InterpTransposeAtPoints()
213 post *= P; in InterpTransposeAtPoints()
237 const CeedInt P = BASIS_P_1D; in GradAtPoints() local
258 pre /= P; in GradAtPoints()
270 …for (CeedInt b = 0; b < P; b++) v_k += s_chebyshev_interp_1d[j * BASIS_P_1D + b] * in[(a * P + b) … in GradAtPoints()
326 const CeedInt P = BASIS_P_1D; in GradTransposeAtPoints() local
391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints()
396 const CeedInt j = (k / post) % P; in GradTransposeAtPoints()
397 const CeedInt a = k / (post * P); in GradTransposeAtPoints()
404 post *= P; in GradTransposeAtPoints()