Home
last modified time | relevance | path

Searched refs:ncommon (Results 1 – 25 of 115) sorted by relevance

12345

/dports/science/hdf5/hdf5-1.10.6/test/
H A Dswmr_remove_reader.c48 unsigned poll_time, unsigned ncommon, unsigned nrandom);
194 unsigned poll_time, unsigned ncommon, unsigned nrandom) in read_records() argument
219 if(ncommon > 0) { in read_records()
225 for(v = 0; v < ncommon; v++) { in read_records()
288 if(ncommon > 0) { in read_records()
294 for(v = 0; v < ncommon; v++) { in read_records()
351 if(ncommon > 0) { in read_records()
380 int ncommon = 5; /* # of common symbols to poll */ in main() local
398 ncommon = HDatoi(argv[u + 1]); in main()
399 if(ncommon < 0) in main()
[all …]
H A Dswmr_reader.c42 unsigned ncommon, unsigned nrandom);
196 unsigned ncommon, unsigned nrandom) in read_records() argument
222 if(ncommon > 0) { in read_records()
228 for(v = 0; v < ncommon; v++) { in read_records()
300 if(ncommon > 0) { in read_records()
306 for(v = 0; v < ncommon; v++) { in read_records()
363 if(ncommon > 0) { in read_records()
394 int ncommon = 5; /* # of common symbols to poll */ in main() local
413 ncommon = HDatoi(argv[u + 1]); in main()
414 if(ncommon < 0) in main()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/regression/
H A Drunmnl.py62 def __init__(self, endog, exog_bychoices, ncommon): argument
65 self.ncommon = ncommon
70 betaind = [exog_bychoices[ii].shape[1]-ncommon for ii in range(4)]
71 zi = np.r_[[ncommon], ncommon + np.array(betaind).cumsum()]
117 def __init__(self, endog, exog_bychoices, ncommon): argument
120 self.ncommon = ncommon
126 betaind = [exog_bychoices[ii].shape[1]-ncommon for ii in range(4)]
127 zi = np.r_[[ncommon], ncommon + np.array(betaind).cumsum()]
294 ncommon = 2 variable
295 betaind = [len(xi[ii].dtype.names)-ncommon for ii in range(4)]
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_cna_atom.cpp115 int firstflag,ncommon,nbonds,maxbonds,minbonds; in compute_peratom() local
225 ncommon = 0; in compute_peratom()
229 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
260 ncommon = 0; in compute_peratom()
264 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
272 cna[m][NCOMMON] = ncommon; in compute_peratom()
278 for (n = 0; n < ncommon; n++) bonds[n] = 0; in compute_peratom()
281 for (jj = 0; jj < ncommon-1; jj++) { in compute_peratom()
286 for (kk = jj+1; kk < ncommon; kk++) { in compute_peratom()
304 for (n = 0; n < ncommon; n++) { in compute_peratom()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_cna_atom.cpp148 int firstflag,ncommon,nbonds,maxbonds,minbonds; in compute_peratom() local
261 ncommon = 0; in compute_peratom()
265 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
296 ncommon = 0; in compute_peratom()
300 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
308 cna[m][NCOMMON] = ncommon; in compute_peratom()
314 for (n = 0; n < ncommon; n++) bonds[n] = 0; in compute_peratom()
317 for (jj = 0; jj < ncommon; jj++) { in compute_peratom()
322 for (kk = jj+1; kk < ncommon; kk++) { in compute_peratom()
340 for (n = 0; n < ncommon; n++) { in compute_peratom()
/dports/math/parmetis/parmetis-4.0.3/metis/libmetis/
H A Dmesh.c45 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
67 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
162 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
170 if (ncommon < 1) { in CreateGraphDual()
171 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
172 ncommon = 1; in CreateGraphDual()
206 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
222 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
238 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
263 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/libmetis/
H A Dmesh.c45 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
67 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
162 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
170 if (ncommon < 1) { in CreateGraphDual()
171 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
172 ncommon = 1; in CreateGraphDual()
206 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
222 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
238 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
263 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/libmetis/
H A Dmesh.c45 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
67 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
162 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
170 if (ncommon < 1) { in CreateGraphDual()
171 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
172 ncommon = 1; in CreateGraphDual()
206 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
222 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
238 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
263 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/libmetis/
H A Dmesh.c45 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
67 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
162 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
170 if (ncommon < 1) { in CreateGraphDual()
171 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
172 ncommon = 1; in CreateGraphDual()
206 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
222 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
238 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
263 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/science/octopus/octopus-10.5/external_libs/metis-5.1/libmetis/
H A Dmesh.c44 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
66 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
161 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
169 if (ncommon < 1) { in CreateGraphDual()
170 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
171 ncommon = 1; in CreateGraphDual()
205 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
221 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
237 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
262 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/math/metis/metis-5.1.0/libmetis/
H A Dmesh.c45 idx_t *ncommon, idx_t *numflag, idx_t **r_xadj, idx_t **r_adjncy) in METIS_MeshToDual() argument
67 CreateGraphDual(*ne, *nn, eptr, eind, *ncommon, r_xadj, r_adjncy); in METIS_MeshToDual()
162 void CreateGraphDual(idx_t ne, idx_t nn, idx_t *eptr, idx_t *eind, idx_t ncommon, in CreateGraphDual() argument
170 if (ncommon < 1) { in CreateGraphDual()
171 printf(" Increased ncommon to 1, as it was initially %"PRIDX"\n", ncommon); in CreateGraphDual()
172 ncommon = 1; in CreateGraphDual()
206 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
222 nind, eptr, ncommon, marker, nbrs); in CreateGraphDual()
238 idx_t *nind, idx_t *eptr, idx_t ncommon, idx_t *marker, idx_t *nbrs) in FindCommonElements() argument
263 if (overlap >= ncommon || in FindCommonElements()
H A Dfrename.c54 (idx_t *ne, idx_t *nn, idx_t *eptr, idx_t *eind, idx_t *ncommon, idx_t *numflag,
56 (ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy),
92 idx_t *ncommon, idx_t *nparts, real_t *tpwgts, idx_t *options, idx_t *objval,
94 (ne, nn, eptr, eind, vwgt, vsize, ncommon, nparts, tpwgts, options, objval, epart, npart),
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-COMPUTE/
H A Dcompute_cnp_atom.cpp134 int firstflag,ncommon; in compute_peratom() local
242 ncommon = 0; in compute_peratom()
246 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
275 ncommon = 0; in compute_peratom()
279 if (ncommon < MAXCOMMON) common[ncommon++] = nearest[i][inear]; in compute_peratom()
291 for (kk = 0; kk < ncommon; kk++) { in compute_peratom()
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Didlsave.i94 ncommon = 0;
141 if (ncommon >= numberof(commons))
145 commons(++ncommon) = &com;
153 if (ncommon && loud) write, format="Common blocks: %ld\n", ncommon;
/dports/math/parmetis/parmetis-4.0.3/metis/programs/
H A Dcmdline_m2gmetis.c93 params->ncommon = 1; in parse_cmdline()
114 if (gk_optarg) params->ncommon = (idx_t)atoi(gk_optarg); in parse_cmdline()
115 if (params->ncommon < 1) in parse_cmdline()
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/programs/
H A Dcmdline_m2gmetis.c93 params->ncommon = 1; in parse_cmdline()
114 if (gk_optarg) params->ncommon = (idx_t)atoi(gk_optarg); in parse_cmdline()
115 if (params->ncommon < 1) in parse_cmdline()
/dports/math/metis/metis-5.1.0/programs/
H A Dcmdline_m2gmetis.c93 params->ncommon = 1; in parse_cmdline()
114 if (gk_optarg) params->ncommon = (idx_t)atoi(gk_optarg); in parse_cmdline()
115 if (params->ncommon < 1) in parse_cmdline()
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dmmetis.c24 idx_t *wgtflag, idx_t *numflag, idx_t *ncon, idx_t *ncommon, idx_t *nparts, in ParMETIS_V3_PartMeshKway() argument
35 ncon, ncommon, nparts, tpwgts, ubvec, options, edgecut, part, comm); in ParMETIS_V3_PartMeshKway()
52 ParMETIS_V3_Mesh2Dual(elmdist, eptr, eind, numflag, ncommon, &xadj, &adjncy, in ParMETIS_V3_PartMeshKway()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dmmetis.c24 idx_t *wgtflag, idx_t *numflag, idx_t *ncon, idx_t *ncommon, idx_t *nparts, in ParMETIS_V3_PartMeshKway() argument
35 ncon, ncommon, nparts, tpwgts, ubvec, options, edgecut, part, comm); in ParMETIS_V3_PartMeshKway()
52 ParMETIS_V3_Mesh2Dual(elmdist, eptr, eind, numflag, ncommon, &xadj, &adjncy, in ParMETIS_V3_PartMeshKway()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/MeshColour/
H A DMeshColour.F90153 … FUNCTION METIS_MeshToDual(ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy) RESULT(val) &
159 INTEGER(KIND=c_int32_t) :: ncommon, numflag ! idx_t *ncommon, idx_t *numflag local
176 INTEGER(KIND=c_int32_t) :: ne, nn, ncommon, numflag local
194 ncommon = 1 ! Dual graph will have an edge if elements share a node
223 retval = METIS_MeshToDual(ne, nn, eptr, eind, ncommon, numflag, r_xadj, r_adjncy)

12345