Searched refs:terms (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/2geom/
H A Dpolynomial.h12 * modify it either under the terms of the GNU Lesser General Public
14 * (the "LGPL") or, at your option, under the terms of the Mozilla
134 // equivalent to multiply by x^terms, negative terms are disallowed
135 Poly shifted(unsigned const terms) const {
137 size_type const out_size = size() + terms;
140 result.resize(terms, 0.0);
H A Dd2-sbasis.cpp13 * modify it either under the terms of the GNU Lesser General Public
15 * (the "LGPL") or, at your option, under the terms of the Mozilla
52 D2<SBasis> truncate(D2<SBasis> const & a, unsigned terms) { argument
53 return D2<SBasis>(truncate(a[X], terms), truncate(a[Y], terms));
H A Dsbasis.h11 * modify it either under the terms of the GNU Lesser General Public
13 * (the "LGPL") or, at your option, under the terms of the Mozilla
360 inline SBasis truncate(SBasis const &a, unsigned terms) {
362 c.insert(c.begin(), a.begin(), a.begin() + std::min(terms, (unsigned)a.size()));
H A Dsbasis-2d.h12 * modify it either under the terms of the GNU Lesser General Public
14 * (the "LGPL") or, at your option, under the terms of the Mozilla
154 unsigned us, vs; // number of u terms, v terms
310 SBasis2d truncate(SBasis2d const &a, unsigned terms);
H A Dd2.h12 * modify it either under the terms of the GNU Lesser General Public
14 * (the "LGPL") or, at your option, under the terms of the Mozilla
500 D2<SBasis> truncate(D2<SBasis> const & a, unsigned terms);
/inkscape/src/
H A Dselection-describer.cpp42 // Returns a list of terms for the items to be used in the statusbar
63 // Returns the number of terms in the list
232 char *terms = collect_terms (items); local
238 objcount, terms);
240 g_free(terms);

Completed in 324 milliseconds