Lines Matching refs:NUM_COMP
27 template <int NUM_COMP, int P_1D>
34 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided1d()
43 template <int NUM_COMP, int P_1D>
50 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided1d()
56 template <int NUM_COMP, int P_1D>
63 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in SumElementStrided1d()
76 template <int NUM_COMP, int P_1D>
83 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided2d()
92 template <int NUM_COMP, int P_1D>
99 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided2d()
105 template <int NUM_COMP, int P_1D>
112 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in SumElementStrided2d()
125 template <int NUM_COMP, int P_1D>
133 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadElementStrided3d()
143 template <int NUM_COMP, int P_1D>
151 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WriteElementStrided3d()
158 template <int NUM_COMP, int P_1D>
166 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in SumElementStrided3d()
180 template <int NUM_COMP, int NUM_PTS>
187 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadPoint()
191 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in ReadPoint()
200 template <int NUM_COMP, int NUM_PTS>
207 for (CeedInt comp = 0; comp < NUM_COMP; comp++) { in WritePoint()