Home
last modified time | relevance | path

Searched refs:te_eval (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dunlock_indicator.c975 draw_data.bar_x = te_eval(te_bar_x_expr); in render_lock()
976 draw_data.bar_y = te_eval(te_bar_y_expr); in render_lock()
1016 draw_data.time_text.x = te_eval(te_time_x_expr); in render_lock()
1017 draw_data.time_text.y = te_eval(te_time_y_expr); in render_lock()
1018 draw_data.date_text.x = te_eval(te_date_x_expr); in render_lock()
1019 draw_data.date_text.y = te_eval(te_date_y_expr); in render_lock()
1040 draw_data.mod_text.x = te_eval(te_modif_x_expr); in render_lock()
1041 draw_data.mod_text.y = te_eval(te_modif_y_expr); in render_lock()
1044 draw_data.bar_x = te_eval(te_bar_x_expr); in render_lock()
1045 draw_data.bar_y = te_eval(te_bar_y_expr); in render_lock()
[all …]
H A Dtinyexpr.h72 double te_eval(const te_expr *n);
H A Dtinyexpr.c517 #define M(e) te_eval(n->parameters[e])
520 double te_eval(const te_expr *n) { in te_eval() function
580 const double value = te_eval(n); in optimize()
617 ret = te_eval(n); in te_interp()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/tinyexpr/
H A Dtest.c237 const double c = te_eval(n); in test_nans()
271 const double c = te_eval(n); in test_infs()
305 ev = te_eval(expr1); in test_variables()
308 ev = te_eval(expr2); in test_variables()
311 ev = te_eval(expr3); in test_variables()
315 ev = te_eval(expr4); in test_variables()
349 lfequal(te_eval(expr), (b));\
467 lfequal(te_eval(ex), answer); in test_dynamic()
542 lfequal(te_eval(ex), answer); in test_closure()
619 double r1 = te_eval(ex1); in test_pow()
[all …]
H A DREADME.md50 double te_eval(const te_expr *expr);
75 ## te_compile, te_eval, te_free
78 double te_eval(const te_expr *n);
84 be evaluated later using `te_eval()`. On failure, `te_compile()` will return 0
90 Give `te_eval()` a `te_expr*` from `te_compile()`. `te_eval()` will evaluate the expression
108 const double h1 = te_eval(expr); /* Returns 5. */
111 const double h2 = te_eval(expr); /* Returns 13. */
153 const double r = te_eval(n); printf("Result:\n\t%f\n", r);
213 `te_eval()` will automatically load in any variables by their pointer, and then evaluate
230 | Expression | te_eval time | native C time | slowdown |
H A Dexample2.c28 const double r = te_eval(n); printf("Result:\n\t%f\n", r); in main()
H A Dexample3.c25 const double r = te_eval(n); in main()
H A Dtinyexpr.h72 double te_eval(const te_expr *n);
H A Dtinyexpr.c519 #define M(e) te_eval(n->parameters[e])
522 double te_eval(const te_expr *n) { in te_eval() function
582 const double value = te_eval(n); in optimize()
619 ret = te_eval(n); in te_interp()
H A Dbenchmark.c75 d += te_eval(n); in bench()
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/charter/src/tinyexpr/
H A Dtest.c237 const double c = te_eval(n); in test_nans()
271 const double c = te_eval(n); in test_infs()
305 ev = te_eval(expr1); in test_variables()
308 ev = te_eval(expr2); in test_variables()
311 ev = te_eval(expr3); in test_variables()
315 ev = te_eval(expr4); in test_variables()
349 lfequal(te_eval(expr), (b));\
467 lfequal(te_eval(ex), answer); in test_dynamic()
542 lfequal(te_eval(ex), answer); in test_closure()
619 double r1 = te_eval(ex1); in test_pow()
[all …]
H A DREADME.md50 double te_eval(const te_expr *expr);
75 ## te_compile, te_eval, te_free
78 double te_eval(const te_expr *n);
84 be evaluated later using `te_eval()`. On failure, `te_compile()` will return 0
90 Give `te_eval()` a `te_expr*` from `te_compile()`. `te_eval()` will evaluate the expression
108 const double h1 = te_eval(expr); /* Returns 5. */
111 const double h2 = te_eval(expr); /* Returns 13. */
153 const double r = te_eval(n); printf("Result:\n\t%f\n", r);
213 `te_eval()` will automatically load in any variables by their pointer, and then evaluate
230 | Expression | te_eval time | native C time | slowdown |
H A Dexample2.c28 const double r = te_eval(n); printf("Result:\n\t%f\n", r); in main()
H A Dexample3.c25 const double r = te_eval(n); in main()
H A Dtinyexpr.h72 double te_eval(const te_expr *n);
H A Dtinyexpr.c517 #define M(e) te_eval(n->parameters[e])
520 double te_eval(const te_expr *n) { in te_eval() function
580 const double value = te_eval(n); in optimize()
617 ret = te_eval(n); in te_interp()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/tinyexpr/
H A Dtest.c237 const double c = te_eval(n); in test_nans()
271 const double c = te_eval(n); in test_infs()
305 ev = te_eval(expr1); in test_variables()
308 ev = te_eval(expr2); in test_variables()
311 ev = te_eval(expr3); in test_variables()
315 ev = te_eval(expr4); in test_variables()
349 lfequal(te_eval(expr), (b));\
467 lfequal(te_eval(ex), answer); in test_dynamic()
542 lfequal(te_eval(ex), answer); in test_closure()
619 double r1 = te_eval(ex1); in test_pow()
[all …]
H A DREADME.md50 double te_eval(const te_expr *expr);
75 ## te_compile, te_eval, te_free
78 double te_eval(const te_expr *n);
84 be evaluated later using `te_eval()`. On failure, `te_compile()` will return 0
90 Give `te_eval()` a `te_expr*` from `te_compile()`. `te_eval()` will evaluate the expression
108 const double h1 = te_eval(expr); /* Returns 5. */
111 const double h2 = te_eval(expr); /* Returns 13. */
153 const double r = te_eval(n); printf("Result:\n\t%f\n", r);
213 `te_eval()` will automatically load in any variables by their pointer, and then evaluate
230 | Expression | te_eval time | native C time | slowdown |
H A Dexample2.c28 const double r = te_eval(n); printf("Result:\n\t%f\n", r); in main()
H A Dexample3.c25 const double r = te_eval(n); in main()
H A Dtinyexpr.h72 double te_eval(const te_expr *n);
/dports/shells/fish/fish-3.3.1/src/
H A Dtinyexpr.cpp102 double te_eval(const te_expr *n);
561 #define M(e) te_eval(n->parameters[e])
563 double te_eval(const te_expr *n) { in te_eval() function
598 const double value = te_eval(n); in optimize()
640 ret = te_eval(n); in te_interp()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DExpressionParser.h32 return te_eval(expr); in evaluate()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/external/tinyexpr/
H A Dtinyexpr.h72 double te_eval(const te_expr *n);
H A Dtinyexpr.c517 #define M(e) te_eval(n->parameters[e])
520 double te_eval(const te_expr *n) { in te_eval() function
580 const double value = te_eval(n); in optimize()
617 ret = te_eval(n); in te_interp()

12