| 280 | SingletonView::glbMax(const Delta& d) const { return x.max(d); } |
| 281 | |
| 282 | forceinline bool |
| 283 | SingletonView::glbAny(const Delta& d) const { return x.any(d); } |
| 284 | |
| 285 | forceinline int |
| 286 | SingletonView::lubMin(const Delta& d) const { return x.min(d); } |