Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator-parse.cc2225 MathStructure *get_out_of_negate(MathStructure &mstruct, int *i_neg) { in get_out_of_negate() function
2228 return get_out_of_negate(mstruct.last(), i_neg); in get_out_of_negate()
2958 MathStructure *mstruct_a = get_out_of_negate(mstruct->last(), &i_neg); in parseOperators()
3153 MathStructure *mstruct_a = get_out_of_negate(mstruct->last(), &i_neg); in parseOperators()
3199 MathStructure *mstruct_a = get_out_of_negate(*mstruct, NULL); in parseOperators()
3234 MathStructure *mstruct_a = get_out_of_negate(mstruct->last(), &i_neg); in parseOperators()