Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-print.cc2593 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2652 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2681 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2709 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2739 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2760 case STRUCT_BITWISE_AND: {} in needsParenthesis()
2770 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2798 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2828 case STRUCT_BITWISE_AND: {return true;} in needsParenthesis()
2924 case STRUCT_BITWISE_AND: {return MULTIPLICATION_SIGN_OPERATOR;} in neededMultiplicationSign()
[all …]
H A DMathStructure.cc725 bool MathStructure::isBitwiseAnd() const {return m_type == STRUCT_BITWISE_AND;} in isBitwiseAnd()
1483 if(m_type == STRUCT_BITWISE_AND && append) { in add()
1486 transform(STRUCT_BITWISE_AND, o); in add()
1746 if(m_type == STRUCT_BITWISE_AND && append) { in add_nocopy()
1749 transform_nocopy(STRUCT_BITWISE_AND, o); in add_nocopy()
H A DMathStructure.h38 STRUCT_BITWISE_AND, enumerator
H A DMathStructure-calculate.cc4779 case STRUCT_BITWISE_AND: { in merge_bitwise_and()
4784 case STRUCT_BITWISE_AND: { in merge_bitwise_and()
4803 case STRUCT_BITWISE_AND: { in merge_bitwise_and()
5397 case STRUCT_BITWISE_AND: { in calculatesub()
6163 case STRUCT_BITWISE_AND: { in calculateMergeIndex()
6993 …if(m_type != STRUCT_ADDITION && m_type != STRUCT_MULTIPLICATION && m_type != STRUCT_BITWISE_AND &&… in evalSort()
H A DCalculator-convert.cc997 case STRUCT_BITWISE_AND: {} in convertToOptimalUnit()
H A DCalculator-parse.cc2433 mstack[mstack.size() - 2]->transform_nocopy(STRUCT_BITWISE_AND, mstack.back()); in parseOperators()
2636 mstack[mstack.size() - 2]->transform_nocopy(STRUCT_BITWISE_AND, mstack.back()); in parseOperators()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc8553 case STRUCT_BITWISE_AND: {} in draw_structure()
8651 } else if(m.type() == STRUCT_BITWISE_AND) { in draw_structure()