Lines Matching refs:x7
206 const double* x7, in operator()
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals); in operator()
218 const double* x7, in operator()
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals); in operator()
231 const double* x7, in operator()
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals); in operator()
308 const T* x7, in operator()
310 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals); in operator()
321 const T* x7, in operator()
324 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals); in operator()
335 const T* x7, in operator()
339 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals); in operator()