Home | History | Annotate | Download | only in alg.is_permutation

Lines Matching refs:ib

28         const int ib[] = {0};
32 forward_iterator<const int*>(ib)) == true);
36 forward_iterator<const int*>(ib),
37 forward_iterator<const int*>(ib + 0)) == true);
41 forward_iterator<const int*>(ib)) == true);
45 forward_iterator<const int*>(ib),
46 forward_iterator<const int*>(ib + sa)) == true);
49 forward_iterator<const int*>(ib),
50 forward_iterator<const int*>(ib + sa - 1)) == false);
55 const int ib[] = {1};
59 forward_iterator<const int*>(ib)) == false);
63 forward_iterator<const int*>(ib),
64 forward_iterator<const int*>(ib + sa)) == false);
70 const int ib[] = {0, 0};
74 forward_iterator<const int*>(ib)) == true);
78 forward_iterator<const int*>(ib),
79 forward_iterator<const int*>(ib + sa)) == true);
82 forward_iterator<const int*>(ib),
83 forward_iterator<const int*>(ib + sa - 1)) == false);
88 const int ib[] = {0, 1};
92 forward_iterator<const int*>(ib)) == false);
96 forward_iterator<const int*>(ib),
97 forward_iterator<const int*>(ib + sa)) == false);
102 const int ib[] = {1, 0};
106 forward_iterator<const int*>(ib)) == false);
110 forward_iterator<const int*>(ib),
111 forward_iterator<const int*>(ib + sa)) == false);
116 const int ib[] = {1, 1};
120 forward_iterator<const int*>(ib)) == false);
124 forward_iterator<const int*>(ib),
125 forward_iterator<const int*>(ib + sa)) == false);
130 const int ib[] = {0, 0};
134 forward_iterator<const int*>(ib)) == false);
138 forward_iterator<const int*>(ib),
139 forward_iterator<const int*>(ib + sa)) == false);
144 const int ib[] = {0, 1};
148 forward_iterator<const int*>(ib)) == true);
152 forward_iterator<const int*>(ib),
153 forward_iterator<const int*>(ib + sa)) == true);
156 forward_iterator<const int*>(ib),
157 forward_iterator<const int*>(ib + sa - 1)) == false);
162 const int ib[] = {1, 0};
166 forward_iterator<const int*>(ib)) == true);
170 forward_iterator<const int*>(ib),
171 forward_iterator<const int*>(ib + sa)) == true);
176 const int ib[] = {1, 1};
180 forward_iterator<const int*>(ib)) == false);
184 forward_iterator<const int*>(ib),
185 forward_iterator<const int*>(ib + sa)) == false);
190 const int ib[] = {0, 0};
194 forward_iterator<const int*>(ib)) == false);
198 forward_iterator<const int*>(ib),
199 forward_iterator<const int*>(ib + sa)) == false);
204 const int ib[] = {0, 1};
208 forward_iterator<const int*>(ib)) == true);
212 forward_iterator<const int*>(ib),
213 forward_iterator<const int*>(ib + sa)) == true);
218 const int ib[] = {1, 0};
222 forward_iterator<const int*>(ib)) == true);
226 forward_iterator<const int*>(ib),
227 forward_iterator<const int*>(ib + sa)) == true);
232 const int ib[] = {1, 1};
236 forward_iterator<const int*>(ib)) == false);
240 forward_iterator<const int*>(ib),
241 forward_iterator<const int*>(ib + sa)) == false);
246 const int ib[] = {0, 0};
250 forward_iterator<const int*>(ib)) == false);
254 forward_iterator<const int*>(ib),
255 forward_iterator<const int*>(ib + sa)) == false);
260 const int ib[] = {0, 1};
264 forward_iterator<const int*>(ib)) == false);
268 forward_iterator<const int*>(ib),
269 forward_iterator<const int*>(ib + sa)) == false);
274 const int ib[] = {1, 0};
278 forward_iterator<const int*>(ib)) == false);
282 forward_iterator<const int*>(ib),
283 forward_iterator<const int*>(ib + sa)) == false);
288 const int ib[] = {1, 1};
292 forward_iterator<const int*>(ib)) == true);
296 forward_iterator<const int*>(ib),
297 forward_iterator<const int*>(ib + sa)) == true);
303 const int ib[] = {1, 0, 0};
307 forward_iterator<const int*>(ib)) == false);
311 forward_iterator<const int*>(ib),
312 forward_iterator<const int*>(ib + sa)) == false);
317 const int ib[] = {1, 0, 1};
321 forward_iterator<const int*>(ib)) == false);
325 forward_iterator<const int*>(ib),
326 forward_iterator<const int*>(ib + sa)) == false);
331 const int ib[] = {1, 0, 2};
335 forward_iterator<const int*>(ib)) == false);
339 forward_iterator<const int*>(ib),
340 ib + sa)) == false);
345 const int ib[] = {1, 1, 0};
349 forward_iterator<const int*>(ib)) == false);
353 forward_iterator<const int*>(ib),
354 forward_iterator<const int*>(ib + sa)) == false);
359 const int ib[] = {1, 1, 1};
363 forward_iterator<const int*>(ib)) == false);
367 forward_iterator<const int*>(ib),
368 forward_iterator<const int*>(ib + sa)) == false);
373 const int ib[] = {1, 1, 2};
377 forward_iterator<const int*>(ib)) == false);
381 forward_iterator<const int*>(ib),
382 forward_iterator<const int*>(ib + sa)) == false);
387 const int ib[] = {1, 2, 0};
391 forward_iterator<const int*>(ib)) == false);
395 forward_iterator<const int*>(ib),
396 forward_iterator<const int*>(ib + sa)) == false);
401 const int ib[] = {1, 2, 1};
405 forward_iterator<const int*>(ib)) == false);
409 forward_iterator<const int*>(ib),
410 forward_iterator<const int*>(ib + sa)) == false);
415 const int ib[] = {1, 2, 2};
419 forward_iterator<const int*>(ib)) == false);
423 forward_iterator<const int*>(ib),
424 forward_iterator<const int*>(ib + sa)) == false);
429 const int ib[] = {1, 0, 0};
433 forward_iterator<const int*>(ib)) == true);
437 forward_iterator<const int*>(ib),
438 forward_iterator<const int*>(ib + sa)) == true);
441 forward_iterator<const int*>(ib),
442 forward_iterator<const int*>(ib + sa - 1)) == false);
447 const int ib[] = {1, 0, 1};
451 forward_iterator<const int*>(ib)) == false);
455 forward_iterator<const int*>(ib),
456 forward_iterator<const int*>(ib + sa)) == false);
461 const int ib[] = {1, 0, 2};
465 forward_iterator<const int*>(ib)) == true);
469 forward_iterator<const int*>(ib),
470 forward_iterator<const int*>(ib + sa)) == true);
473 forward_iterator<const int*>(ib),
474 forward_iterator<const int*>(ib + sa - 1)) == false);
479 const int ib[] = {1, 2, 0};
483 forward_iterator<const int*>(ib)) == true);
487 forward_iterator<const int*>(ib),
488 forward_iterator<const int*>(ib + sa)) == true);
491 forward_iterator<const int*>(ib),
492 forward_iterator<const int*>(ib + sa - 1)) == false);
497 const int ib[] = {2, 1, 0};
501 forward_iterator<const int*>(ib)) == true);
505 forward_iterator<const int*>(ib),
506 forward_iterator<const int*>(ib + sa)) == true);
509 forward_iterator<const int*>(ib),
510 forward_iterator<const int*>(ib + sa - 1)) == false);
515 const int ib[] = {2, 0, 1};
519 forward_iterator<const int*>(ib)) == true);
523 forward_iterator<const int*>(ib),
524 forward_iterator<const int*>(ib + sa)) == true);
527 forward_iterator<const int*>(ib),
528 forward_iterator<const int*>(ib + sa - 1)) == false);
533 const int ib[] = {1, 0, 1};
537 forward_iterator<const int*>(ib)) == false);
541 forward_iterator<const int*>(ib),
542 forward_iterator<const int*>(ib + sa)) == false);
547 const int ib[] = {1, 0, 0};
551 forward_iterator<const int*>(ib)) == true);
555 forward_iterator<const int*>(ib),
556 forward_iterator<const int*>(ib + sa)) == true);
559 forward_iterator<const int*>(ib + 1),
560 forward_iterator<const int*>(ib + sa)) == false);
563 forward_iterator<const int*>(ib),
564 forward_iterator<const int*>(ib + sa - 1)) == false);
569 const int ib[] = {4, 2, 3, 0, 1, 4, 0, 5, 6, 2};
573 forward_iterator<const int*>(ib)) == true);
577 forward_iterator<const int*>(ib),
578 forward_iterator<const int*>(ib + sa)) == true);
581 forward_iterator<const int*>(ib + 1 ),
582 forward_iterator<const int*>(ib + sa)) == false);
585 forward_iterator<const int*>(ib),
586 forward_iterator<const int*>(ib + sa - 1)) == false);
591 const int ib[] = {4, 2, 3, 0, 1, 4, 0, 5, 6, 0};
595 forward_iterator<const int*>(ib)) == false);
599 forward_iterator<const int*>(ib),
600 forward_iterator<const int*>(ib + sa)) == false);