Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure.cc79 case STRUCT_SYMBOLIC: { in MathStructure()
144 m_type = STRUCT_SYMBOLIC; in MathStructure()
219 case STRUCT_SYMBOLIC: { in set()
276 case STRUCT_SYMBOLIC: { in set_nocopy()
381 m_type = STRUCT_SYMBOLIC; in set()
701 bool MathStructure::isSymbolic() const {return m_type == STRUCT_SYMBOLIC;} in isSymbolic()
1008 case STRUCT_SYMBOLIC: {return CALCULATOR->defaultAssumptions()->isReal();} in representsReal()
1043 case STRUCT_SYMBOLIC: {return CALCULATOR->defaultAssumptions()->isReal();} in representsNonComplex()
1847 case STRUCT_SYMBOLIC: {return s_sym == o.symbol();} in equals()
1912 if(m_type != STRUCT_SYMBOLIC) return false; in equals()
[all …]
H A DMathStructure-print.cc373 case STRUCT_SYMBOLIC: { in sortCompare()
2565 case STRUCT_SYMBOLIC: { in namelen()
2607 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2637 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2666 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2695 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2723 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2753 case STRUCT_SYMBOLIC: {return false;} in needsParenthesis()
2938 case STRUCT_SYMBOLIC: {break;} in neededMultiplicationSign()
2986 case STRUCT_SYMBOLIC: { in neededMultiplicationSign()
[all …]
H A DMathStructure-differentiate.cc685 case STRUCT_SYMBOLIC: { in differentiate()
H A DMathStructure.h34 STRUCT_SYMBOLIC, enumerator
H A DMathStructure-polynomial.cc1053 case STRUCT_SYMBOLIC: { in isRationalPolynomial()
H A DMathStructure-eval.cc2100 …D || m_type == STRUCT_DATETIME || m_type == STRUCT_UNIT || m_type == STRUCT_SYMBOLIC || (m_type ==… in eval()
2406 …D || m_type == STRUCT_DATETIME || m_type == STRUCT_UNIT || m_type == STRUCT_SYMBOLIC || (m_type ==… in eval()
H A DMathStructure-factor.cc74 case STRUCT_SYMBOLIC: {} in sqrfree_differentiate()
H A DMathStructure-calculate.cc6940 case STRUCT_SYMBOLIC: { in evalSortCompare()
H A DMathStructure-integrate.cc6435 case STRUCT_SYMBOLIC: { in integrate()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc7664 case STRUCT_SYMBOLIC: { in draw_structure()