Lines Matching refs:x3
164 const double* x3, in operator()
166 return functor_(x0, x1, x2, x3, residuals); in operator()
172 const double* x3, in operator()
175 return functor_(x0, x1, x2, x3, x4, residuals); in operator()
181 const double* x3, in operator()
185 return functor_(x0, x1, x2, x3, x4, x5, residuals); in operator()
191 const double* x3, in operator()
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals); in operator()
202 const double* x3, in operator()
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals); in operator()
214 const double* x3, in operator()
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals); in operator()
227 const double* x3, in operator()
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals); in operator()
262 const T* x3, in operator()
264 return functor_(x0, x1, x2, x3, residuals); in operator()
271 const T* x3, in operator()
274 return functor_(x0, x1, x2, x3, x4, residuals); in operator()
281 const T* x3, in operator()
285 return functor_(x0, x1, x2, x3, x4, x5, residuals); in operator()
292 const T* x3, in operator()
297 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals); in operator()
304 const T* x3, in operator()
310 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals); in operator()
317 const T* x3, in operator()
324 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals); in operator()
331 const T* x3, in operator()
339 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals); in operator()