Home
last modified time | relevance | path

Searched refs:onethree (Results 1 – 7 of 7) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/distrib/extension/
H A DDistribASTPlugin.cpp62 vector<unsigned int> one, two, onethree, twofour, twoonefour; in populateNodeTypes() local
65 onethree.push_back(1); in populateNodeTypes()
66 onethree.push_back(3); in populateNodeTypes()
125 node.numAllowedChildren = onethree; in populateNodeTypes()
134 node.numAllowedChildren = onethree; in populateNodeTypes()
170 node.numAllowedChildren = onethree; in populateNodeTypes()
179 node.numAllowedChildren = onethree; in populateNodeTypes()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dspecial.cpp38 onetwo = onethree = onefour = nullptr; in Special()
46 memory->destroy(onethree); in ~Special()
440 m = atom->map(onethree[i][j]); in onefour_build()
459 m = atom->map(onethree[i][j]); in onefour_build()
487 m = atom->map(onethree[i][j]); in onefour_build()
508 m = atom->map(onethree[i][j]); in onefour_build()
567 m = onethree[i][j]; in dedup()
569 onethree[i][unique++] = m; in dedup()
646 m = onethree[i][j]; in combine()
730 m = onethree[i][j]; in combine()
[all …]
H A Dspecial.h30 tagint **onetwo, **onethree, **onefour; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dspecial.cpp69 onetwo = onethree = onefour = NULL; in Special()
77 memory->destroy(onethree); in ~Special()
322 onethree[i][k] = buf[j++]; in build()
489 m = onethree[i][j]; in dedup()
491 onethree[i][unique++] = m; in dedup()
566 m = onethree[i][j]; in combine()
634 m = onethree[i][j]; in combine()
758 if (dflag[i][j]) onethree[i][m++] = onethree[i][j]; in angle_trim()
1076 int **onethree = sptr->onethree; in ring_seven() local
1090 if (jglobal == onethree[ilocal][m]) { in ring_seven()
[all …]
H A Dspecial.h61 int **onetwo,**onethree,**onefour; variable
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_spellfile.vim191 \ 'oneone', 'onetwo', 'onethree',
233 \ 'oneone', 'onetwo', 'onethree',
246 call assert_equal(['onethree', 'one three'], spellsuggest('onethre', 2))
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_spellfile.vim924 \ 'oneone', 'onetwo', 'onethree',
966 \ 'oneone', 'onetwo', 'onethree',
979 call assert_equal(['onethree', 'one three'], spellsuggest('onethre', 2))