Home
last modified time | relevance | path

Searched refs:nindex (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/meam/
H A Dmeam_setup_param.F57 subroutine meam_setup_param(which, value, nindex, argument
63 integer which, nindex, index(3), errorflag
71 call meam_checkindex(2,maxelt,nindex,index,errorflag)
77 call meam_checkindex(2,maxelt,nindex,index,errorflag)
83 call meam_checkindex(1,maxelt,nindex,index,errorflag)
89 call meam_checkindex(2,maxelt,nindex,index,errorflag)
95 call meam_checkindex(2,maxelt,nindex,index,errorflag)
119 call meam_checkindex(2,maxelt,nindex,index,errorflag)
125 call meam_checkindex(2,maxelt,nindex,index,errorflag)
131 call meam_checkindex(2,maxelt,nindex,index,errorflag)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce.py235 if (not permutationb[nindex].isidenticalto(permutationb[nindex+len(permutationb)/2])):
240 if (not permutationa[nindex].isidenticalto(permutationa[nindex+len(permutationa)/2])):
241 print(permutationa[nindex].show(),permutationa[nindex+len(permutationa)/2].show())
395 index = self[nindex]
399 index = self[nindex]
1289 if (nindex == 0):
1323 if (nindex == 0):
1525 index = all[nindex]
1533 if (nindex == 0):
4337 if (nindex == 0):
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce.py235 if (not permutationb[nindex].isidenticalto(permutationb[nindex+len(permutationb)/2])):
240 if (not permutationa[nindex].isidenticalto(permutationa[nindex+len(permutationa)/2])):
241 print permutationa[nindex].show(),permutationa[nindex+len(permutationa)/2].show()
395 index = self[nindex]
399 index = self[nindex]
1287 if (nindex == 0):
1321 if (nindex == 0):
1523 index = all[nindex]
1531 if (nindex == 0):
4335 if (nindex == 0):
[all …]
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dchange.cc67 nindex = 1; in change_geometry()
71 nindex = 1; in change_geometry()
75 nindex = 1; in change_geometry()
79 nindex = 2; in change_geometry()
84 nindex = 2; in change_geometry()
89 nindex = 1; in change_geometry()
93 nindex = 2; in change_geometry()
98 nindex = 1; in change_geometry()
102 nindex = 4; in change_geometry()
109 nindex = 1; in change_geometry()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MEAM/
H A Dmeam_setup_param.cpp88 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
96 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
104 meam_checkindex(1, neltypes, nindex, index, errorflag); in meam_setup_param()
112 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
120 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
130 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
138 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
146 meam_checkindex(2, neltypes, nindex, index, errorflag); in meam_setup_param()
156 meam_checkindex(3, neltypes, nindex, index, errorflag); in meam_setup_param()
164 meam_checkindex(3, neltypes, nindex, index, errorflag); in meam_setup_param()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkNearestNeighborExtrapolateImageFunction.h85 IndexType nindex; in EvaluateAtContinuousIndex() local
89 nindex[j] = Math::RoundHalfIntegerUp< IndexValueType >(index[j]); in EvaluateAtContinuousIndex()
90 if ( nindex[j] < this->GetStartIndex()[j] ) in EvaluateAtContinuousIndex()
92 nindex[j] = this->GetStartIndex()[j]; in EvaluateAtContinuousIndex()
94 else if ( nindex[j] > this->GetEndIndex()[j] ) in EvaluateAtContinuousIndex()
96 nindex[j] = this->GetEndIndex()[j]; in EvaluateAtContinuousIndex()
99 return static_cast< OutputType >( this->GetInputImage()->GetPixel(nindex) ); in EvaluateAtContinuousIndex()
112 IndexType nindex; in EvaluateAtIndex() local
118 nindex[j] = this->GetStartIndex()[j]; in EvaluateAtIndex()
122 nindex[j] = this->GetEndIndex()[j]; in EvaluateAtIndex()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java80 int nindex = index+1; in matches() local
89 if (index < nindex) index = nindex; in matches()
106 int nindex = index+1; in matches() local
115 if (index < nindex) index = nindex; in matches()
131 int nindex = index+1; in matches() local
140 if (index < nindex) index = nindex; in matches()
151 int nindex = index+1; in matchesIgnoreCase() local
166 if (index < nindex) index = nindex; in matchesIgnoreCase()
177 int nindex = index+1; in matchesIgnoreCase() local
192 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java79 int nindex = index+1; in matches() local
88 if (index < nindex) index = nindex; in matches()
105 int nindex = index+1; in matches() local
114 if (index < nindex) index = nindex; in matches()
130 int nindex = index+1; in matches() local
139 if (index < nindex) index = nindex; in matches()
150 int nindex = index+1; in matchesIgnoreCase() local
165 if (index < nindex) index = nindex; in matchesIgnoreCase()
176 int nindex = index+1; in matchesIgnoreCase() local
191 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java79 int nindex = index+1; in matches() local
88 if (index < nindex) index = nindex; in matches()
105 int nindex = index+1; in matches() local
114 if (index < nindex) index = nindex; in matches()
130 int nindex = index+1; in matches() local
139 if (index < nindex) index = nindex; in matches()
150 int nindex = index+1; in matchesIgnoreCase() local
165 if (index < nindex) index = nindex; in matchesIgnoreCase()
176 int nindex = index+1; in matchesIgnoreCase() local
191 if (index < nindex) index = nindex; in matchesIgnoreCase()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_active_space_types.F307 irange(2) = nindex
308 ELSEIF (numtask >= nindex) THEN
309 IF (taskid >= nindex) THEN
345 nindex = (norb*(norb + 1))/2
347 ALLOCATE (erival(nindex), colind(nindex))
356 nindex = eri%nzerow_local(i12l)
357 colind(1:nindex) = eri%colind_local(irptr:irptr + nindex - 1)
358 erival(1:nindex) = eri%nzval_local%r_dp(irptr:irptr + nindex - 1)
362 nindex = 0
365 CALL mp_sum(nindex, eri%mp_group)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_active_space_types.F307 irange(2) = nindex
308 ELSEIF (numtask >= nindex) THEN
309 IF (taskid >= nindex) THEN
345 nindex = (norb*(norb + 1))/2
347 ALLOCATE (erival(nindex), colind(nindex))
356 nindex = eri%nzerow_local(i12l)
357 colind(1:nindex) = eri%colind_local(irptr:irptr + nindex - 1)
358 erival(1:nindex) = eri%nzval_local%r_dp(irptr:irptr + nindex - 1)
362 nindex = 0
365 CALL mp_sum(nindex, eri%mp_group)
[all …]
/dports/math/R-cran-xts/xts/src/
H A Dsubset.c125 SEXP oindex, nindex; in _do_subset_xts() local
142 if(TYPEOF(nindex)==INTSXP) { in _do_subset_xts()
157 if(TYPEOF(nindex)==REALSXP) { in _do_subset_xts()
158 real_nindex = REAL(nindex); in _do_subset_xts()
189 if(TYPEOF(nindex)==INTSXP) { in _do_subset_xts()
204 if(TYPEOF(nindex)==REALSXP) { in _do_subset_xts()
205 real_nindex = REAL(nindex); in _do_subset_xts()
235 if(TYPEOF(nindex)==INTSXP) { in _do_subset_xts()
282 if(TYPEOF(nindex)==INTSXP) { in _do_subset_xts()
328 if(TYPEOF(nindex)==INTSXP) { in _do_subset_xts()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/unittest/
H A Dtest_graph.py70 nindex = {n['name']: i for i, n in enumerate(jnodes)}
71 assert g.json_attr('shape')[jnode_row_ptr[nindex["flatten"]]] == [2, 8]
85 nindex = {n['name']: i for i, n in enumerate(jnodes)}
99 nindex = {n['name']: i for i, n in enumerate(jnodes)}
100 assert g.json_attr('dtype')[jnode_row_ptr[nindex["cast1"]]] == 1
101 assert g.json_attr('dtype')[jnode_row_ptr[nindex["add1"]]] == 0
116 nindex = {n['name']: i for i, n in enumerate(jnodes)}
117 assert (storage_id[jnode_row_ptr[nindex["addk"]]] !=
118 storage_id[jnode_row_ptr[nindex["reshapek"]]])
119 assert (storage_id[jnode_row_ptr[nindex["add2"]]] ==
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/unittest/
H A Dtest_graph.py70 nindex = {n['name']: i for i, n in enumerate(jnodes)}
71 assert g.json_attr('shape')[jnode_row_ptr[nindex["flatten"]]] == [2, 8]
85 nindex = {n['name']: i for i, n in enumerate(jnodes)}
99 nindex = {n['name']: i for i, n in enumerate(jnodes)}
100 assert g.json_attr('dtype')[jnode_row_ptr[nindex["cast1"]]] == 1
101 assert g.json_attr('dtype')[jnode_row_ptr[nindex["add1"]]] == 0
116 nindex = {n['name']: i for i, n in enumerate(jnodes)}
117 assert (storage_id[jnode_row_ptr[nindex["addk"]]] !=
118 storage_id[jnode_row_ptr[nindex["reshapek"]]])
119 assert (storage_id[jnode_row_ptr[nindex["add2"]]] ==
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_o2mrelation_iterator.cpp155 index_t nindex = 0; in next() local
169 nindex = index(m_one_index, m_many_index, DATA); in next()
176 nindex = m_one_index; in next()
180 nindex = ++m_one_index; in next()
185 nindex = m_many_index++; in next()
188 return nindex; in next()
196 index_t nindex = 0; in peek_next() local
206 nindex = index(m_one_index + 1, 1, DATA); in peek_next()
211 nindex = m_one_index + ((m_many_index < 1) ? 0 : 1); in peek_next()
215 nindex = m_many_index; in peek_next()
[all …]
/dports/games/golly/golly-3.3-src/gollybase/
H A Dgenerationsalgo.cpp259 int nindex = value - 1 ; in setSymmetrical() local
275 if (nindex > 3) { in setSymmetrical()
276 nindex = 6 - nindex ; in setSymmetrical()
326 int nindex = 0 ; in setRuleFromString() local
341 nindex = -1 ; in setRuleFromString()
350 if (nindex == -1) { in setRuleFromString()
367 nindex = -1 ; in setRuleFromString()
378 nindex = -1 ; in setRuleFromString()
692 int nindex = 0 ; in lettersValid() local
701 if (nindex > 3) { in lettersValid()
[all …]
H A Dliferules.cpp203 int nindex = value - 1 ; in setSymmetrical() local
219 if (nindex > 3) { in setSymmetrical()
220 nindex = 6 - nindex ; in setSymmetrical()
270 int nindex = 0 ; in setRuleFromString() local
285 nindex = -1 ; in setRuleFromString()
294 if (nindex == -1) { in setRuleFromString()
311 nindex = -1 ; in setRuleFromString()
322 nindex = -1 ; in setRuleFromString()
726 int nindex = 0 ; in lettersValid() local
735 if (nindex > 3) { in lettersValid()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DMetaEditorItemDelegate.cpp55 QModelIndex nindex = index.model()->index(index.row(), 0, index.parent()); in createEditor() local
56 if (!nindex.isValid() || !m_Choices.contains(nindex.data(Qt::EditRole).toString())) { in createEditor()
59 QStringList choices = m_Choices[nindex.data(Qt::EditRole).toString()]; in createEditor()
90 QModelIndex nindex = index.model()->index(index.row(), 0, index.parent()); in sizeHint() local
91 if (!nindex.isValid() || !m_Choices.contains(nindex.data(Qt::EditRole).toString())) { in sizeHint()
95 QStringList choices = m_Choices[nindex.data(Qt::EditRole).toString()]; in sizeHint()

12345678910>>...33