Home
last modified time | relevance | path

Searched refs:FUNCTION_ID_UNCERTAINTY (Results 1 – 12 of 12) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h295 FUNCTION_ID_UNCERTAINTY = 2401, enumerator
531 DECLARE_BUILTIN_FUNCTION(UncertaintyFunction, FUNCTION_ID_UNCERTAINTY)
H A DMathStructure-eval.cc143 …n()->id() == FUNCTION_ID_INTERVAL || mstruct.function()->id() == FUNCTION_ID_UNCERTAINTY)) return … in var_contains_interval()
990 …} else if(mvar.isFunction() && mvar.function()->id() == FUNCTION_ID_UNCERTAINTY && mvar.size() == … in find_interval_replace_var()
1048 …} else if(m.isFunction() && m.function()->id() == FUNCTION_ID_UNCERTAINTY && m.size() == 3 && m[2]… in find_interval_replace_var()
1069 …AL && m.size() == 2) || (m.isFunction() && m.function()->id() == FUNCTION_ID_UNCERTAINTY && m.size… in find_interval_replace_var_nr()
1202 …AL && m.size() == 2) || (m.isFunction() && m.function()->id() == FUNCTION_ID_UNCERTAINTY && m.size… in find_interval_replace_var_comp()
1228 …if(m[0].containsFunctionId(FUNCTION_ID_UNCERTAINTY) && !mbak[0].containsFunctionId(FUNCTION_ID_UNC… in eval_comparison_sides()
1237 …if(m[1].containsFunctionId(FUNCTION_ID_UNCERTAINTY) && !mbak[1].containsFunctionId(FUNCTION_ID_UNC… in eval_comparison_sides()
2336 transformById(FUNCTION_ID_UNCERTAINTY); in eval()
H A DMathStructure-print.cc2394 setFunctionId(FUNCTION_ID_UNCERTAINTY); in formatsub()
2602 case STRUCT_FUNCTION: {return o_function->id() == FUNCTION_ID_UNCERTAINTY;} in needsParenthesis()
2632 case STRUCT_FUNCTION: {return o_function->id() == FUNCTION_ID_UNCERTAINTY;} in needsParenthesis()
2690 case STRUCT_FUNCTION: {return o_function->id() == FUNCTION_ID_UNCERTAINTY;} in needsParenthesis()
3564 if(o_function->id() == FUNCTION_ID_UNCERTAINTY && SIZE == 3 && CHILD(2).isZero()) { in print()
3566 if(o_function->id() == FUNCTION_ID_UNCERTAINTY) { in print()
H A DVariable.cc405 …} else if(mstruct.isFunction() && mstruct.function()->id() == FUNCTION_ID_UNCERTAINTY && mstruct.s… in replace_f_interval()
H A DMathStructure-polynomial.cc1049 …if(o_function->id() == FUNCTION_ID_UNCERTAINTY || o_function->id() == FUNCTION_ID_INTERVAL || cont… in isRationalPolynomial()
H A DDataSet.cc734 str.insert(0, CALCULATOR->getFunctionById(FUNCTION_ID_UNCERTAINTY)->referenceName()); in loadObjects()
H A DMathStructure.cc2570 …unction()->id() == FUNCTION_ID_INTERVAL || m.function()->id() == FUNCTION_ID_UNCERTAINTY)) return … in contains_interval_var()
2612 …(o_function->id() == FUNCTION_ID_INTERVAL || o_function->id() == FUNCTION_ID_UNCERTAINTY)) return … in containsInterval()
H A DFunction.cc837 …TION_NONE && mstruct.isFunction() && mstruct.function()->id() == FUNCTION_ID_UNCERTAINTY && mstruc… in replace_f_interval()
H A DMathStructure-calculate.cc5012 …function()->id() == FUNCTION_ID_INTERVAL || mstruct.function()->id() == FUNCTION_ID_UNCERTAINTY)) { in fix_intervals()
5022 …mstruct.type() == STRUCT_FUNCTION && mstruct.function()->id() == FUNCTION_ID_UNCERTAINTY && mstruc… in fix_intervals()
6038 … o_function->id() == FUNCTION_ID_INTERVAL || o_function->id() == FUNCTION_ID_UNCERTAINTY || o_func… in calculatesub()
H A DCalculator-parse.cc1653 …} else if((f->id() == FUNCTION_ID_INTERVAL || f->id() == FUNCTION_ID_UNCERTAINTY) && po.read_preci… in parse()
1699 …} else if((f->id() == FUNCTION_ID_INTERVAL || f->id() == FUNCTION_ID_UNCERTAINTY) && po.read_preci… in parse()
H A DCalculator.cc2565 case FUNCTION_ID_UNCERTAINTY: {return f_uncertainty;} in getFunctionById()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc4822 …if((parsed_mstruct && parsed_mstruct->containsFunctionId(FUNCTION_ID_UNCERTAINTY)) || expression_s… in setResult()