Home
last modified time | relevance | path

Searched refs:TE_CONSTANT (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/third_party/tinyexpr/
H A Dtinyexpr.c61 enum {TE_CONSTANT = 1}; enumerator
309 ret = new_expr(TE_CONSTANT, 0); in base()
526 case TE_CONSTANT: return n->value; in te_eval()
567 if (n->type == TE_CONSTANT) return; in optimize()
577 if (((te_expr*)(n->parameters[i]))->type != TE_CONSTANT) { in optimize()
584 n->type = TE_CONSTANT; in optimize()
632 case TE_CONSTANT: printf("%f\n", n->value); break; in pn()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/external/tinyexpr/
H A Dtinyexpr.c61 enum {TE_CONSTANT = 1}; enumerator
307 ret = new_expr(TE_CONSTANT, 0); in base()
524 case TE_CONSTANT: return n->value; in te_eval()
565 if (n->type == TE_CONSTANT) return; in optimize()
575 if (((te_expr*)(n->parameters[i]))->type != TE_CONSTANT) { in optimize()
582 n->type = TE_CONSTANT; in optimize()
630 case TE_CONSTANT: printf("%f\n", n->value); break; in pn()
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/charter/src/tinyexpr/
H A Dtinyexpr.c61 enum {TE_CONSTANT = 1}; enumerator
307 ret = new_expr(TE_CONSTANT, 0); in base()
524 case TE_CONSTANT: return n->value; in te_eval()
565 if (n->type == TE_CONSTANT) return; in optimize()
575 if (((te_expr*)(n->parameters[i]))->type != TE_CONSTANT) { in optimize()
582 n->type = TE_CONSTANT; in optimize()
630 case TE_CONSTANT: printf("%f\n", n->value); break; in pn()
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dtinyexpr.c61 enum {TE_CONSTANT = 1}; enumerator
307 ret = new_expr(TE_CONSTANT, 0); in base()
524 case TE_CONSTANT: return n->value; in te_eval()
565 if (n->type == TE_CONSTANT) return; in optimize()
575 if (((te_expr*)(n->parameters[i]))->type != TE_CONSTANT) { in optimize()
582 n->type = TE_CONSTANT; in optimize()
630 case TE_CONSTANT: printf("%f\n", n->value); break; in pn()
/dports/shells/fish/fish-3.3.1/src/
H A Dtinyexpr.cpp49 TE_CONSTANT = 0, enumerator
378 ret = new_expr(TE_CONSTANT, nullptr); in base()
567 case TE_CONSTANT: in te_eval()
587 if (n->type == TE_CONSTANT) return; in optimize()
593 if ((n->parameters[i])->type != TE_CONSTANT) { in optimize()
600 n->type = TE_CONSTANT; in optimize()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/tinyexpr/
H A Dtinyexpr.c61 enum {TE_CONSTANT = 1}; enumerator
366 ret = new_expr(TE_CONSTANT, 0); in base()
644 case TE_CONSTANT: return n->value; in te_eval()
685 if (n->type == TE_CONSTANT) return; in optimize()
695 if (((te_expr*)(n->parameters[i]))->type != TE_CONSTANT) { in optimize()
702 n->type = TE_CONSTANT; in optimize()
750 case TE_CONSTANT: printf("%f\n", n->value); break; in pn()