Home
last modified time | relevance | path

Searched refs:TE_VARIABLE (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/third_party/tinyexpr/
H A Dtinyexpr.c260 case TE_VARIABLE: in next_token()
315 ret = new_expr(TE_VARIABLE, 0); in base()
527 case TE_VARIABLE: return *n->bound; in te_eval()
568 if (n->type == TE_VARIABLE) return; in optimize()
633 case TE_VARIABLE: printf("bound %p\n", n->bound); break; in pn()
H A Dtinyexpr.h43 TE_VARIABLE = 0, enumerator
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/external/tinyexpr/
H A Dtinyexpr.c258 case TE_VARIABLE: in next_token()
313 ret = new_expr(TE_VARIABLE, 0); in base()
525 case TE_VARIABLE: return *n->bound; in te_eval()
566 if (n->type == TE_VARIABLE) return; in optimize()
631 case TE_VARIABLE: printf("bound %p\n", n->bound); break; in pn()
H A Dtinyexpr.h43 TE_VARIABLE = 0, enumerator
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/charter/src/tinyexpr/
H A Dtinyexpr.c258 case TE_VARIABLE: in next_token()
313 ret = new_expr(TE_VARIABLE, 0); in base()
525 case TE_VARIABLE: return *n->bound; in te_eval()
566 if (n->type == TE_VARIABLE) return; in optimize()
631 case TE_VARIABLE: printf("bound %p\n", n->bound); break; in pn()
H A Dtinyexpr.h43 TE_VARIABLE = 0, enumerator
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dtinyexpr.c258 case TE_VARIABLE: in next_token()
313 ret = new_expr(TE_VARIABLE, 0); in base()
525 case TE_VARIABLE: return *n->bound; in te_eval()
566 if (n->type == TE_VARIABLE) return; in optimize()
631 case TE_VARIABLE: printf("bound %p\n", n->bound); break; in pn()
H A Dtinyexpr.h43 TE_VARIABLE = 0, enumerator
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/tinyexpr/
H A Dtinyexpr.h43 TE_VARIABLE = 0, enumerator
H A Dtinyexpr.c272 case TE_VARIABLE: in next_token()
372 ret = new_expr(TE_VARIABLE, 0); in base()
645 case TE_VARIABLE: return *n->bound; in te_eval()
686 if (n->type == TE_VARIABLE) return; in optimize()
751 case TE_VARIABLE: printf("bound %p\n", n->bound); break; in pn()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DExpressionParser.cpp11 #define V(x) { "$" str(x), &variables[((x) - 1)], TE_VARIABLE, NULL}, in ExpressionParser()