Home
last modified time | relevance | path

Searched refs:isOperator (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/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
208 if((*p)->isOperator()){ in reduce()
222 if((*previous)->isOperator()){ in reduce()
231 if((*next)->isOperator()){ in reduce()
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
[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
281 if ((*p)->isOperator()) { in reduce()
292 throw_if((*next)->isOperator(),"group two successive operators"); in reduce()
299 if((*previous)->isOperator()){ in reduce()
303 throw_if((*next)->isOperator(),"group three successive operators"); in reduce()
308 if((*next)->isOperator()){ in reduce()
[all …]
/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
140 bool Evaluator::TGroup::isOperator() const { return false; } in isOperator() function in tfel::math::Evaluator::TGroup
182 if ((*p)->isOperator()) { in reduce()
200 if ((*previous)->isOperator()) { in reduce()
206 throw_if((*next)->isOperator(), in reduce()
212 if ((*next)->isOperator()) { in reduce()
220 throw_if((*nnext)->isOperator(), in reduce()
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
218 bool IntegerEvaluator::TGroup::isOperator() const { return false; } in isOperator() function in tfel::math::IntegerEvaluator::TGroup
258 if ((*p)->isOperator()) { in reduce()
270 throw_if((*next)->isOperator(), in reduce()
279 if ((*previous)->isOperator()) { in reduce()
285 throw_if((*next)->isOperator(), in reduce()
291 if ((*next)->isOperator()) { in reduce()
299 throw_if((*nnext)->isOperator(), in reduce()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Parser/
H A DEvaluatorTExpr.hxx43 virtual bool isOperator() const =0;
53 bool isOperator() const override;
67 bool isOperator() const override;
82 bool isOperator() const override;
144 bool isOperator() const override;
161 bool isOperator() const override;
174 bool isOperator() const override;
190 bool isOperator() const override;
205 bool isOperator() const override;
221 bool isOperator() const override;
[all …]
H A DIntegerEvaluatorTExpr.hxx36 virtual bool isOperator() const =0;
58 bool isOperator() const override;
113 bool isOperator() const override;
146 bool isOperator() const override;
164 bool isOperator() const override;
179 bool isOperator() const override;
204 bool isOperator() const override;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Parser/
H A DEvaluatorTExpr.hxx43 virtual bool isOperator() const =0;
53 bool isOperator() const override;
67 bool isOperator() const override;
82 bool isOperator() const override;
144 bool isOperator() const override;
161 bool isOperator() const override;
174 bool isOperator() const override;
190 bool isOperator() const override;
205 bool isOperator() const override;
221 bool isOperator() const override;
[all …]
H A DIntegerEvaluatorTExpr.hxx36 virtual bool isOperator() const =0;
58 bool isOperator() const override;
113 bool isOperator() const override;
146 bool isOperator() const override;
164 bool isOperator() const override;
179 bool isOperator() const override;
204 bool isOperator() const override;
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/enhancedpath/
H A DEnhancedPathFormula.cpp480 if (!arg.isOperator() && in compile()
504 if (!arg2.isOperator()) in compile()
524 if (!arg.isOperator()) in compile()
544 if (right.isOperator()) in compile()
545 if (!y.isOperator()) in compile()
566 if (!a.isOperator()) in compile()
567 if (!b.isOperator()) in compile()
597 if (!x.isOperator()) in compile()
620 if (!x.isOperator()) in compile()
646 if (syntaxStack.top().isOperator()) in compile()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/enhancedpath/
H A DEnhancedPathFormula.cpp460 if (!arg.isOperator() && in compile()
484 if (!arg2.isOperator()) in compile()
524 if (right.isOperator()) in compile()
525 if (!y.isOperator()) in compile()
546 if (!a.isOperator()) in compile()
547 if (!b.isOperator()) in compile()
577 if (!x.isOperator()) in compile()
599 if (!x.isOperator()) in compile()
600 if (op.isOperator()) in compile()
623 if (syntaxStack.top().isOperator()) in compile()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Docaml.c198 isOperator['!'] = TRUE; in initOperatorTable()
199 isOperator['$'] = TRUE; in initOperatorTable()
200 isOperator['%'] = TRUE; in initOperatorTable()
201 isOperator['&'] = TRUE; in initOperatorTable()
202 isOperator['*'] = TRUE; in initOperatorTable()
203 isOperator['+'] = TRUE; in initOperatorTable()
204 isOperator['-'] = TRUE; in initOperatorTable()
205 isOperator['.'] = TRUE; in initOperatorTable()
206 isOperator['/'] = TRUE; in initOperatorTable()
207 isOperator[':'] = TRUE; in initOperatorTable()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Docaml.c198 isOperator['!'] = TRUE; in initOperatorTable()
199 isOperator['$'] = TRUE; in initOperatorTable()
200 isOperator['%'] = TRUE; in initOperatorTable()
201 isOperator['&'] = TRUE; in initOperatorTable()
202 isOperator['*'] = TRUE; in initOperatorTable()
203 isOperator['+'] = TRUE; in initOperatorTable()
204 isOperator['-'] = TRUE; in initOperatorTable()
205 isOperator['.'] = TRUE; in initOperatorTable()
206 isOperator['/'] = TRUE; in initOperatorTable()
207 isOperator[':'] = TRUE; in initOperatorTable()
[all …]
/dports/devel/ctags/ctags-5.8/
H A Docaml.c198 isOperator['!'] = TRUE; in initOperatorTable()
199 isOperator['$'] = TRUE; in initOperatorTable()
200 isOperator['%'] = TRUE; in initOperatorTable()
201 isOperator['&'] = TRUE; in initOperatorTable()
202 isOperator['*'] = TRUE; in initOperatorTable()
203 isOperator['+'] = TRUE; in initOperatorTable()
204 isOperator['-'] = TRUE; in initOperatorTable()
205 isOperator['.'] = TRUE; in initOperatorTable()
206 isOperator['/'] = TRUE; in initOperatorTable()
207 isOperator[':'] = TRUE; in initOperatorTable()
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A Docaml.c198 isOperator['!'] = TRUE; in initOperatorTable()
199 isOperator['$'] = TRUE; in initOperatorTable()
200 isOperator['%'] = TRUE; in initOperatorTable()
201 isOperator['&'] = TRUE; in initOperatorTable()
202 isOperator['*'] = TRUE; in initOperatorTable()
203 isOperator['+'] = TRUE; in initOperatorTable()
204 isOperator['-'] = TRUE; in initOperatorTable()
205 isOperator['.'] = TRUE; in initOperatorTable()
206 isOperator['/'] = TRUE; in initOperatorTable()
207 isOperator[':'] = TRUE; in initOperatorTable()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/animations/strategy/
H A DKPrFormulaParser.cpp346 if (!arg2.isOperator()) in compile()
367 if (!argu.isOperator()) in compile()
389 if (right.isOperator()) { in compile()
390 if (!y.isOperator()) { in compile()
416 if (!a.isOperator()) { in compile()
417 if (!b.isOperator()) { in compile()
418 if (op.isOperator()) { in compile()
454 if (!x.isOperator()) { in compile()
482 if (!x.isOperator()) { in compile()
483 if (op.isOperator()) { in compile()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Docaml.c185 isOperator['!'] = true; in initOperatorTable()
186 isOperator['$'] = true; in initOperatorTable()
187 isOperator['%'] = true; in initOperatorTable()
188 isOperator['&'] = true; in initOperatorTable()
189 isOperator['*'] = true; in initOperatorTable()
190 isOperator['+'] = true; in initOperatorTable()
191 isOperator['-'] = true; in initOperatorTable()
192 isOperator['.'] = true; in initOperatorTable()
193 isOperator['/'] = true; in initOperatorTable()
194 isOperator[':'] = true; in initOperatorTable()
[all …]
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_callset.cpp59 isOperator(','); in parse()
72 if (isOperator('*')) { in parseRange()
76 if (isOperator('-')) { in parseRange()
86 if (isOperator('/')) { in parseRange()
98 bool isOperator(char c) { in isOperator() function in CallSetParser
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Math/
H A DExpression.hpp304 bool isOperator);
319 bool getOperator(void) {return isOperator;} in getOperator()
320 void setOperator(bool value) {isOperator = value;} in setOperator()
330 bool isOperator; member in gpstk::Expression::Token
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/export/
H A DExcelExport.cpp767 if (!arg2.isOperator()) in compileFormula()
809 if (!arg.isOperator()) in compileFormula()
900 if (!arg.isOperator()) in compileFormula()
925 if (right.isOperator()) in compileFormula()
926 if (!y.isOperator()) in compileFormula()
948 if (!a.isOperator()) in compileFormula()
949 if (!b.isOperator()) in compileFormula()
1005 if (!x.isOperator()) in compileFormula()
1029 if (!x.isOperator()) in compileFormula()
1056 if (syntaxStack.top().isOperator()) in compileFormula()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dclient.cpp54 bool isOperator = false; member
114 u["op"] = isOperator(); in description()
141 if(d->isOperator != op && d->session) { in callJsonApi()
226 d->isOperator = op; in setOperator()
229 bool Client::isOperator() const in isOperator() function in server::Client
231 return d->isOperator || d->isModerator; in isOperator()
236 return !isOperator() in isDeputy()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DFormula.cpp422 if (isOperator()) return matchOperator(m_text); in asOperator()
1219 if (!arg.isOperator()) in compile()
1310 if (!arg.isOperator()) in compile()
1332 if (right.isOperator()) in compile()
1333 if (!y.isOperator()) in compile()
1354 if (!a.isOperator()) in compile()
1355 if (!b.isOperator()) in compile()
1412 if (!x.isOperator()) in compile()
1434 if (!x.isOperator()) in compile()
1459 if (syntaxStack.top().isOperator()) in compile()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Duserlist.cpp58 case IsOpRole: return u.isOperator; in data()
73 else if(u.isOperator) in data()
193 if(op != u.isOperator) { in updateOperators()
194 u.isOperator = op; in updateOperators()
243 if(u.isOnline && (u.isOperator || u.isMod)) in operatorList()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/urlbar/
H A DUrlbarProviderCalculator.jsm178 isOperator(value) {
179 return this.numberSystems.some(sys => sys.isOperator(value));
219 if (this.isOperator(token.value)) {
223 this.isOperator(stack[stack.length - 1]) &&
261 if (!this.isOperator(token)) {
420 if (this.calculator.isOperator(this._chars[0])) {
432 isOperator: char => ["÷", "×", "-", "+", "*", "/"].includes(char),
/dports/www/firefox/firefox-99.0/browser/components/urlbar/
H A DUrlbarProviderCalculator.jsm178 isOperator(value) {
179 return this.numberSystems.some(sys => sys.isOperator(value));
219 if (this.isOperator(token.value)) {
223 this.isOperator(stack[stack.length - 1]) &&
261 if (!this.isOperator(token)) {
420 if (this.calculator.isOperator(this._chars[0])) {
432 isOperator: char => ["÷", "×", "-", "+", "*", "/"].includes(char),
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/urlbar/
H A DUrlbarProviderCalculator.jsm178 isOperator(value) {
179 return this.numberSystems.some(sys => sys.isOperator(value));
219 if (this.isOperator(token.value)) {
223 this.isOperator(stack[stack.length - 1]) &&
261 if (!this.isOperator(token)) {
420 if (this.calculator.isOperator(this._chars[0])) {
432 isOperator: char => ["÷", "×", "-", "+", "*", "/"].includes(char),

12345678910>>...16