Home | History | Annotate | Download | only in internal

Lines Matching refs:N0

189 // Takes N 1st order parts, starting at index N0, and puts them in the M x N
191 template <typename JetT, typename T, int N0, int N>
197 src[i].v.template segment<N>(N0);
203 // C++0x). N0 through N5 are the dimension of the input arguments to
206 int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0,
227 << "(ignore trailing 0s): " << N0 << ", " << N1 << ", " << N2 << ", "
231 typedef Jet<T, N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9> JetT;
233 N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9 + num_outputs);
237 const int jet1 = N0;
238 const int jet2 = N0 + N1;
239 const int jet3 = N0 + N1 + N2;
240 const int jet4 = N0 + N1 + N2 + N3;
241 const int jet5 = N0 + N1 + N2 + N3 + N4;
242 const int jet6 = N0 + N1 + N2 + N3 + N4 + N5;
243 const int jet7 = N0 + N1 + N2 + N3 + N4 + N5 + N6;
244 const int jet8 = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7;
245 const int jet9 = N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8;
260 JetT* output = x.get() + N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9;
282 N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Call(