Lines Matching defs:push
141 inline void push(const T &s, double to) {
147 inline void push(T &&s, double to) {
265 push(other[i] + y, other.cuts[i + 1] + t);
409 ret.push(elem_portion(pw, si, prev, c[ci]), c[ci]);
418 ret.push(elem_portion(pw, pw.size() - 1, prev, c[ci]), c[ci]);
443 ret.push(elem_portion(pw, i, from, to), to);
475 ret.push(f[i], f.cuts[i+1]);
496 ret.push(elem_portion(f, i, last, f.cuts[i+1]), f.cuts[i+1]);
551 if(a.empty()) { a.push_cut(0.); a.push(T(b), 1.); return a; }
561 if(a.empty()) { a.push_cut(0.); a.push(T(-b), 1.); return a; }
804 result.push(compose(f[idx],sub_g),t1);
836 result.push(compose_each(sb2d,pwd2sb[i]),i+1);