Home
last modified time | relevance | path

Searched defs:merge_precision (Results 1 – 2 of 2) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure.cc209 void MathStructure::set(const MathStructure &o, bool merge_precision) { in set()
265 void MathStructure::set_nocopy(MathStructure &o, bool merge_precision) { in set_nocopy()
2363 void MathStructure::setChild(const MathStructure &o, size_t index, bool merge_precision) { in setChild()
2369 void MathStructure::setChild_nocopy(MathStructure *o, size_t index, bool merge_precision) { in setChild_nocopy()
H A DNumber.cc1196 void Number::setInternal(const mpfr_t &mpfr_value, bool merge_precision, bool keep_imag) {
1224 void Number::set(const Number &o, bool merge_precision, bool keep_imag) {