Home
last modified time | relevance | path

Searched refs:keep_zero_units (Results 1 – 11 of 11) sorted by relevance

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/runners/calculator/
H A Dqalculate_engine.cpp83 eo.keep_zero_units = false; in evaluate()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-polynomial.cc406 eo2.keep_zero_units = false; in polynomialQuotient()
586 eo2.keep_zero_units = false; in polynomialDivide()
953 eo2.keep_zero_units = false; in polynomial_long_division()
H A Dincludes.h694 bool keep_zero_units; member
H A DMathStructure-eval.cc660 eo.keep_zero_units = false; in solve_intervals2()
715 eo.keep_zero_units = eo_pre.keep_zero_units; in solve_intervals2()
2226 eo3.keep_zero_units = false; in eval()
2234 eo3.keep_zero_units = eo.keep_zero_units; in eval()
2238 if(eo.keep_zero_units) remove_add_zero_unit(*this); in eval()
2481 if(eo.keep_zero_units) remove_add_zero_unit(*this); in eval()
H A DMathStructure-gcd.cc325 eo.keep_zero_units = false; in gcd()
802 eo2.keep_zero_units = false; in do_simplification()
1354 eo2.keep_zero_units = false; in do_simplification()
H A DMathStructure-calculate.cc2560 …if(mstruct.isZero() && (!eo.keep_zero_units || containsType(STRUCT_UNIT, false, true, true) <= 0 |… in merge_multiplication()
2848 …if(mstruct.isZero() && (!eo.keep_zero_units || containsType(STRUCT_UNIT, false, true, true) <= 0 |… in merge_multiplication()
2854 …esentsUndefined(true, true, !eo.assume_denominators_nonzero) && (!eo.keep_zero_units || mstruct.co… in merge_multiplication()
5722 if(eo2.keep_zero_units && contains_zero_unit(*this)) { in calculatesub()
5723 eo2.keep_zero_units = false; in calculatesub()
H A DBuiltinFunctions-number.cc1122 } else if(mstruct.representsReal(!eo.keep_zero_units)) { in calculate()
H A DCalculator.cc57 …warn_about_denominators_assumed_nonzero(false), split_squares(true), keep_zero_units(true), auto_p… in EvaluationOptions()
H A DMathStructure-factor.cc339 eo2.keep_zero_units = false; in sqrfree()
H A DMathStructure-isolatex.cc2233 eo3.keep_zero_units = false; in isolate_x_sub()
/dports/math/cantor/cantor-21.12.3/src/backends/qalculate/
H A Dqalculateexpression.cpp702 eo.keep_zero_units = false; in evaluationOptions()