Home
last modified time | relevance | path

Searched refs:vvars (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_lint.erl78 -record(vvars, record
137 State :: #vvars{}.
158 State :: #vvars{}.
181 State :: #vvars{}.
207 State :: #vvars{}.
232 State :: #vvars{}.
290 State :: #vvars{}.
324 State :: #vvars{}.
349 State :: #vvars{}.
365 State :: #vvars{}.
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_lint.erl78 -record(vvars, record
137 State :: #vvars{}.
158 State :: #vvars{}.
181 State :: #vvars{}.
207 State :: #vvars{}.
232 State :: #vvars{}.
290 State :: #vvars{}.
324 State :: #vvars{}.
349 State :: #vvars{}.
365 State :: #vvars{}.
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_lint.erl78 -record(vvars, record
137 State :: #vvars{}.
158 State :: #vvars{}.
181 State :: #vvars{}.
207 State :: #vvars{}.
232 State :: #vvars{}.
290 State :: #vvars{}.
324 State :: #vvars{}.
349 State :: #vvars{}.
365 State :: #vvars{}.
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_lint.erl78 -record(vvars, record
137 State :: #vvars{}.
158 State :: #vvars{}.
181 State :: #vvars{}.
207 State :: #vvars{}.
232 State :: #vvars{}.
290 State :: #vvars{}.
324 State :: #vvars{}.
349 State :: #vvars{}.
365 State :: #vvars{}.
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_lint.erl91 -record(vvars, record
146 State :: #vvars{}.
167 State :: #vvars{}.
190 State :: #vvars{}.
218 State :: #vvars{}.
227 State :: #vvars{}.
242 State :: #vvars{}.
269 State :: #vvars{}.
294 State :: #vvars{}.
310 State :: #vvars{}.
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_lint.erl66 -record(vvars, record
123 State :: #vvars{}.
144 State :: #vvars{}.
167 State :: #vvars{}.
195 State :: #vvars{}.
220 State :: #vvars{}.
260 State :: #vvars{}.
287 State :: #vvars{}.
312 State :: #vvars{}.
328 State :: #vvars{}.
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistVariableVariableXHPASTLinterRule.php13 $vvars = $root->selectDescendantsOfType('n_VARIABLE_VARIABLE');
15 foreach ($vvars as $vvar) {
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistVariableVariableXHPASTLinterRule.php13 $vvars = $root->selectDescendantsOfType('n_VARIABLE_VARIABLE');
15 foreach ($vvars as $vvar) {
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dbv_gauss.cpp642 std::vector<Node> vvars; in gaussElimRewriteForUrem() local
643 for (const auto& p : vars) { vvars.push_back(p.first); } in gaussElimRewriteForUrem()
644 Assert(nvars == vvars.size()); in gaussElimRewriteForUrem()
652 res[vvars[i]] = nm->mkConst<BitVector>( in gaussElimRewriteForUrem()
653 BitVector(bv::utils::getSize(vvars[i]), rhs[i])); in gaussElimRewriteForUrem()
683 Node bv = bv::utils::mkConst(bv::utils::getSize(vvars[i]), m); in gaussElimRewriteForUrem()
684 Node mult = nm->mkNode(kind::BITVECTOR_MULT, vvars[i], bv); in gaussElimRewriteForUrem()
690 res[vvars[pcol]] = nm->mkConst<BitVector>( in gaussElimRewriteForUrem()
691 BitVector(bv::utils::getSize(vvars[pcol]), rhs[prow])); in gaussElimRewriteForUrem()
703 bv::utils::getSize(vvars[pcol]), rhs[prow]), in gaussElimRewriteForUrem()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/gluon/lstm_crf/
H A Dlstm_crf.py128 vvars = nd.full((1, self.tagset_size), -10000.)
129 vvars[0, self.tag2idx[START_TAG]] = 0
141 next_tag_var = vvars + self.transitions.data()[next_tag]
147 vvars = (nd.concat(*viterbivars_t, dim=0) + feat).reshape((1, -1))
151 terminal_var = vvars + self.transitions.data()[self.tag2idx[STOP_TAG]]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/gluon/lstm_crf/
H A Dlstm_crf.py128 vvars = nd.full((1, self.tagset_size), -10000.)
129 vvars[0, self.tag2idx[START_TAG]] = 0
141 next_tag_var = vvars + self.transitions.data()[next_tag]
147 vvars = (nd.concat(*viterbivars_t, dim=0) + feat).reshape((1, -1))
151 terminal_var = vvars + self.transitions.data()[self.tag2idx[STOP_TAG]]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dgemm_schedule.hpp412 bmnk_mapper_.set_a_vars(a_view_.vvars()); in set_a_view()
417 bmnk_mapper_.set_b_vars(b_view_.vvars()); in set_b_view()
422 bmnk_mapper_.set_c_vars(c_view_.vvars()); in set_c_view()
740 auto &v = view.vvars()[i]; in set_view()
854 for (auto &v : view->vvars()) { in init_problem_tiles()
860 a_view_.vvars(), split_infos, tile_level_t::thread_group); in init_problem_tiles()
862 b_view_.vvars(), split_infos, tile_level_t::thread_group); in init_problem_tiles()
864 c_view_.vvars(), split_infos, tile_level_t::thread_group); in init_problem_tiles()
866 a_view_.vvars(), split_infos, tile_level_t::thread); in init_problem_tiles()
868 b_view_.vvars(), split_infos, tile_level_t::thread); in init_problem_tiles()
[all …]
H A Dtensor.hpp1168 for (int i = 0; i < int(vvars.size()); i++) { in mask()
1169 if (contains_object(ret, vvars[i])) { in mask()
1224 view_t(const std::vector<expr_t> &vvars, int ntdims) in view_t() argument
1225 : vvars_(vvars) in view_t()
1226 , vdims_(vvars.size()) in view_t()
1227 , vstart_(vvars.size()) in view_t()
1453 inv_view = view_t(vvars(), ntdims()); in try_create_buffer_view()
1455 inv_view.set_vdim(vvars()[i], vdims()[i]); in try_create_buffer_view()
1459 auto &buf_vvar = buf_view.vvars()[i]; in try_create_buffer_view()
1471 auto &vvar = vvars()[vidx]; in try_create_buffer_view()
[all …]
H A Dpost_op_support.hpp342 lhs_view_.vvars(), bound_check_mask); in create_rhs_view()
377 return view_t(rhs_layout, lhs_view_.vvars(), bound_check_mask); in create_rhs_view()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dempty.c112 void const * const vvars[3] = {(void*)1,(void*)2,(void*)3}; /* really funky dummy pointers */ in main() local
242 …ASSERT(DBPutCsgvar(dbfile,"csgva","empty_csgmesh1",0,cnames,vvars,ZZ,dt,ct,OL(ol)),retval<0,retval… in main()
243 …ASSERT(DBPutCsgvar(dbfile,"csgvb","empty_csgmesh1",1, 0,vvars,ZZ,dt,ct,OL(ol)),retval<0,retval… in main()
245 …ASSERT(DBPutCsgvar(dbfile,"csgvd","empty_csgmesh1",1,cnames,vvars,ZZ,dt,ct,OL(ol)),retval<0,retval… in main()
/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DIntegerEvaluatorTExpr.cxx198 std::vector<int>& vvars) in TVariable() argument
199 : vars(vvars), pos(ppos) in TVariable()
H A DEvaluatorTExpr.cxx137 std::vector<double>& vvars) in TVariable() argument
138 : vars(vvars), pos(ppos) in TVariable()
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DIntegerEvaluatorTExpr.cxx189 const std::vector<int>::size_type ppos, std::vector<int>& vvars) in TVariable() argument
190 : vars(vvars), pos(ppos) {} in TVariable()
H A DEvaluatorTExpr.cxx126 std::vector<double>& vvars) in TVariable() argument
127 : vars(vvars), pos(ppos) {} in TVariable()
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/writers/
H A Dvtk.py518 vvars = self._vtk_vars
524 for fname, varnames in vvars:
535 sizes.extend(len(varnames)*nb for fname, varnames in vvars)
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/bindings/vim/
H A D__init__.py18 and vim.vvars['version'] > 703
192 if hasattr(vim, 'vvars') and vim.vvars[str('version')] > 703:
/dports/science/py-qcelemental/qcelemental-0.24.0/qcelemental/molparse/
H A Dfrom_arrays.py800 vvars = [[str(v[0]), float(v[1])] for v in variables]
802 return {"geom_unsettled": geom_unsettled, "variables": vvars}
/dports/misc/py-powerline-status/powerline-2.8.2/tests/modules/
H A Dvim.py4 vvars = {'version': 703} variable
231 return vvars[expr[2:]]
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/api/
H A Dnvim.py111 self.vvars = RemoteMap(self, 'nvim_get_vvar', None, None)
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dreductions.rkt208 [#:pattern (?lsv ([?svars ?srhs] ...) ([?vvars ?vrhs] ...) . ?body)]
209 [#:rename (((?svars ?srhs) ...) ((?vvars ?vrhs) ...) . ?body)
212 [#:do (learn-binders (% (?svars ... ?vvars ...)))]

12