Home | History | Annotate | Download | only in internal

Lines Matching refs:input

90 // framework is designed for a single-parameter vector-valued input. The wrapper
209 static bool Call(const Functor& functor, T const *const *input, T* output) {
210 return functor(input[0],
211 input[1],
212 input[2],
213 input[3],
214 input[4],
215 input[5],
216 input[6],
217 input[7],
218 input[8],
219 input[9],
227 static bool Call(const Functor& functor, T const *const *input, T* output) {
228 return functor(input[0],
229 input[1],
230 input[2],
231 input[3],
232 input[4],
233 input[5],
234 input[6],
235 input[7],
236 input[8],
244 static bool Call(const Functor& functor, T const *const *input, T* output) {
245 return functor(input[0],
246 input[1],
247 input[2],
248 input[3],
249 input[4],
250 input[5],
251 input[6],
252 input[7],
260 static bool Call(const Functor& functor, T const *const *input, T* output) {
261 return functor(input[0],
262 input[1],
263 input[2],
264 input[3],
265 input[4],
266 input[5],
267 input[6],
275 static bool Call(const Functor& functor, T const *const *input, T* output) {
276 return functor(input[0],
277 input[1],
278 input[2],
279 input[3],
280 input[4],
281 input[5],
288 static bool Call(const Functor& functor, T const *const *input, T* output) {
289 return functor(input[0],
290 input[1],
291 input[2],
292 input[3],
293 input[4],
300 static bool Call(const Functor& functor, T const *const *input, T* output) {
301 return functor(input[0],
302 input[1],
303 input[2],
304 input[3],
311 static bool Call(const Functor& functor, T const *const *input, T* output) {
312 return functor(input[0],
313 input[1],
314 input[2],
321 static bool Call(const Functor& functor, T const *const *input, T* output) {
322 return functor(input[0],
323 input[1],
330 static bool Call(const Functor& functor, T const *const *input, T* output) {
331 return functor(input[0],
338 // dimension of the input arguments to the user supplied functor.