Home
last modified time | relevance | path

Searched refs:nM (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/dports/graphics/graphviz/graphviz-2.44.1/rtest/graphs/
H A Dpolypoly.gv12 0002 [label="M\nM\nM\nM\nM\nM"];
17 0012 [label="M\nM\nM\nM\nM\nM"];
22 0112 [label="M\nM\nM\nM\nM\nM"];
31 3002 [label="M\nM\nM\nM\nM\nM"];
37 3112 [label="M\nM\nM\nM\nM\nM"];
47 4002 [label="M\nM\nM\nM\nM\nM"];
53 4112 [label="M\nM\nM\nM\nM\nM"];
63 5002 [label="M\nM\nM\nM\nM\nM"];
69 5112 [label="M\nM\nM\nM\nM\nM"];
79 6002 [label="M\nM\nM\nM\nM\nM"];
[all …]
/dports/graphics/py-pydotplus/pydotplus-2.0.2/test/graphs/
H A Dpolypoly.dot12 0002 [label="M\nM\nM\nM\nM\nM"];
17 0012 [label="M\nM\nM\nM\nM\nM"];
22 0112 [label="M\nM\nM\nM\nM\nM"];
31 3002 [label="M\nM\nM\nM\nM\nM"];
37 3112 [label="M\nM\nM\nM\nM\nM"];
47 4002 [label="M\nM\nM\nM\nM\nM"];
53 4112 [label="M\nM\nM\nM\nM\nM"];
63 5002 [label="M\nM\nM\nM\nM\nM"];
69 5112 [label="M\nM\nM\nM\nM\nM"];
79 6002 [label="M\nM\nM\nM\nM\nM"];
[all …]
/dports/graphics/py-pydot/pydot-1.4.2/test/graphs/
H A Dpolypoly.dot12 0002 [label="M\nM\nM\nM\nM\nM"];
17 0012 [label="M\nM\nM\nM\nM\nM"];
22 0112 [label="M\nM\nM\nM\nM\nM"];
31 3002 [label="M\nM\nM\nM\nM\nM"];
37 3112 [label="M\nM\nM\nM\nM\nM"];
47 4002 [label="M\nM\nM\nM\nM\nM"];
53 4112 [label="M\nM\nM\nM\nM\nM"];
63 5002 [label="M\nM\nM\nM\nM\nM"];
69 5112 [label="M\nM\nM\nM\nM\nM"];
79 6002 [label="M\nM\nM\nM\nM\nM"];
[all …]
/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/dot/autotests/testfiles/directed/
H A Dpolypoly.gv13 0002 [label="M\nM\nM\nM\nM\nM"];
18 0012 [label="M\nM\nM\nM\nM\nM"];
23 0112 [label="M\nM\nM\nM\nM\nM"];
32 3002 [label="M\nM\nM\nM\nM\nM"];
38 3112 [label="M\nM\nM\nM\nM\nM"];
48 4002 [label="M\nM\nM\nM\nM\nM"];
54 4112 [label="M\nM\nM\nM\nM\nM"];
64 5002 [label="M\nM\nM\nM\nM\nM"];
70 5112 [label="M\nM\nM\nM\nM\nM"];
80 6002 [label="M\nM\nM\nM\nM\nM"];
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/graphs/directed/
H A Dpolypoly.gv13 0002 [label="M\nM\nM\nM\nM\nM"];
18 0012 [label="M\nM\nM\nM\nM\nM"];
23 0112 [label="M\nM\nM\nM\nM\nM"];
32 3002 [label="M\nM\nM\nM\nM\nM"];
38 3112 [label="M\nM\nM\nM\nM\nM"];
48 4002 [label="M\nM\nM\nM\nM\nM"];
54 4112 [label="M\nM\nM\nM\nM\nM"];
64 5002 [label="M\nM\nM\nM\nM\nM"];
70 5112 [label="M\nM\nM\nM\nM\nM"];
80 6002 [label="M\nM\nM\nM\nM\nM"];
[all …]
/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dq65.c231 int nN, nM; in q65_esnodb() local
241 for (j=0;j<nM;j++) in q65_esnodb()
247 pIn += nM; in q65_esnodb()
550 nM = pQraCode->M; in q65_decode()
560 pd_init(PD_ROWADDR(ix,nM,nK),pd_uniform(nBits),nM); // crc in q65_decode()
561 memcpy(ix+(nK+1)*nM,pIntrinsics+nK*nM,(nN-nK)*nM*sizeof(float)); // parity checks in q65_decode()
565 pd_init(PD_ROWADDR(ix,nM,nK),pd_uniform(nBits),nM); // crc in q65_decode()
566 pd_init(PD_ROWADDR(ix,nM,nK+1),pd_uniform(nBits),nM); // crc in q65_decode()
567 memcpy(ix+(nK+2)*nM,pIntrinsics+nK*nM,(nN-nK)*nM*sizeof(float)); // parity checks in q65_decode()
672 pIntrin+=nM; in q65_check_llh()
[all …]
H A Dq65test.c206 int nK, nN, nM, nm, nSamples; in wer_test_thread_awgnrayl() local
230 nM = q65_get_alphabet_size(&codec); in wer_test_thread_awgnrayl()
234 nSamples = nN*nM; in wer_test_thread_awgnrayl()
262 x[k] = k%nM; in wer_test_thread_awgnrayl()
281 rp[k*nM+y[k]]+=A; in wer_test_thread_awgnrayl()
288 rp[k*nM+y[k]]+=A*chp[k]; in wer_test_thread_awgnrayl()
289 rq[k*nM+y[k]]+=A*chq[k]; in wer_test_thread_awgnrayl()
394 int nK, nN, nM, nm, nSamples; in wer_test_thread_ff() local
421 nM = q65_get_alphabet_size(&codec); in wer_test_thread_ff()
427 nBinsPerSymbol = nM*(2+nBinsPerTone); in wer_test_thread_ff()
[all …]
/dports/math/R-cran-lme4/lme4/R/
H A Doptimizer.R26 nM <- NelderMead$new(lower=lower, upper=upper, x0=par, xst=xst, xt=xt) functionVar
34 nM$setFtolAbs(cc$FtolAbs)
35 nM$setFtolRel(cc$FtolRel)
36 nM$setIprint (cc$iprint)
37 nM$setMaxeval(cc$maxfun)
38 nM$setMinfMax(cc$MinfMax)
42 nMres <- nM$newf(fn(nM$xeval()))
66 list(fval = nM$value(), par = nM$xpos(),
/dports/math/primme/primme-3.2/src/eigs/
H A Dfactorize.c197 int nM = numCols + blockSize; /* dimension of M after updating */ in update_XKinvBX_Sprimme() local
201 if (nM == 0) return 0; in update_XKinvBX_Sprimme()
205 if (nM == 1) { in update_XKinvBX_Sprimme()
218 M, nM, nM, ldM, 0 /* up */, 0, Mfact, ldMfact, 0); in update_XKinvBX_Sprimme()
222 CHKERR(Num_hetrf_SHprimme("U", nM, Mfact, ldMfact, ipivot, ctx)); in update_XKinvBX_Sprimme()
227 CHKERR(Num_copy_matrix_SHprimme(M, nM, nM, ldM, Mfact, ldMfact, ctx)); in update_XKinvBX_Sprimme()
231 CHKERR(Num_getrf_SHprimme(nM, nM, Mfact, ldMfact, ipivot, ctx)); in update_XKinvBX_Sprimme()
/dports/math/py-primme/primme-3.2/src/eigs/
H A Dfactorize.c197 int nM = numCols + blockSize; /* dimension of M after updating */
201 if (nM == 0) return 0;
205 if (nM == 1) {
218 M, nM, nM, ldM, 0 /* up */, 0, Mfact, ldMfact, 0);
222 CHKERR(Num_hetrf_SHprimme("U", nM, Mfact, ldMfact, ipivot, ctx));
227 CHKERR(Num_copy_matrix_SHprimme(M, nM, nM, ldM, Mfact, ldMfact, ctx));
231 CHKERR(Num_getrf_SHprimme(nM, nM, Mfact, ldMfact, ipivot, ctx));
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelStatistics/
H A DvtkPMultiCorrelativeStatistics.cxx121 int nM = nRow - 1; in GatherStatistics() local
122 double* M_l = new double[nM]; in GatherStatistics()
153 double* M_g = new double[nM * np]; in GatherStatistics()
154 com->AllGather( M_l, M_g, nM ); in GatherStatistics()
158 for ( int i = 0; i < nM; ++ i ) in GatherStatistics()
171 double* M_part = new double[nM]; in GatherStatistics()
174 int o = nM * i; in GatherStatistics()
186 for ( int j = nMeans; j < nM; ++ j ) in GatherStatistics()
209 for ( int i = 0; i < nM; ++ i ) in GatherStatistics()
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelStatistics/
H A DvtkPMultiCorrelativeStatistics.cxx121 int nM = nRow - 1; in GatherStatistics() local
122 double* M_l = new double[nM]; in GatherStatistics()
153 double* M_g = new double[nM * np]; in GatherStatistics()
154 com->AllGather( M_l, M_g, nM ); in GatherStatistics()
158 for ( int i = 0; i < nM; ++ i ) in GatherStatistics()
171 double* M_part = new double[nM]; in GatherStatistics()
174 int o = nM * i; in GatherStatistics()
186 for ( int j = nMeans; j < nM; ++ j ) in GatherStatistics()
209 for ( int i = 0; i < nM; ++ i ) in GatherStatistics()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelStatistics/
H A DvtkPMultiCorrelativeStatistics.cxx119 int nM = nRow - 1; in GatherStatistics() local
120 double* M_l = new double[nM]; in GatherStatistics()
150 double* M_g = new double[nM * np]; in GatherStatistics()
151 com->AllGather(M_l, M_g, nM); in GatherStatistics()
155 for (int i = 0; i < nM; ++i) in GatherStatistics()
168 double* M_part = new double[nM]; in GatherStatistics()
171 int o = nM * i; in GatherStatistics()
183 for (int j = nMeans; j < nM; ++j) in GatherStatistics()
206 for (int i = 0; i < nM; ++i) in GatherStatistics()
/dports/math/newmat/newmat-1.1_1/
H A Dtmt7.cpp202 nricMatrix nM(20,35); nM = X; in trymat7() local
204 nM.resize_keep(15,25); Y = X - nM; Print(Y); in trymat7()
205 nM.resize_keep(15,25); Y = X - nM; Print(Y); in trymat7()
207 nM.resize_keep(29,27); Y -= nM; Print(Y); in trymat7()
208 nM.resize_keep(0,5); nM.resize_keep(10,10); Print(nM); in trymat7()
209 nM.resize_keep(15,0); nM.resize_keep(10,10); Print(nM); in trymat7()
212 nM = X; in trymat7()
213 nM.resize_keep(38,17); in trymat7()
216 Y -= nM; Print(Y); in trymat7()
219 nM = X; in trymat7()
[all …]
/dports/biology/paml/paml4.9j/src/
H A Dtreespace.c52 int i, M[NS-2], nM=ns-3+rooted, Ib[NS-2]; in GetTreeI() local
54 for (i=0; i<nM-1; i++) M[i]=2*i+5; in GetTreeI()
55 for (i=0,M[nM-1]=1; i<nM-2; i++) M[nM-1-i-2]*=M[nM-1-i-1]; in GetTreeI()
120 int i, Ib[NS-2], ns1=ns+rooted, nM=ns1-3, finish; in ListTrees() local
134 for (i=0;i<nM;i++) Ib[i]=0; in ListTrees()
142 for (i=nM-1,Ib[nM-1]++,finish=0; i>=0; i--) { in ListTrees()
166 int M[NS-2], nM=com.ns-3+rooted; in GetIofTree() local
224 Ib[nM-1]=b; in GetIofTree()
228 for (i=0; i<nM-1; i++) M[i]=2*i+5; in GetIofTree()
229 for (i=0,M[nM-1]=1; i<nM-2; i++) M[nM-1-i-2]*=M[nM-1-i-1]; in GetIofTree()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DCommonConverters.cxx283 for( sal_Int32 nM = 0; nM < nInnerLength; nM++) in BezierToPoly() local
285 bool bHasInnerFlags = bHasOuterFlags && (nM < rBezier.Flags[nN].getLength()); in BezierToPoly()
287 if( !bHasInnerFlags || (rBezier.Flags[nN][nM] == drawing::PolygonFlags_NORMAL) ) in BezierToPoly()
289 aRet.SequenceX[nRealOuter][nRealInner] = rPointSequence[nN][nM].X; in BezierToPoly()
290 aRet.SequenceY[nRealOuter][nRealInner] = rPointSequence[nN][nM].Y; in BezierToPoly()
321 for( sal_Int32 nM = 0; nM < nInnerLength; nM++) in PolyToPointSequence() local
323 aRet[nN][nM].X = static_cast<sal_Int32>(rPolyPolygon.SequenceX[nN][nM]); in PolyToPointSequence()
324 aRet[nN][nM].Y = static_cast<sal_Int32>(rPolyPolygon.SequenceY[nN][nM]); in PolyToPointSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DCommonConverters.cxx283 for( sal_Int32 nM = 0; nM < nInnerLength; nM++) in BezierToPoly() local
285 bool bHasInnerFlags = bHasOuterFlags && (nM < rBezier.Flags[nN].getLength()); in BezierToPoly()
287 if( !bHasInnerFlags || (rBezier.Flags[nN][nM] == drawing::PolygonFlags_NORMAL) ) in BezierToPoly()
289 aRet.SequenceX[nRealOuter][nRealInner] = rPointSequence[nN][nM].X; in BezierToPoly()
290 aRet.SequenceY[nRealOuter][nRealInner] = rPointSequence[nN][nM].Y; in BezierToPoly()
321 for( sal_Int32 nM = 0; nM < nInnerLength; nM++) in PolyToPointSequence() local
323 aRet[nN][nM].X = static_cast<sal_Int32>(rPolyPolygon.SequenceX[nN][nM]); in PolyToPointSequence()
324 aRet[nN][nM].Y = static_cast<sal_Int32>(rPolyPolygon.SequenceY[nN][nM]); in PolyToPointSequence()
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dnmake.1.tail29 .I \*(nM
34 .I \*(nM
49 .I \*(nM
51 .I \*(nM
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dnmake.1.tail29 .I \*(nM
34 .I \*(nM
49 .I \*(nM
51 .I \*(nM
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dnmake.1.tail29 .I \*(nM
34 .I \*(nM
49 .I \*(nM
51 .I \*(nM
/dports/science/py-gpaw/gpaw-21.6.0/c/
H A Dlfc.c245 int nM = PyArray_DIMS(Vt_MM_obj)[1]; in calculate_potential_matrix() local
278 int m1nM = m1 * nM; in calculate_potential_matrix()
351 int nM = PyArray_DIMS(Vt_xMM_obj)[2]; in calculate_potential_matrices() local
390 int m1nM = m1 * nM; in calculate_potential_matrices()
492 int nM = PyArray_DIMS(rho_MM_obj)[1]; in construct_density() local
582 m1pnM = m1p * nM; in construct_density()
967 int nM = PyArray_DIMS(DVt_MM_obj)[1]; in calculate_potential_matrix_derivative() local
1200 int nM = PyArray_DIMS(rho_MM_obj)[1]; in calculate_potential_matrix_force_contribution() local
1493 c_Mv += 3 * nM; in derivative()
1554 c_Mv += 3 * nM; in derivative()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/sidebar/
H A DChartTypePanel.cxx169 sal_uInt16 nM = 0; in Initialize() local
176 m_xMainTypeList->set_active(nM); in Initialize()
205 ++nM; in Initialize()
232 sal_uInt16 nM = 0; in updateData() local
241 ++nM; in updateData()
306 auto nM = static_cast<std::vector<ChartTypeDialogController*>::size_type>( in getSelectedMainType() local
308 if (nM < m_aChartTypeDialogControllerList.size()) in getSelectedMainType()
309 pTypeController = m_aChartTypeDialogControllerList[nM].get(); in getSelectedMainType()
/dports/biology/star/STAR-2.7.9a/extras/scripts/
H A DsjCollapseSamples.awk18 nM[sj]+=$8;
23 for (sj in nSamples) print sj,nU[sj],nM[sj],nO[sj],nSamples[sj];
/dports/biology/subread/subread-2.0.2-source/test/featureCounts/data/
H A Dacross_genes_r1.sam3 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * NH:i:1 HI:i:1 AS:i:200 nM:i:0
4 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * NH:i:1 HI:i:1 AS:i:200 nM:i:0
H A Dacross_genes_r2.sam3 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * NH:i:1 HI:i:1 AS:i:198 nM:i:1
4 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * NH:i:1 HI:i:1 AS:i:198 nM:i:1

12345678910>>...44