Home
last modified time | relevance | path

Searched refs:Mend (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/math/octave-forge-ltfat/ltfat/inst/comp/
H A Dcomp_irdgt.m33 Mend=Mhalf*2-1;
40 cout(2:Mhalf,:,:)=(cin(2:2:Mend,:,:)- i*cin(3:2:Mend,:,:))/sqrt(2);
41 cout(M-Mhalf+2:M,:,:)= (cin(Mend-1:-2:2,:,:) +i*cin(Mend:-2:3,:,:))/sqrt(2);
H A Dcomp_irdgtii.m33 Mend=Mhalf*2-1;
40 cout(2:Mhalf,:,:)=(cin(2:2:Mend,:,:)- i*cin(3:2:Mend,:,:))/sqrt(2);
41 cout(M-Mhalf+2:M,:,:)= -(cin(Mend-1:-2:2,:,:) +i*cin(Mend:-2:3,:,:))/sqrt(2);
/dports/science/R-cran-som/som/src/tnt/
H A Dregion2d.h207 Subscript Mend = start + M - 1; variable
209 for (Subscript i=start; i<=Mend; i++)
227 Subscript Mend = start + M - 1; variable
229 for (Subscript i=start; i<=Mend; i++)
247 Subscript Mend = start + M - 1; variable
249 for (Subscript i=start; i<=Mend; i++)
263 for (Subscript i=start; i<=Mend; i++)
423 Subscript Mend=A.lbound()+ A.num_rows() - 1; variable
428 for (Subscript i=start; i<=Mend; i++)
445 Subscript Mend=A.lbound()+ A.num_rows() - 1; variable
[all …]
H A Dtriang.h134 Subscript Mend = M + A.lbound() -1 ; in matmult() local
136 for (i=start; i<=Mend; i++) in matmult()
264 Subscript Mend = M + A.lbound() -1 ; in matmult() local
266 for (i=start; i<=Mend; i++) in matmult()
432 Subscript Mend = M + A.lbound() -1 ; in matmult() local
434 for (i=start; i<=Mend; i++) in matmult()
562 Subscript Mend = M + A.lbound() -1 ; in matmult() local
564 for (i=start; i<=Mend; i++) in matmult()
H A Dtransv.h140 Subscript Mend = M + A.lbound() - 1; variable
144 for (Subscript i=start; i<=Mend; i++)
/dports/math/R-cran-geepack/geepack/inst/include/tnt/
H A Dregion2d.h207 Subscript Mend = start + M - 1; variable
209 for (Subscript i=start; i<=Mend; i++)
227 Subscript Mend = start + M - 1; variable
229 for (Subscript i=start; i<=Mend; i++)
247 Subscript Mend = start + M - 1; variable
249 for (Subscript i=start; i<=Mend; i++)
263 for (Subscript i=start; i<=Mend; i++)
423 Subscript Mend=A.lbound()+ A.num_rows() - 1; variable
428 for (Subscript i=start; i<=Mend; i++)
445 Subscript Mend=A.lbound()+ A.num_rows() - 1; variable
[all …]
H A Dtriang.h134 Subscript Mend = M + A.lbound() -1 ; in matmult() local
136 for (i=start; i<=Mend; i++) in matmult()
264 Subscript Mend = M + A.lbound() -1 ; in matmult() local
266 for (i=start; i<=Mend; i++) in matmult()
432 Subscript Mend = M + A.lbound() -1 ; in matmult() local
434 for (i=start; i<=Mend; i++) in matmult()
562 Subscript Mend = M + A.lbound() -1 ; in matmult() local
564 for (i=start; i<=Mend; i++) in matmult()
H A Dtransv.h140 Subscript Mend = M + A.lbound() - 1; variable
144 for (Subscript i=start; i<=Mend; i++)
/dports/math/gap/gap-4.11.0/pkg/ace-5.3/src/test/
H A Dtest003.in25 # and use Mend:1 to give `plenty' of (variable) early defns.
28 Mend:1;
H A Dtest023.out13 As:0; Path:0; Row:0; Mend:0; No:0; Look:0; Com:10;
33 As:0; Path:0; Row:0; Mend:0; No:0; Look:0; Com:10;
H A Dtest019.out17 As:0; Path:0; Row:0; Mend:0; No:0; Look:0; Com:10;
66 As:0; Path:0; Row:0; Mend:0; No:0; Look:0; Com:10;
99 As:0; Path:0; Row:0; Mend:0; No:0; Look:0; Com:10;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dbroadcast_reduce_customized-inl.cuh52 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
61 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
70 if (k + u*by < Mend) { in __launch_bounds__()
76 if (k + u*by < Mend) reducer->Reduce(val, AType(tmp[u]), residual); in __launch_bounds__()
141 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
152 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
165 if (k + u*by < Mend) { in __launch_bounds__()
171 if (k + u*by < Mend) reducer->Reduce(val, tmp[u], residual); in __launch_bounds__()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dbroadcast_reduce_customized-inl.cuh52 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
61 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
70 if (k + u*by < Mend) { in __launch_bounds__()
76 if (k + u*by < Mend) reducer->Reduce(val, AType(tmp[u]), residual); in __launch_bounds__()
141 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
152 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
165 if (k + u*by < Mend) { in __launch_bounds__()
171 if (k + u*by < Mend) reducer->Reduce(val, tmp[u], residual); in __launch_bounds__()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/sheenbidi/Source/
H A DScriptLookup.c91 #define Mend SBScriptMEND macro
1400 Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend,
1402 Mend, Mend, Mend, Mend, Mend, Zzzz, Zzzz, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend, Mend,
1404 Mend, Mend, Mend, Mend, Mend, Mend, Mend, Zzzz, Zzzz, Zzzz, Zzzz, Zzzz, Zzzz, Zzzz, Zzzz, Zzzz,
2067 #undef Mend
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dbroadcast_reduce-inl.cuh91 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
100 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
109 if (k + u*by < Mend) { in __launch_bounds__()
115 if (k + u*by < Mend) Reducer::Reduce(val, AType(tmp[u]), residual); in __launch_bounds__()
174 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
185 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
198 if (k + u*by < Mend) { in __launch_bounds__()
204 if (k + u*by < Mend) Reducer::Reduce(val, tmp[u], residual); in __launch_bounds__()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dbroadcast_reduce-inl.cuh91 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
100 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
109 if (k + u*by < Mend) { in __launch_bounds__()
115 if (k + u*by < Mend) Reducer::Reduce(val, AType(tmp[u]), residual); in __launch_bounds__()
174 const int Mend = (int)((uint64_t)M*(uint64_t)(m0 + 1)/(uint64_t)Mnext); in __launch_bounds__() local
185 for (int k = tidy + Mstart; k < Mend; k += by*unroll) { in __launch_bounds__()
198 if (k + u*by < Mend) { in __launch_bounds__()
204 if (k + u*by < Mend) Reducer::Reduce(val, tmp[u], residual); in __launch_bounds__()
/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DCleanSource.h39 static QString Mend(const QString &source, const QString &version);
H A DCleanSource.cpp50 QString CleanSource::Mend(const QString &source, const QString &version) in Mend() function in CleanSource
103 newsource = Mend(source, version); in ToValidXHTML()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepGeom/
H A DRWStepGeom_RWCartesianPoint.cxx43 ach->Mend("Set to empty string"); in ReadStep()
/dports/games/pcgen/pcgen/data/35e/nitehawk_interactive/outcastia_campaign_setting/players_guidebook/
H A Docs_book_2_abilities_class.lst80 Navitus Flemen / Mend Discipline Level 1 CATEGORY:Special Ability TYPE:SpecialQuality.Navitus…
81 Navitus Flemen / Mend Discipline Level 2 CATEGORY:Special Ability TYPE:SpecialQuality.Navitus…
82 Navitus Flemen / Mend Discipline Level 3 CATEGORY:Special Ability TYPE:SpecialQuality.Navitus…
93 Navitus Flemen / Mend Discipline Mastery CATEGORY:Special Ability TYPE:SpecialQuality.NavitusFleme…
/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_Check.cxx561 Standard_Boolean Interface_Check::Mend(const Standard_CString pref, in Mend() function in Interface_Check
566 if (pref[0] == 'F' && pref[1] == 'M') return Mend ("Mended",num); in Mend()
584 for (i = n2; i >= n1; i --) Mend (pref,i); in Mend()
H A DInterface_Check.hxx212 …Standard_EXPORT Standard_Boolean Mend (const Standard_CString pref, const Standard_Integer num = 0…
/dports/textproc/sigil/Sigil-1.8.0/src/Importers/
H A DImportTXT.cpp99 return CleanSource::Mend(source, m_EpubVersion); in LoadSource()
/dports/textproc/sigil/Sigil-1.8.0/src/SourceUpdates/
H A DUniversalUpdates.cpp258 source = CleanSource::Mend(source, version); in LoadAndUpdateOneHTMLFile()
271 source = CleanSource::Mend(source, version); in LoadAndUpdateOneHTMLFile()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DInterface_Check.hxx212 …Standard_EXPORT Standard_Boolean Mend (const Standard_CString pref, const Standard_Integer num = 0…

12345678910>>...18