Home
last modified time | relevance | path

Searched refs:modeltype (Results 1 – 25 of 82) sorted by relevance

1234

/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dqdata.h53 void MODELCMD_Cd( int modeltype );
54 void MODELCMD_Origin( int modeltype );
55 void MODELCMD_Jointed( int modeltype );
56 void MODELCMD_Cluster( int modeltype );
57 void MODELCMD_Base( int modeltype );
58 void MODELCMD_BaseST( int modeltype );
59 void MODELCMD_ScaleUp( int modeltype );
60 void MODELCMD_Frame( int modeltype );
61 void MODELCMD_Skin( int modeltype );
62 void MODELCMD_Skinsize( int modeltype );
[all …]
H A Dmodels.c1822 switch ( modeltype ) in MODELCMD_Cd()
1856 switch ( modeltype ) in MODELCMD_Cluster()
1872 switch ( modeltype ) in MODELCMD_Base()
1888 switch ( modeltype ) in MODELCMD_BaseST()
1922 switch ( modeltype ) in MODELCMD_Frame()
1938 switch ( modeltype ) in MODELCMD_Skin()
1973 switch ( modeltype ) in MODELCMD_Skeleton()
1988 switch ( modeltype ) in MODELCMD_BeginGroup()
2003 switch ( modeltype ) in MODELCMD_EndGroup()
2018 switch ( modeltype ) in MODELCMD_Referenced()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dqdata.h53 void MODELCMD_Cd (int modeltype);
54 void MODELCMD_Origin (int modeltype);
55 void MODELCMD_Jointed (int modeltype);
56 void MODELCMD_Cluster (int modeltype);
57 void MODELCMD_Base (int modeltype);
58 void MODELCMD_BaseST (int modeltype);
59 void MODELCMD_ScaleUp (int modeltype);
60 void MODELCMD_Frame (int modeltype);
61 void MODELCMD_Skin (int modeltype);
62 void MODELCMD_Skinsize (int modeltype);
[all …]
H A Dmodels.c1831 switch(modeltype) in MODELCMD_Cd()
1865 switch(modeltype) in MODELCMD_Cluster()
1881 switch(modeltype) in MODELCMD_Base()
1897 switch(modeltype) in MODELCMD_BaseST()
1931 switch(modeltype) in MODELCMD_Frame()
1947 switch(modeltype) in MODELCMD_Skin()
1982 switch(modeltype) in MODELCMD_Skeleton()
1997 switch(modeltype) in MODELCMD_BeginGroup()
2012 switch(modeltype) in MODELCMD_EndGroup()
2027 switch(modeltype) in MODELCMD_Referenced()
[all …]
/dports/science/ghmm/ghmm-0.9-rc3/HMMEd/
H A DHMMEditingContext.py39 self.modeltype = mtype
44 self.modeltype |= ghmmwrapper.kDiscreteHMM
50 self.HMM.initHMM(self.modeltype)
54 self.modeltype |= ghmmwrapper.kContinuousHMM
55 self.HMM.initHMM(self.modeltype)
61 self.modeltype = hmm.cmodel.model_type
65 self.modeltype = ghmmwrapper.ContinuousHMM
66 self.HMM.initHMM(self.modeltype)
123 self.modeltype = self.HMM.modelType
133 if (self.modeltype & ghmmwrapper.kContinuousHMM):
[all …]
H A DHMMEditor.py283 self.modeltype = 0;
312 if self.modeltype & ghmmwrapper.kDiscreteHMM:
314 if self.modeltype & ghmmwrapper.kLabeledStates:
316 if self.modeltype & ghmmwrapper.kBackgroundDistributions:
318 if self.modeltype & ghmmwrapper.kTiedEmissions:
426 self.modeltype = self.G.modelType
452 self.modeltype = self.G.modelType
/dports/www/xist/ll-xist-5.34/src/ll/xist/scripts/
H A Ddtd2xsc.py190 modeltype = "sims.Empty"
193 modeltype = "sims.Any"
208 modeltype = "sims.ElementsOrText"
210 modeltype = "sims.Elements"
214 modeltype = "sims.NoElements"
216 modeltype = "sims.NoElementsOrText"
219 modeltype = modeltype == "sims.Empty"
221 e.modeltype = modeltype
H A Dxml2xsc.py195 ns.elements[fullname].modeltype = bool(modelset)
200 element.modeltype = "sims.Empty"
205 element.modeltype = "sims.NoElements"
207 element.modeltype = "sims.NoElementsOrText"
210 element.modeltype = "sims.ElementsOrText"
212 element.modeltype = "sims.Elements"
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Models/Substitution/
H A DDna.pm582 my $modeltype = $R->get(q[model]);
583 $logger->info("estimated DNA evolution model $modeltype");
605 if ( $modeltype =~ /JC/ ) {
609 elsif ( $modeltype =~ /F81/ ) {
613 elsif ( $modeltype =~ /GTR/ ) {
617 elsif ( $modeltype =~ /HKY/ ) {
623 elsif ( $modeltype =~ /K80/ ) {
638 if ( $modeltype =~ /\+G/ ) {
639 $logger->debug("setting gamma parameters for $modeltype model");
652 if ( $modeltype =~ /\+I/ ) {
[all …]
/dports/games/tesseract-data/tesseract/config/glsl/
H A Dmodel.cfg72 local modeltype
73 modeltype = $arg1
101 local modeltype
102 modeltype = $arg1
144 local modeltype
145 modeltype = $arg1
200 local modeltype
201 modeltype = $arg1
307 local modeltype
308 modeltype = $arg1
[all …]
/dports/games/redeclipse/base-2.0.0/config/glsl/
H A Dmodel.cfg134 local modeltype
135 modeltype = $arg1
166 local modeltype
167 modeltype = $arg1
213 local modeltype
214 modeltype = $arg1
280 local modeltype
281 modeltype = $arg1
411 local modeltype
412 modeltype = $arg1
[all …]
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/perspectives/fics/
H A DConsolePanel.py116 modeltype = completion.get_model()[iter][1]
118 if len(parts) == 1 and modeltype == TYPE_COMMAND:
122 return modelstr.startswith(parts[1]) and modeltype == TYPE_HELP
124 …turn parts[0] in FICS_COMMANDS and modelstr.startswith(parts[1].lower()) and modeltype == TYPE_USER
129 modeltype = treemodel[treeiter][1]
132 if len(parts) == 1 and modeltype == TYPE_COMMAND:
/dports/biology/exonerate/exonerate-2.4.0/src/model/
H A DMakefile.am7 phase.test modeltype.test
57 phase.h modeltype.h
59 bootstrapper_SOURCES = bootstrapper.c modeltype.c \
133 modeltype_test_SOURCES = modeltype.test.c modeltype.c \
H A DMakefile.in82 … cdna2genome.test genome2genome.test phase.test modeltype.test
101 … coding2genome.h genome2genome.h cdna2genome.h phase.h modeltype.h
104 bootstrapper_SOURCES = bootstrapper.c modeltype.c ungapp…
158 modeltype_test_SOURCES = modeltype.test.c modeltype.c ungapped.c…
463 modeltype_test_OBJECTS = modeltype.test.o modeltype.o ungapped.o \
486 bootstrapper_OBJECTS = bootstrapper.o modeltype.o ungapped.o affine.o \
626 modeltype.test: $(modeltype_test_OBJECTS) $(modeltype_test_DEPENDENCIES)
627 @rm -f modeltype.test
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Danovan.m34 ## p= anovan(data,groups, 'model', modeltype)
35 ## - modeltype = 'linear': compute N main effects
36 ## - modeltype = 'interaction': compute N effects and
38 ## - modeltype = 'full': compute interactions at all levels
87 modeltype= 'linear'; variable
93 modeltype= value; variable
111 if strcmp(modeltype, 'linear')
113 elseif strcmp(modeltype,'interaction')
115 elseif strcmp(modeltype,'full')
118 error(sprintf('modeltype %s is not supported', modeltype));
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/iolib/
H A Dsummary.py132 modeltype = self.model.__class__.__name__
142 gen_left = [('Model type:', [modeltype]),
162 gen_data_right = ([modeltype], #was dist family need to look at more
209 tstat = tstats[modeltype]
210 prob_stat = prob_stats[modeltype]
219 param_header[modeltype],
249 return printers[modeltype]()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_mcf.c394 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in mcfnetworkFill() local
469 mcfnetwork->modeltype = modeltype; in mcfnetworkFill()
1069 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in extractCapacityRows() local
1103 switch( modeltype ) in extractCapacityRows()
1381 mcfdata->modeltype = modeltype; in extractCapacityRows()
2520 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in getNodeSimilarityScore() local
2716 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in extractNodes() local
3110 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in findUncapacitatedArcs() local
3765 SCIP_MCFMODELTYPE modeltype = mcfdata->modeltype; in identifySourcesTargets() local
4329 mcfdata.modeltype = modeltype; in mcfnetworkExtract()
[all …]
/dports/www/xist/ll-xist-5.34/test/
H A Dtest_xist_xnd.py94 ns += xnd.Element(None, "foo", modeltype=True)
99 ns += xnd.Element(None, "foo", modeltype=False)
/dports/math/gretl/gretl-2021d/addons/SVAR/
H A DSVAR_estim_backend.inp225 function scalar loglik(const matrix theta, matrices dat, scalar modeltype)
226 # modeltype < 0->C; modeltype>=0: AB (contains free elements of a)
230 if modeltype < 0
233 p1 = modeltype
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dtld.py180 e.modeltype = not empty
182 e.modeltype = "sims.Empty" if empty else "sims.Any"
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dxmlreader.c928 int modeltype=0; in parseHMM() local
1024 modeltype = parseModelType(mt, strlen(mt)); in parseHMM()
1026 f->modelType = modeltype; in parseHMM()
1067 f->model.d[modelNo] = ghmm_dmodel_calloc(M, N, modeltype, inDegree, in parseHMM()
1076 f->model.ds[modelNo] = ghmm_dsmodel_calloc(M, N, modeltype, cos, inDegree, in parseHMM()
1091 f->model.c[modelNo] = ghmm_cmodel_calloc(N,modeltype); in parseHMM()
1104 if (modeltype & GHMM_kBackgroundDistributions) { in parseHMM()
1136 if (modeltype & GHMM_kBackgroundDistributions) { in parseHMM()
1146 if (modeltype & GHMM_kTransitionClasses) in parseHMM()
1154 if (modeltype & GHMM_kHigherOrderEmissions) { in parseHMM()
/dports/www/xist/ll-xist-5.34/src/ll/xist/
H A Dxnd.py247 …elswithschema = [node for node in self.elements.values() if not isinstance(node.modeltype, (bool, …
315 def __init__(self, xmlns, name, modeltype=None, modelargs=None, doc=None): argument
319 self.modeltype = modeltype
372 if isinstance(self.modeltype, bool):
/dports/math/gretl/gretl-2021d/addons/gig/
H A Dgig_setup.inp182 scalar modeltype = mod.type
197 if has_asymm_fx(modeltype) # gammas
208 act |= {(modeltype == 5) || (modeltype == 6)}
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Ddtd.h110 } modeltype; typedef
356 { modeltype type; /* MT_* */
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Ddtd.h121 } modeltype; typedef
382 { modeltype type; /* MT_* */

1234