Home
last modified time | relevance | path

Searched defs:isOperator (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DEvaluatorTExpr.cxx49 bool Evaluator::TNegation::isOperator() const in isOperator() function in tfel::math::Evaluator::TNegation
78 bool Evaluator::TOperator::isOperator() const in isOperator() function in tfel::math::Evaluator::TOperator
99 bool Evaluator::TBinaryOperation::isOperator() const in isOperator() function in tfel::math::Evaluator::TBinaryOperation
141 bool Evaluator::TVariable::isOperator() const in isOperator() function in tfel::math::Evaluator::TVariable
158 bool Evaluator::TGroup::isOperator() const in isOperator() function in tfel::math::Evaluator::TGroup
260 bool Evaluator::TFunction::isOperator() const in isOperator() function in tfel::math::Evaluator::TFunction
282 bool Evaluator::TBinaryFunction::isOperator() const in isOperator() function in tfel::math::Evaluator::TBinaryFunction
304 bool Evaluator::TNumber::isOperator() const in isOperator() function in tfel::math::Evaluator::TNumber
326 bool Evaluator::TExternalFunctionExpr::isOperator() const in isOperator() function in tfel::math::Evaluator::TExternalFunctionExpr
388 bool Evaluator::TConditionalExpr::isOperator() const in isOperator() function in tfel::math::Evaluator::TConditionalExpr
[all …]
H A DIntegerEvaluatorTExpr.cxx37 bool IntegerEvaluator::TNegation::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TNegation
87 bool IntegerEvaluator::TOperator::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TOperator
162 bool IntegerEvaluator::TBinaryOperation::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TBinaryOperation
202 bool IntegerEvaluator::TVariable::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TVariable
234 bool IntegerEvaluator::TGroup::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TGroup
336 bool IntegerEvaluator::TNumber::isOperator() const in isOperator() function in tfel::math::IntegerEvaluator::TNumber
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DEvaluatorTExpr.cxx47 bool Evaluator::TNegation::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TNegation
66 bool Evaluator::TOperator::isOperator() const { in isOperator() function in tfel::math::Evaluator::TOperator
88 bool Evaluator::TBinaryOperation::isOperator() const { in isOperator() function in tfel::math::Evaluator::TBinaryOperation
129 bool Evaluator::TVariable::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TVariable
140 bool Evaluator::TGroup::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TGroup
245 bool Evaluator::TFunction::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TFunction
261 bool Evaluator::TBinaryFunction::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TBinaryFunction
277 bool Evaluator::TNumber::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TNumber
322 bool Evaluator::TDifferentiatedFunctionExpr::isOperator() const { in isOperator() function in tfel::math::Evaluator::TDifferentiatedFunctionExpr
350 bool Evaluator::TConditionalExpr::isOperator() const { in isOperator() function in tfel::math::Evaluator::TConditionalExpr
[all …]
H A DIntegerEvaluatorTExpr.cxx36 bool IntegerEvaluator::TNegation::isOperator() const { return false; } in isOperator() function in tfel::math::IntegerEvaluator::TNegation
76 bool IntegerEvaluator::TOperator::isOperator() const { in isOperator() function in tfel::math::IntegerEvaluator::TOperator
149 bool IntegerEvaluator::TBinaryOperation::isOperator() const { in isOperator() function in tfel::math::IntegerEvaluator::TBinaryOperation
192 bool IntegerEvaluator::TVariable::isOperator() const { return false; } in isOperator() function in tfel::math::IntegerEvaluator::TVariable
218 bool IntegerEvaluator::TGroup::isOperator() const { return false; } in isOperator() function in tfel::math::IntegerEvaluator::TGroup
321 bool IntegerEvaluator::TNumber::isOperator() const { return false; } in isOperator() function in tfel::math::IntegerEvaluator::TNumber
/dports/lang/yap/yap-6.2.2/packages/ProbLog/simplecudd/
H A Dgeneral.h198 #define isOperator(x) (x == '+' || x == '*' || x == '#' || x == '=') macro
/dports/lang/yap/yap-6.2.2/packages/cplint/approx/simplecuddLPADs/
H A Dgeneral.h200 #define isOperator(x) (x == '+' || x == '*' || x == '#' || x == '=') macro
/dports/lang/yap/yap-6.2.2/packages/ProbLog/simplecudd_lfi/
H A Dgeneral.h194 #define isOperator(x) (x == '+' || x == '*' || x == '#' || x == '=') macro
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/Writers/
H A DTeX.hs220 | isOperator b = do function
422 isOperator (EMathOperator _) = True function
423 isOperator (ESymbol Op _) = True function
424 isOperator _ = False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/Writers/
H A DTeX.hs203 | isOperator b = do function
405 isOperator (EMathOperator _) = True function
406 isOperator (ESymbol Op _) = True function
407 isOperator _ = False function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/MAlonzo/
H A DPretty.hs212 | isOperator x = prettyQName x function
216 isOperator q = function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/find/
H A DAnd.java71 public boolean isOperator() { in isOperator() method in And
H A DExpression.java83 public boolean isOperator(); in isOperator() method
H A DFilterExpression.java93 public boolean isOperator() { in isOperator() method in FilterExpression
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php325 protected function isOperator(File $phpcsFile, $stackPtr) function in PHP_CodeSniffer\\Standards\\Squiz\\Sniffs\\WhiteSpace\\OperatorSpacingSniff
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/phpmyadmin/sql-parser/src/Components/
H A DCondition.php74 public $isOperator = false; variable in PhpMyAdmin\\SqlParser\\Components\\Condition
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/find/
H A DTestFilterExpression.java108 public void isOperator() { in isOperator() method in TestFilterExpression
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/phpmyadmin/sql-parser/src/Components/
H A DCondition.php79 public $isOperator = false; variable in PhpMyAdmin\\SqlParser\\Components\\Condition
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/actions/expression/nodes/
H A DFunctionCallExpression.cpp11 bool isOperator, in FunctionCallExpression()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/tools/
H A Dnimlexer.cpp104 bool NimLexer::isOperator() in isOperator() function in Nim::NimLexer
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DTextCell.cpp822 bool isOperator = true; in ToString() local
905 bool isOperator = true; in ToMatlab() local
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Highlighting/
H A DVim.hs85 | isOperator n = map rawNameToString $ nameStringParts n function
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Duserlist.h41 bool isOperator; member
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dfiledhistory.h103 bool isOperator(const QString &authId) const override { return m_ops.contains(authId); } in isOperator() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DMethodOrPropertySymbol.cs33 public bool isOperator; // a user defined operator (or default indexed property) field in Microsoft.CSharp.RuntimeBinder.Semantics.MethodOrPropertySymbol
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/TabCompletion/Matcher/
H A DAbstractMatcher.php166 public static function isOperator($token) function in Psy\\TabCompletion\\Matcher\\AbstractMatcher

12345678910