Home
last modified time | relevance | path

Searched refs:eval_flags (Results 1 – 25 of 100) sorted by relevance

1234

/dports/science/minc2/minc-release-2.2.00/progs/minccalc/
H A Deval.c113 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_scalar()
296 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_scalar()
307 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_scalar()
388 eval_flags2[ivalue] = ((eval_flags == NULL ? 1 : eval_flags[ivalue]) in eval_scalar()
477 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_index()
498 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_sum()
527 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_prod()
558 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in eval_max()
648 eval_flags2[ivalue] = ((eval_flags == NULL ? 1 : eval_flags[ivalue]) in eval_vector()
819 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in gen_range()
[all …]
H A Dsym.c77 void sym_set_scalar(int width, int *eval_flags, in sym_set_scalar() argument
104 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in sym_set_scalar()
110 void sym_set_vector(int width, int *eval_flags, in sym_set_vector() argument
136 if (eval_flags != NULL && newsym->vector->len != v->len) { in sym_set_vector()
156 if (eval_flags != NULL && !eval_flags[ivalue]) continue; in sym_set_vector()
/dports/math/mfem/mfem-4.3/fem/
H A Dquadinterpolator.cpp73 const int eval_flags) in Eval2D() argument
121 if (eval_flags & QI::VALUES) in Eval2D()
221 const int eval_flags) in Eval3D() argument
269 if (eval_flags & QI::VALUES) in Eval3D()
391 if (eval_flags & PHYSICAL_DERIVATIVES) in Mult()
406 if (eval_flags & VALUES) in Mult()
410 if (eval_flags & DERIVATIVES) in Mult()
424 if (eval_flags & VALUES) in Mult()
428 if (eval_flags & DERIVATIVES) in Mult()
439 if (eval_flags & DETERMINANTS) in Mult()
[all …]
H A Dquadinterpolator_face.cpp99 const int eval_flags) in Eval2D() argument
117 MFEM_VERIFY(eval_flags | DERIVATIVES, in Eval2D()
137 if (eval_flags & VALUES) in Eval2D()
148 if ((eval_flags & DERIVATIVES) in Eval2D()
150 || (eval_flags & NORMALS)) in Eval2D()
164 ((eval_flags & NORMALS) in Eval2D()
195 const int eval_flags) in Eval3D() argument
234 if (eval_flags & VALUES) in Eval3D()
273 if ((eval_flags & DERIVATIVES) in Eval3D()
275 || (eval_flags & NORMALS)) in Eval3D()
[all …]
H A Dquadinterpolator_face.hpp82 void Mult(const Vector &e_vec, unsigned eval_flags,
101 const int eval_flags);
114 const int eval_flags);
H A Dquadinterpolator.hpp119 void Mult(const Vector &e_vec, unsigned eval_flags,
138 void MultTranspose(unsigned eval_flags, const Vector &q_val,
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dqjs.c55 const char *filename, int eval_flags) in eval_buf() argument
60 if ((eval_flags & JS_EVAL_TYPE_MASK) == JS_EVAL_TYPE_MODULE) { in eval_buf()
64 eval_flags | JS_EVAL_FLAG_COMPILE_ONLY); in eval_buf()
70 val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in eval_buf()
85 int ret, eval_flags; in eval_file() local
99 eval_flags = JS_EVAL_TYPE_MODULE; in eval_file()
101 eval_flags = JS_EVAL_TYPE_GLOBAL; in eval_file()
102 ret = eval_buf(ctx, buf, buf_len, filename, eval_flags); in eval_file()
H A Drun-test262.c1188 res_val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in eval_buf()
1346 int eval_flags) in eval_file() argument
1358 eval_flags, FALSE)) { in eval_file()
1536 error_type, outfile, eval_flags, is_async); in run_test_buf()
1567 int ret, eval_flags, use_strict, use_nostrict; in run_test() local
1764 eval_flags = JS_EVAL_TYPE_MODULE; in run_test()
1766 eval_flags = JS_EVAL_TYPE_GLOBAL; in run_test()
1800 int eval_flags, ret_code, ret; in run_test262_harness_test() local
1828 eval_flags = JS_EVAL_TYPE_MODULE; in run_test262_harness_test()
1830 eval_flags = JS_EVAL_TYPE_GLOBAL; in run_test262_harness_test()
[all …]
H A Dqjsc.c290 int eval_flags; in compile_file() local
299 eval_flags = JS_EVAL_FLAG_COMPILE_ONLY; in compile_file()
305 eval_flags |= JS_EVAL_TYPE_MODULE; in compile_file()
307 eval_flags |= JS_EVAL_TYPE_GLOBAL; in compile_file()
308 obj = JS_Eval(ctx, (const char *)buf, buf_len, filename, eval_flags); in compile_file()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dqjs.c53 const char *filename, int eval_flags) in eval_buf() argument
58 if ((eval_flags & JS_EVAL_TYPE_MASK) == JS_EVAL_TYPE_MODULE) { in eval_buf()
62 eval_flags | JS_EVAL_FLAG_COMPILE_ONLY); in eval_buf()
68 val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in eval_buf()
83 int ret, eval_flags; in eval_file() local
97 eval_flags = JS_EVAL_TYPE_MODULE; in eval_file()
99 eval_flags = JS_EVAL_TYPE_GLOBAL; in eval_file()
100 ret = eval_buf(ctx, buf, buf_len, filename, eval_flags); in eval_file()
H A Drun-test262.c1188 res_val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in eval_buf()
1346 int eval_flags) in eval_file() argument
1358 eval_flags, FALSE)) { in eval_file()
1536 error_type, outfile, eval_flags, is_async); in run_test_buf()
1567 int ret, eval_flags, use_strict, use_nostrict; in run_test() local
1764 eval_flags = JS_EVAL_TYPE_MODULE; in run_test()
1766 eval_flags = JS_EVAL_TYPE_GLOBAL; in run_test()
1800 int eval_flags, ret_code, ret; in run_test262_harness_test() local
1828 eval_flags = JS_EVAL_TYPE_MODULE; in run_test262_harness_test()
1830 eval_flags = JS_EVAL_TYPE_GLOBAL; in run_test262_harness_test()
[all …]
H A Dqjsc.c290 int eval_flags; in compile_file() local
299 eval_flags = JS_EVAL_FLAG_COMPILE_ONLY; in compile_file()
305 eval_flags |= JS_EVAL_TYPE_MODULE; in compile_file()
307 eval_flags |= JS_EVAL_TYPE_GLOBAL; in compile_file()
308 obj = JS_Eval(ctx, (const char *)buf, buf_len, filename, eval_flags); in compile_file()
/dports/editors/vim/vim-8.2.3745/src/
H A Deval.c414 evalarg->eval_flags &= ~EVAL_EVALUATE; in skip_expr_concatenate()
419 evalarg->eval_flags = save_flags; in skip_expr_concatenate()
2313 orig_flags = evalarg_used->eval_flags; in eval1()
2379 evalarg_used->eval_flags = orig_flags; in eval1()
2403 evalarg_used->eval_flags = orig_flags; in eval1()
2413 evalarg_used->eval_flags = orig_flags; in eval1()
2423 evalarg->eval_flags = orig_flags; in eval1()
2470 orig_flags = evalarg_used->eval_flags; in eval2()
2549 evalarg->eval_flags = orig_flags; in eval2()
2596 orig_flags = evalarg_used->eval_flags; in eval3()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dnvedit.c1258 int eval_flags = 0; in do_env_info() local
1276 eval_flags |= ENV_INFO_IS_DEFAULT; in do_env_info()
1279 eval_flags |= ENV_INFO_IS_PERSISTED; in do_env_info()
1291 if (eval_flags & ENV_INFO_IS_DEFAULT) { in do_env_info()
1303 if (eval_flags & ENV_INFO_IS_PERSISTED) { in do_env_info()
1321 if (eval_flags != eval_results) in do_env_info()

1234