Home | History | Annotate | Download | only in internal

Lines Matching refs:JetT

158 // identity matrix. The JetT type should be a Jet type, and T should be a
166 // is what would get put in dst if N was 3, offset was 3, and the jet type JetT
168 template <typename JetT, typename T, int N>
169 inline void Make1stOrderPerturbation(int offset, const T* src, JetT* dst) {
181 template <typename JetT, typename T>
182 inline void Take0thOrderPart(int M, const JetT *src, T dst) {
191 template <typename JetT, typename T, int N0, int N>
192 inline void Take1stOrderPart(const int M, const JetT *src, T *dst) {
231 typedef Jet<T, N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9> JetT;
232 FixedArray<JetT, (256 * 7) / sizeof(JetT)> x(
247 const JetT *unpacked_parameters[10] = {
260 JetT* output = x.get() + N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9;
264 internal::Make1stOrderPerturbation<JetT, T, N ## i>( \
281 if (!VariadicEvaluate<Functor, JetT,
292 internal::Take1stOrderPart<JetT, T, \