Home
last modified time | relevance | path

Searched refs:eo_pre (Results 1 – 5 of 5) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-eval.cc619 …_intervals2(MathStructure &mstruct, vector<KnownVariable*> vars, const EvaluationOptions &eo_pre) { in solve_intervals2() argument
621 EvaluationOptions eo = eo_pre; in solve_intervals2()
662 eo.expand = eo_pre.expand; in solve_intervals2()
693 eo.expand = eo_pre.expand; in solve_intervals2()
715 eo.keep_zero_units = eo_pre.keep_zero_units; in solve_intervals2()
729 solve_intervals2(mlim, vars2, eo_pre); in solve_intervals2()
736 eo.expand = eo_pre.expand; in solve_intervals2()
756 mstruct.unformat(eo_pre); in solve_intervals2()
757 solve_intervals2(mstruct, vars, eo_pre); in solve_intervals2()
H A DMathStructure-limit.cc1111 …thStructure &x_var, const MathStructure &limit, const EvaluationOptions &eo_pre, int approach_dire… in calculateLimit() argument
1112 EvaluationOptions eo = eo_pre; in calculateLimit()
1123 eo.approximation = eo_pre.approximation; in calculateLimit()
H A DMathStructure-factor.cc1133 bool MathStructure::factorize(const EvaluationOptions &eo_pre, bool unfactorize, int term_combinati… argument
1157 EvaluationOptions eo = eo_pre;
1161 unformat(eo_pre);
1302 eo.protected_function = eo_pre.protected_function;
1306 eo.protected_function = eo_pre.protected_function;
1500 eo.protected_function = eo_pre.protected_function;
H A DMathStructure.h896 …thStructure &x_var, const MathStructure &limit, const EvaluationOptions &eo_pre, int approach_dire…
H A DMathStructure-integrate.cc4157 int MathStructure::integrate(const MathStructure &x_var, const EvaluationOptions &eo_pre, bool simp… in integrate() argument
4161 EvaluationOptions eo = eo_pre; in integrate()
4172 unformat(eo_pre); in integrate()