Lines Matching refs:s_chebyshev_interp_1d
49 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpAtPoints() local
55 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; 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()
132 CeedScalar *s_chebyshev_interp_1d = s_mem; in InterpTransposeAtPoints() local
138 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in InterpTransposeAtPoints()
209 …for (CeedInt b = 0; b < Q; b++) v_k += s_chebyshev_interp_1d[j + b * BASIS_P_1D] * in[(a * Q + b) … in InterpTransposeAtPoints()
228 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradAtPoints() local
234 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; 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()
317 CeedScalar *s_chebyshev_interp_1d = s_mem; in GradTransposeAtPoints() local
323 s_chebyshev_interp_1d[k] = chebyshev_interp_1d[k]; in GradTransposeAtPoints()
400 …for (CeedInt b = 0; b < Q; b++) v_k += s_chebyshev_interp_1d[j + b * BASIS_P_1D] * in[(a * Q + b) … in GradTransposeAtPoints()