Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h815 #define LOGICAL_NOT_CH '!' macro
H A DCalculator-parse.cc2161 …if(i == string::npos && str[0] != LOGICAL_NOT_CH && str[0] != BITWISE_NOT_CH && !(str[0] == ID_WRA… in parseAdd()
2177 …if(i == string::npos && str[0] != LOGICAL_NOT_CH && str[0] != BITWISE_NOT_CH && !(str[0] == ID_WRA… in parseAdd()
2861 …while(i != string::npos && ((str[i] == LOGICAL_NOT_CH && (i + 1 >= str.length() || str[i + 1] != E… in parseOperators()
2876 …while(i != string::npos && ((str[i] == LOGICAL_NOT_CH && (i + 1 >= str.length() || str[i + 1] != E… in parseOperators()
3603 } else if(str[i] == BITWISE_NOT_CH || str[i] == LOGICAL_NOT_CH) { in parseOperators()
3617 if(!str.empty() && (str[0] == BITWISE_NOT_CH || str[0] == LOGICAL_NOT_CH)) { in parseOperators()