Home
last modified time | relevance | path

Searched refs:ASTNode_t (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/
H A DASTNode.h2362 ASTNode_t *
2378 ASTNode_t *
2398 ASTNode_t *
2504 ASTNode_addChild (ASTNode_t *node, ASTNode_t *disownedChild);
2532 ASTNode_prependChild (ASTNode_t *node, ASTNode_t *disownedChild);
2656 ASTNode_t *
2676 ASTNode_t *
2696 ASTNode_t *
2721 ASTNode_t *
3886 ASTNode_swapChildren (ASTNode_t *node, ASTNode_t *that);
[all …]
H A DL3FormulaFormatter.h90 SBML_formulaToL3String (const ASTNode_t *tree);
184 L3FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child, const L3ParserSettin…
247 L3FormulaFormatter_visit ( const ASTNode_t *parent,
248 const ASTNode_t *node,
270 const ASTNode_t *node,
280 L3FormulaFormatter_visitSqrt ( const ASTNode_t *parent,
281 const ASTNode_t *node,
292 const ASTNode_t *node,
301 L3FormulaFormatter_visitUNot ( const ASTNode_t *parent,
302 const ASTNode_t *node,
[all …]
H A DFormulaFormatter.h83 SBML_formulaToString (const ASTNode_t *tree);
96 FormulaFormatter_isFunction (const ASTNode_t *node);
113 FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child);
164 FormulaFormatter_visit ( const ASTNode_t *parent,
165 const ASTNode_t *node,
184 FormulaFormatter_visitLog10 ( const ASTNode_t *parent,
185 const ASTNode_t *node,
194 FormulaFormatter_visitSqrt ( const ASTNode_t *parent,
195 const ASTNode_t *node,
205 const ASTNode_t *node,
[all …]
H A DL3FormulaFormatter.cpp61 isUnaryMinus (const ASTNode_t *node) in isUnaryMinus()
70 isUnaryNot (const ASTNode_t *node) in isUnaryNot()
126 int equals(const ASTNode_t* a, const ASTNode_t* b) in equals()
140 const ASTNode_t* child; in isTranslatedModulo()
141 const ASTNode_t* c2; in isTranslatedModulo()
142 const ASTNode_t* x; in isTranslatedModulo()
143 const ASTNode_t* y; in isTranslatedModulo()
209 const ASTNode_t* L3FormulaFormatter_getRightChild(const ASTNode_t* parent) in L3FormulaFormatter_getRightChild()
224 int getL3Precedence(const ASTNode_t* node) in getL3Precedence()
349 L3FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child, const L3ParserSettin… in L3FormulaFormatter_isGrouped()
[all …]
H A DFormulaFormatter.cpp56 SBML_formulaToString (const ASTNode_t *tree) in SBML_formulaToString()
87 FormulaFormatter_isFunction (const ASTNode_t *node) in FormulaFormatter_isFunction()
111 FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child) in FormulaFormatter_isGrouped()
319 FormulaFormatter_visit ( const ASTNode_t *parent, in FormulaFormatter_visit()
320 const ASTNode_t *node, in FormulaFormatter_visit()
396 FormulaFormatter_visitLog10 ( const ASTNode_t *parent, in FormulaFormatter_visitLog10()
397 const ASTNode_t *node, in FormulaFormatter_visitLog10()
411 FormulaFormatter_visitSqrt ( const ASTNode_t *parent, in FormulaFormatter_visitSqrt()
412 const ASTNode_t *node, in FormulaFormatter_visitSqrt()
427 const ASTNode_t *node, in FormulaFormatter_visitUMinus()
[all …]
H A DFormulaParser.cpp403 ASTNode_t *
408 ASTNode_t *node = NULL; in SBML_parseFormula()
642 ASTNode_t *
645 ASTNode_t *result = NULL; in FormulaParser_reduceStackByRule()
646 ASTNode_t *lexpr, *rexpr, *operator_expr; in FormulaParser_reduceStackByRule()
679 rexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
685 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
699 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
762 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
804 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
[all …]
H A DASTNode.cpp3510 ASTNode_t *
3518 ASTNode_t *
3526 ASTNode_t *
3564 ASTNode_addChild (ASTNode_t *node, ASTNode_t *child) in ASTNode_addChild()
3574 ASTNode_prependChild (ASTNode_t *node, ASTNode_t *child) in ASTNode_prependChild()
3583 ASTNode_t *
3593 ASTNode_t *
3602 ASTNode_t *
3611 ASTNode_t *
4161 ASTNode_swapChildren (ASTNode_t *node, ASTNode_t *that) in ASTNode_swapChildren()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/
H A DASTNode.h2362 ASTNode_t *
2378 ASTNode_t *
2398 ASTNode_t *
2504 ASTNode_addChild (ASTNode_t *node, ASTNode_t *disownedChild);
2532 ASTNode_prependChild (ASTNode_t *node, ASTNode_t *disownedChild);
2656 ASTNode_t *
2676 ASTNode_t *
2696 ASTNode_t *
2721 ASTNode_t *
3886 ASTNode_swapChildren (ASTNode_t *node, ASTNode_t *that);
[all …]
H A DL3FormulaFormatter.h90 SBML_formulaToL3String (const ASTNode_t *tree);
184 L3FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child, const L3ParserSettin…
247 L3FormulaFormatter_visit ( const ASTNode_t *parent,
248 const ASTNode_t *node,
270 const ASTNode_t *node,
280 L3FormulaFormatter_visitSqrt ( const ASTNode_t *parent,
281 const ASTNode_t *node,
292 const ASTNode_t *node,
301 L3FormulaFormatter_visitUNot ( const ASTNode_t *parent,
302 const ASTNode_t *node,
[all …]
H A DFormulaFormatter.h83 SBML_formulaToString (const ASTNode_t *tree);
96 FormulaFormatter_isFunction (const ASTNode_t *node);
113 FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child);
164 FormulaFormatter_visit ( const ASTNode_t *parent,
165 const ASTNode_t *node,
184 FormulaFormatter_visitLog10 ( const ASTNode_t *parent,
185 const ASTNode_t *node,
194 FormulaFormatter_visitSqrt ( const ASTNode_t *parent,
195 const ASTNode_t *node,
205 const ASTNode_t *node,
[all …]
H A DL3FormulaFormatter.cpp61 isUnaryMinus (const ASTNode_t *node) in isUnaryMinus()
70 isUnaryNot (const ASTNode_t *node) in isUnaryNot()
126 int equals(const ASTNode_t* a, const ASTNode_t* b) in equals()
140 const ASTNode_t* child; in isTranslatedModulo()
141 const ASTNode_t* c2; in isTranslatedModulo()
142 const ASTNode_t* x; in isTranslatedModulo()
143 const ASTNode_t* y; in isTranslatedModulo()
209 const ASTNode_t* L3FormulaFormatter_getRightChild(const ASTNode_t* parent) in L3FormulaFormatter_getRightChild()
224 int getL3Precedence(const ASTNode_t* node) in getL3Precedence()
349 L3FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child, const L3ParserSettin… in L3FormulaFormatter_isGrouped()
[all …]
H A DFormulaFormatter.cpp56 SBML_formulaToString (const ASTNode_t *tree) in SBML_formulaToString()
87 FormulaFormatter_isFunction (const ASTNode_t *node) in FormulaFormatter_isFunction()
111 FormulaFormatter_isGrouped (const ASTNode_t *parent, const ASTNode_t *child) in FormulaFormatter_isGrouped()
319 FormulaFormatter_visit ( const ASTNode_t *parent, in FormulaFormatter_visit()
320 const ASTNode_t *node, in FormulaFormatter_visit()
396 FormulaFormatter_visitLog10 ( const ASTNode_t *parent, in FormulaFormatter_visitLog10()
397 const ASTNode_t *node, in FormulaFormatter_visitLog10()
411 FormulaFormatter_visitSqrt ( const ASTNode_t *parent, in FormulaFormatter_visitSqrt()
412 const ASTNode_t *node, in FormulaFormatter_visitSqrt()
427 const ASTNode_t *node, in FormulaFormatter_visitUMinus()
[all …]
H A DFormulaParser.cpp403 ASTNode_t *
408 ASTNode_t *node = NULL; in SBML_parseFormula()
642 ASTNode_t *
645 ASTNode_t *result = NULL; in FormulaParser_reduceStackByRule()
646 ASTNode_t *lexpr, *rexpr, *operator_expr; in FormulaParser_reduceStackByRule()
679 rexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
685 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
699 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
762 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
804 lexpr = (ASTNode_t*)(Stack_pop(stack)); in FormulaParser_reduceStackByRule()
[all …]
H A DASTNode.cpp3510 ASTNode_t *
3518 ASTNode_t *
3526 ASTNode_t *
3564 ASTNode_addChild (ASTNode_t *node, ASTNode_t *child) in ASTNode_addChild()
3574 ASTNode_prependChild (ASTNode_t *node, ASTNode_t *child) in ASTNode_prependChild()
3583 ASTNode_t *
3593 ASTNode_t *
3602 ASTNode_t *
3611 ASTNode_t *
4161 ASTNode_swapChildren (ASTNode_t *node, ASTNode_t *that) in ASTNode_swapChildren()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c/
H A DFormulaGraphvizFormatter.h58 SBML_formulaToDot (const ASTNode_t *tree);
69 FormulaGraphvizFormatter_isFunction (const ASTNode_t *node);
77 FormulaGraphvizFormatter_format (const ASTNode_t *node);
146 FormulaGraphvizFormatter_formatReal (const ASTNode_t *node);
154 FormulaGraphvizFormatter_visit ( const ASTNode_t *parent,
155 const ASTNode_t *node,
166 const ASTNode_t *node,
179 const ASTNode_t *node,
192 const ASTNode_t *node,
205 const ASTNode_t *node,
[all …]
H A DdrawMath.c60 SBML_formulaToDot (const ASTNode_t *tree) in SBML_formulaToDot()
91 FormulaGraphvizFormatter_isFunction (const ASTNode_t *node) in FormulaGraphvizFormatter_isFunction()
106 FormulaGraphvizFormatter_format (const ASTNode_t *node) in FormulaGraphvizFormatter_format()
162 FormulaGraphvizFormatter_getUniqueName (const ASTNode_t *node) in FormulaGraphvizFormatter_getUniqueName()
476 FormulaGraphvizFormatter_formatReal (const ASTNode_t *node) in FormulaGraphvizFormatter_formatReal()
520 FormulaGraphvizFormatter_visit (const ASTNode_t *parent, in FormulaGraphvizFormatter_visit()
521 const ASTNode_t *node, in FormulaGraphvizFormatter_visit()
610 const ASTNode_t *node, in FormulaGraphvizFormatter_visitLog10()
635 const ASTNode_t *node, in FormulaGraphvizFormatter_visitSqrt()
694 const ASTNode_t *node, in FormulaGraphvizFormatter_visitOther()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/examples/c/
H A DFormulaGraphvizFormatter.h58 SBML_formulaToDot (const ASTNode_t *tree);
69 FormulaGraphvizFormatter_isFunction (const ASTNode_t *node);
77 FormulaGraphvizFormatter_format (const ASTNode_t *node);
146 FormulaGraphvizFormatter_formatReal (const ASTNode_t *node);
154 FormulaGraphvizFormatter_visit ( const ASTNode_t *parent,
155 const ASTNode_t *node,
166 const ASTNode_t *node,
179 const ASTNode_t *node,
192 const ASTNode_t *node,
205 const ASTNode_t *node,
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/arrays/extension/test/
H A DTestArrayInfixParsing.cpp60 ASTNode_t *c = NULL; in START_TEST()
79 ASTNode_t *c = NULL; in START_TEST()
103 ASTNode_t *c = NULL; in START_TEST()
144 ASTNode_t *c = NULL; in START_TEST()
145 ASTNode_t *c1 = NULL; in START_TEST()
180 ASTNode_t *c = NULL; in START_TEST()
181 ASTNode_t *c1 = NULL; in START_TEST()
242 ASTNode_t *c = NULL; in START_TEST()
261 ASTNode_t *c = NULL; in START_TEST()
295 ASTNode_t *c = NULL; in START_TEST()
[all …]
H A DTestArrayInfixWriting.cpp61 ASTNode_t *r = SBML_parseL3Formula("a[]"); in START_TEST()
76 ASTNode_t *r = SBML_parseL3Formula("a[x]"); in START_TEST()
91 ASTNode_t *r = SBML_parseL3Formula("a[x, y]"); in START_TEST()
121 ASTNode_t *r = SBML_parseL3Formula("selector(a)"); in START_TEST()
136 ASTNode_t *r = SBML_parseL3Formula("selector(a,x)"); in START_TEST()
151 ASTNode_t *r = SBML_parseL3Formula("selector(a,x,y)"); in START_TEST()
210 ASTNode_t *r = SBML_parseL3Formula("{}"); in START_TEST()
225 ASTNode_t *r = SBML_parseL3Formula("{x}"); in START_TEST()
240 ASTNode_t *r = SBML_parseL3Formula("{x, a^b}"); in START_TEST()
270 ASTNode_t *r = SBML_parseL3Formula("vector()"); in START_TEST()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/test/
H A DTestFormulaParser.c209 ASTNode_t *c; in START_TEST()
237 ASTNode_t *c; in START_TEST()
265 ASTNode_t *c; in START_TEST()
305 ASTNode_t *c; in START_TEST()
344 ASTNode_t *c; in START_TEST()
383 ASTNode_t *c; in START_TEST()
424 ASTNode_t *c; in START_TEST()
470 ASTNode_t *c; in START_TEST()
535 ASTNode_t *c; in START_TEST()
556 ASTNode_t *c; in START_TEST()
[all …]
H A DTestL3FormulaParser.cpp119 ASTNode_t *c; in START_TEST()
148 ASTNode_t *c; in START_TEST()
177 ASTNode_t *c; in START_TEST()
218 ASTNode_t *c; in START_TEST()
258 ASTNode_t *c; in START_TEST()
304 ASTNode_t *c; in START_TEST()
351 ASTNode_t *c; in START_TEST()
398 ASTNode_t *c; in START_TEST()
465 ASTNode_t *c; in START_TEST()
487 ASTNode_t *c; in START_TEST()
[all …]
H A DTestL3FormulaParserC.c125 ASTNode_t *c; in START_TEST()
154 ASTNode_t *c; in START_TEST()
183 ASTNode_t *c; in START_TEST()
224 ASTNode_t *c; in START_TEST()
264 ASTNode_t *c; in START_TEST()
310 ASTNode_t *c; in START_TEST()
357 ASTNode_t *c; in START_TEST()
404 ASTNode_t *c; in START_TEST()
471 ASTNode_t *c; in START_TEST()
493 ASTNode_t *c; in START_TEST()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/test/
H A DTestFormulaParser.c209 ASTNode_t *c; in START_TEST()
237 ASTNode_t *c; in START_TEST()
265 ASTNode_t *c; in START_TEST()
305 ASTNode_t *c; in START_TEST()
344 ASTNode_t *c; in START_TEST()
383 ASTNode_t *c; in START_TEST()
424 ASTNode_t *c; in START_TEST()
470 ASTNode_t *c; in START_TEST()
535 ASTNode_t *c; in START_TEST()
556 ASTNode_t *c; in START_TEST()
[all …]
H A DTestL3FormulaParser.cpp119 ASTNode_t *c; in START_TEST()
148 ASTNode_t *c; in START_TEST()
177 ASTNode_t *c; in START_TEST()
218 ASTNode_t *c; in START_TEST()
258 ASTNode_t *c; in START_TEST()
304 ASTNode_t *c; in START_TEST()
351 ASTNode_t *c; in START_TEST()
398 ASTNode_t *c; in START_TEST()
465 ASTNode_t *c; in START_TEST()
487 ASTNode_t *c; in START_TEST()
[all …]
H A DTestL3FormulaParserC.c125 ASTNode_t *c; in START_TEST()
154 ASTNode_t *c; in START_TEST()
183 ASTNode_t *c; in START_TEST()
224 ASTNode_t *c; in START_TEST()
264 ASTNode_t *c; in START_TEST()
310 ASTNode_t *c; in START_TEST()
357 ASTNode_t *c; in START_TEST()
404 ASTNode_t *c; in START_TEST()
471 ASTNode_t *c; in START_TEST()
493 ASTNode_t *c; in START_TEST()
[all …]

123456789