Home
last modified time | relevance | path

Searched +defs:eval +defs:module (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/math/curv/curv-0.5/libcurv/
H A Devaluator.cc30 Operation::eval(Frame& fm) const in eval() function in curv::Operation
98 Constant::eval(Frame&) const in eval() function in curv::Constant
146 Dot_Expr::eval(Frame& fm) const in eval() function in curv::Dot_Expr
190 If_Op::eval(Frame& fm) const in eval() function in curv::If_Op
204 If_Else_Op::eval(Frame& fm) const in eval() function in curv::If_Else_Op
471 Assoc::eval(Frame& fm) const in eval() function in curv::Assoc
494 Shared<Module> module = in eval_module() local
580 auto module = eval_module(fm); in eval() local
587 Shared<Module> module = Module::make(exprs_.size(), dictionary_); in eval_module() local
600 Block_Op::eval(Frame& fm) const in eval() function in curv::Block_Op
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/testing/src/sf/
H A Dsf__arrays.c13 static PyObject *module=NULL; variable
61 array_p_evaluator_iid_ad * eval) in PyGSL_sf_array_evaluator_iid_ad()
102 PyGSL_sf_array_evaluator_id_ad(PyObject *self, PyObject *args, array_p_evaluator_id_ad * eval) in PyGSL_sf_array_evaluator_id_ad()
138 PyGSL_sf_array_evaluator_idd_ad(PyObject *self, PyObject *args, array_p_evaluator_idd_ad * eval) in PyGSL_sf_array_evaluator_idd_ad()
173 PyGSL_sf_array_evaluator_did_ad(PyObject *self, PyObject *args, array_p_evaluator_did_ad * eval) in PyGSL_sf_array_evaluator_did_ad()
204 PyGSL_sf_array_evaluator_didd_add(PyObject *self, PyObject *args, array_p_evaluator_didd_add * eval) in PyGSL_sf_array_evaluator_didd_add()
239 …f_array_evaluator_didd_addadd(PyObject *self, PyObject *args, array_p_evaluator_didd_addadd * eval) in PyGSL_sf_array_evaluator_didd_addadd()
282 …evaluator_didd_adadadaddd(PyObject *self, PyObject *args, array_p_evaluator_didd_adadadaddd * eval) in PyGSL_sf_array_evaluator_didd_adadadaddd()
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dconsteval.h32 RTLIL::Module *module; member
41 …ConstEval(RTLIL::Module *module, RTLIL::State defaultval = RTLIL::State::Sm) : module(module), ass… in module() function
90 bool eval(RTLIL::Cell *cell, RTLIL::SigSpec &undef) in eval() function
389 bool eval(RTLIL::SigSpec &sig) in eval() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DScopeObject-inl.h184 StaticScopeIter<allowGC>::eval() const in eval() function
234 StaticScopeIter<allowGC>::module() const in module() function
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaPerlCaller.java115 public Object eval(String code) throws InlineJavaPerlException, InlineJavaException { in eval() method in InlineJavaPerlCaller
120 public Object eval(String code, Class cast) throws InlineJavaPerlException, InlineJavaException { in eval() method in InlineJavaPerlCaller
135 public Object require_module(String module) throws InlineJavaPerlException, InlineJavaException { in require_module()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/so_dft/
H A Dvectors_so.F435 subroutine movecs_swap_so(rtdb, module, scftype,g_vecs,occ,eval) argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/so_dft/
H A Dvectors_so.F435 subroutine movecs_swap_so(rtdb, module, scftype,g_vecs,occ,eval) argument
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DHierarchicalIK.cpp409 double HierarchicalIK::Objective::eval(const Eigen::VectorXd& _x) in eval() function in dart::dynamics::HierarchicalIK::Objective
486 double HierarchicalIK::Constraint::eval(const Eigen::VectorXd& _x) in eval() function in dart::dynamics::HierarchicalIK::Constraint
715 for (const std::shared_ptr<InverseKinematics>& module : mModuleSet) in getModuleSet() local
731 for (const std::shared_ptr<InverseKinematics>& module : mModuleSet) in refreshIKHierarchy() local
743 for (const std::shared_ptr<InverseKinematics>& module : mModuleSet) in refreshIKHierarchy() local
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_lut.cc36 RTLIL::Module *module; member
229 for (int eval = 0; eval < 1 << lut_inputs.size(); eval++) in OptLutWorker() local
480 for (int eval = 0; eval < 1 << lutM_width; eval++) in OptLutWorker() local
588 for (auto module : design->selected_modules()) in execute() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dvectors.F501 subroutine movecs_swap(rtdb, module, scftype,g_vecs,occ,eval) argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dvectors.F501 subroutine movecs_swap(rtdb, module, scftype,g_vecs,occ,eval) argument
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLanguage.java698 ModuleExp module = tr.pushNewModule(lexer); in getCompilation() local
1222 public final Object eval (String string) throws Throwable in eval() method
1230 public final Object eval (Reader in) throws Throwable in eval() method
1236 public final Object eval (InPort port) throws Throwable in eval() method
1253 public final void eval (String string, Writer out) throws Throwable in eval() method
1261 public final void eval (String string, PrintConsumer out) throws Throwable in eval() method
1267 public final void eval (String string, Consumer out) throws Throwable in eval() method
1273 public final void eval (Reader in, Writer out) throws Throwable in eval() method
1279 public void eval (Reader in, Consumer out) throws Throwable in eval() method
1295 public void eval (InPort port, CallContext ctx) throws Throwable in eval() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/terser/tools/
H A Dterser.d.ts47 module?: boolean; property
83 eval?: boolean; property
86 module?: boolean; property
148 module?: boolean; property
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/plugin/
H A Dscript_host.py204 def eval(self, expr): member in LegacyVim
228 def __init__(self, module): argument
/dports/cad/yosys/yosys-yosys-0.12/frontends/aiger/
H A Daigerparse.cc71 RTLIL::Module *module; member
156 bool eval(RTLIL::Cell *cell) in eval() function
199 bool eval(RTLIL::SigBit &sig) in eval() function
339 RTLIL::Wire* AigerReader::createWireIfNotExists(RTLIL::Module *module, unsigned literal) in createWireIfNotExists()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dremote.c351 char eval[1024]; local
1102 node *module; local
1139 node *module; local
/dports/math/gap/gap-4.11.0/src/hpc/
H A Daobjects.c1613 static Obj BindOncePosObj(Obj obj, Obj index, Obj *new, int eval, const char *currFuncName) { in BindOncePosObj()
1663 static Obj BindOnceAPosObj(Obj obj, Obj index, Obj *new, int eval, const char *currFuncName) { in BindOnceAPosObj()
1695 static Obj BindOnceComObj(Obj obj, Obj index, Obj *new, int eval, const char *currFuncName) { in BindOnceComObj()
1701 static Obj BindOnceAComObj(Obj obj, Obj index, Obj *new, int eval, const char *currFuncName) { in BindOnceAComObj()
1707 static Obj BindOnce(Obj obj, Obj index, Obj *new, int eval, const char *currFuncName) { in BindOnce()
1857 StructInitInfo * module ) in InitKernel()
2010 StructInitInfo * module ) in InitLibrary()
2023 static StructInitInfo module = { variable
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/pyotherside/src/
H A Dqpython_priv.cpp640 QPythonPriv::eval(QString expr) in eval() function in QPythonPriv
675 QPythonPriv::importFromQRC(const char *module, const QString &filename) in importFromQRC()
/dports/devel/pyotherside-qt5/pyotherside-1.5.9/src/
H A Dqpython_priv.cpp640 QPythonPriv::eval(QString expr) in eval() function in QPythonPriv
675 QPythonPriv::importFromQRC(const char *module, const QString &filename) in importFromQRC()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/rego/
H A Drego.go498 func (r *Rego) eval(ctx context.Context, qc ast.QueryCompiler, compiled ast.Body, txn storage.Trans… func
759 module string member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DBytecodeCompiler.cpp289 StaticEvalObject& eval = enclosingStaticScope->as<StaticEvalObject>(); in isNonGlobalEvalCompilationUnit() local
570 Rooted<ModuleObject*> module(cx, ModuleObject::create(cx, enclosingStaticScope)); in compileModule() local
/dports/devel/py-mypy/mypy-0.910/mypyc/lib-rt/
H A Dtest_capi.cc46 static PyObject *eval(std::string expr) { in eval() function
580 PyObject *module = PyModule_Create(&test_module); in PyInit_test_capi() local
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dstatements.py366 def validate_module(ctx, module): argument
1244 def eval(expr): function
2263 def v_unused_module(ctx, module): argument
2312 def modulename_to_module(module, modulename, revision=None): argument
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A D__builtin__.py354 def eval(expression,globals,locals): function
926 def reload(module): argument
/dports/audio/guidoar/guidoar-cf5681a/lang/typescript/test/
H A Dnode.d.ts66 declare var module: NodeModule; variable
367 eval: typeof eval; property

12345678910>>...14