Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 9600) sorted by relevance

12345678910>>...384

/dports/games/tesseract/tesseract/src/engine/
H A Dmodel.h3 struct model struct
13 char *collidemodel; argument
16model(const char *name) : name(name ? newstring(name) : NULL), spinyaw(0), spinpitch(0), spinroll(… in model() argument
33 virtual void setspec(float spec) {} in setspec()
42 virtual void preloadshaders() {} in preloadshaders()
43 virtual void preloadmeshes() {} in preloadmeshes()
44 virtual void cleanup() {} in cleanup()
46 virtual void startrender() {} in startrender()
47 virtual void endrender() {} in endrender()
81 float boundsphere(vec &center) in boundsphere()
[all …]
/dports/games/tesseract-data/tesseract/src/engine/
H A Dmodel.h3 struct model struct
13 char *collidemodel; argument
16model(const char *name) : name(name ? newstring(name) : NULL), spinyaw(0), spinpitch(0), spinroll(… in model() argument
33 virtual void setspec(float spec) {} in setspec()
42 virtual void preloadshaders() {} in preloadshaders()
43 virtual void preloadmeshes() {} in preloadmeshes()
44 virtual void cleanup() {} in cleanup()
46 virtual void startrender() {} in startrender()
47 virtual void endrender() {} in endrender()
81 float boundsphere(vec &center) in boundsphere()
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmodel.h3 struct model struct
13 char *collidemodel; argument
16model(const char *name) : name(name ? newstring(name) : NULL), spinyaw(0), spinpitch(0), spinroll(… in model() argument
41 virtual void setmixer(bool) {} in setmixer()
42 virtual void setpattern(bool) {} in setpattern()
46 virtual void preloadshaders() {} in preloadshaders()
47 virtual void preloadmeshes() {} in preloadmeshes()
48 virtual void cleanup() {} in cleanup()
50 virtual void startrender() {} in startrender()
51 virtual void endrender() {} in endrender()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dmodel.h3 struct model struct
14model() : spin(0), offsetyaw(0), offsetpitch(0), offsetroll(0), collide(true), ellipsecollide(fals… in model() argument
15 virtual ~model() { DELETEP(bih); } in ~model() argument
21 virtual BIH *setBIH() { return 0; } in setBIH()
26 virtual void setspec(float spec) {} in setspec()
28 virtual void setglow(float glow) {} in setglow()
35 virtual void preloadshaders() {} in preloadshaders()
36 virtual void cleanup() {} in cleanup()
38 virtual void startrender() {} in startrender()
39 virtual void endrender() {} in endrender()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dmodel.h3 struct model struct
15model(const char *name) : name(name ? newstring(name) : NULL), spinyaw(0), spinpitch(0), offsetyaw… in model() argument
21 virtual BIH *setBIH() { return 0; } in setBIH()
27 virtual void setspec(float spec) {} in setspec()
38 virtual void preloadmeshes() {} in preloadmeshes()
39 virtual void cleanup() {} in cleanup()
41 virtual void startrender() {} in startrender()
42 virtual void endrender() {} in endrender()
44 void boundbox(vec &center, vec &radius) in boundbox()
76 float boundsphere(vec &center) in boundsphere()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmodel.h3 struct model struct
15model(const char *name) : name(name ? newstring(name) : NULL), spinyaw(0), spinpitch(0), spinroll(… in model() argument
21 virtual BIH *setBIH() { return 0; } in setBIH()
27 virtual void setspec(float spec) {} in setspec()
39 virtual void preloadmeshes() {} in preloadmeshes()
40 virtual void cleanup() {} in cleanup()
42 virtual void startrender() {} in startrender()
43 virtual void endrender() {} in endrender()
45 void boundbox(vec &center, vec &radius) in boundbox()
77 float boundsphere(vec &center) in boundsphere()
[all …]
/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_fitted.plm.R29 plm:::fitted.plm(mod_pool, model = "pooling") globalVar
30 plm:::fitted.plm(mod_fe, model = "pooling") globalVar
31 plm:::fitted.plm(mod_re, model = "pooling") globalVar
32 plm:::fitted.plm(mod_be, model = "pooling") globalVar
34 plm:::fitted.plm(mod_pool, model = "within") globalVar
35 plm:::fitted.plm(mod_fe, model = "within") globalVar
36 plm:::fitted.plm(mod_re, model = "within") globalVar
37 plm:::fitted.plm(mod_be, model = "within") globalVar
43 plm:::fitted.plm(mod_re, model = "random") globalVar
46 plm:::fitted.plm(mod_pool, model = "between") globalVar
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/src/
H A Doskar_station_accessors.c31 int oskar_station_type(const oskar_Station* model) in oskar_station_type()
260 oskar_Station* model, int feed) in oskar_station_element_cable_length_error_metres()
269 const oskar_Station* model, int feed) in oskar_station_element_cable_length_error_metres_const()
286 const oskar_Station* model, int feed) in oskar_station_element_gain_const()
303 const oskar_Station* model, int feed) in oskar_station_element_gain_error_const()
312 oskar_Station* model, int feed) in oskar_station_element_phase_offset_rad()
321 const oskar_Station* model, int feed) in oskar_station_element_phase_offset_rad_const()
330 oskar_Station* model, int feed) in oskar_station_element_phase_error_rad()
339 const oskar_Station* model, int feed) in oskar_station_element_phase_error_rad_const()
425 const oskar_Station* model) in oskar_station_permitted_beam_az_rad_const()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/cheatsheet/org/eclipse/ua/tests/cheatsheet/parser/
H A DInvalidCheatsheet.java61 ICheatSheet model = parseTestFile("ActionElement_MissingClass.xml"); in testActionMissingClass() local
157 ICheatSheet model = parseTestFile("IntroElement_NotDefined.xml"); in testIntroElementNotDefined() local
189 ICheatSheet model = parseTestFile("ItemElement_NotDefined.xml"); in testItemElementNotDefined() local
213 ICheatSheet model = parseTestFile("SubItem_MissingLabel.xml"); in testSubitemElementMissingLabel() local
237 ICheatSheet model = parseTestFile("ActionAndPerformWhen.xml"); in testActionAndPerformWhen() local
245 ICheatSheet model = parseTestFile("CommandAndAction.xml"); in testCommandAndAction() local
253 ICheatSheet model = parseTestFile("CommandAndSubitem.xml"); in testCommandAndSubitem() local
261 ICheatSheet model = parseTestFile("SubitemAndPerformWhen.xml"); in testSubitemAndPerformWhen() local
269 ICheatSheet model = parseTestFile("TwoActions.xml"); in testTwoActions() local
277 ICheatSheet model = parseTestFile("TwoCommands.xml"); in testTwoCommands() local
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/regression/
H A DIsotonicRegressionSuite.scala99 val model = runIsotonicRegression(Seq(), true) constant
105 val model = runIsotonicRegression(Seq(1), true) constant
111 val model = runIsotonicRegression(Seq(1, 2, 3, 4, 5), true) constant
117 val model = runIsotonicRegression(Seq(5, 4, 3, 2, 1), true) constant
124 val model = runIsotonicRegression(Seq(1, 2, 3, 4, 2), true) constant
131 val model = runIsotonicRegression(Seq(4, 2, 3, 4, 5), true) constant
147 val model = new IsotonicRegression().run(trainRDD) constant
184 val model = new IsotonicRegression().run(trainRDD) constant
191 val model = runIsotonicRegression(Seq(1, 2, 7, 1, 2), true) constant
206 val model = new IsotonicRegression().run(trainRDD) constant
[all …]
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClp_C_Interface.cpp176 CMessageHandler::model() const in model() function in CMessageHandler
211 Clp_deleteModel(Clp_Simplex * model) in Clp_deleteModel()
356 Clp_dropNames(Clp_Simplex * model) in Clp_dropNames()
385 Clp_numberRows(Clp_Simplex * model) in Clp_numberRows()
501 Clp_status(Clp_Simplex * model) in Clp_status()
565 Clp_rowLower(Clp_Simplex * model) in Clp_rowLower()
571 Clp_rowUpper(Clp_Simplex * model) in Clp_rowUpper()
577 Clp_objective(Clp_Simplex * model) in Clp_objective()
714 Clp_logLevel(Clp_Simplex * model) in Clp_logLevel()
834 Clp_dualBound(Clp_Simplex * model) in Clp_dualBound()
[all …]
/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/test/src/diff/
H A Dmodel.spec.ts45 let model = createDirectStringDiffModel(null, 'foobar!'); variable
54 let model = createDirectStringDiffModel('foobar!', null); variable
94 let model = createPatchStringDiffModel(base, diff); variable
105 let model = createPatchStringDiffModel(base, diff); variable
116 let model = createPatchStringDiffModel(base, diff); variable
135 let model = new OutputDiffModel( variable
144 let model = new OutputDiffModel( variable
153 let model = new OutputDiffModel( variable
163 let model = new OutputDiffModel(dummyOutput, null, diff); variable
201 let model = createAddedCellDiffModel(codeCellA, mimetype); variable
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClp_C_Interface.cpp172 CMessageHandler::model() const in model() function in CMessageHandler
225 Clp_deleteModel(Clp_Simplex *model) in Clp_deleteModel()
386 Clp_dropNames(Clp_Simplex *model) in Clp_dropNames()
415 Clp_numberRows(Clp_Simplex *model) in Clp_numberRows()
531 Clp_status(Clp_Simplex *model) in Clp_status()
595 Clp_rowLower(Clp_Simplex *model) in Clp_rowLower()
601 Clp_rowUpper(Clp_Simplex *model) in Clp_rowUpper()
607 Clp_objective(Clp_Simplex *model) in Clp_objective()
768 Clp_logLevel(Clp_Simplex *model) in Clp_logLevel()
905 Clp_dualBound(Clp_Simplex *model) in Clp_dualBound()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/src/
H A Doskar_telescope_accessors.c86 const oskar_Telescope* model) in oskar_telescope_tec_screen_time_interval_sec()
137 const oskar_Telescope* model) in oskar_telescope_allow_station_beam_duplication()
172 const oskar_Telescope* model, int i) in oskar_telescope_station_const()
187 const oskar_Telescope* model) in oskar_telescope_station_type_map_const()
193 oskar_Telescope* model, int dim) in oskar_telescope_station_measured_offset_ecef_metres()
199 const oskar_Telescope* model, int dim) in oskar_telescope_station_measured_offset_ecef_metres_const()
205 oskar_Telescope* model, int dim) in oskar_telescope_station_measured_enu_metres()
211 const oskar_Telescope* model, int dim) in oskar_telescope_station_measured_enu_metres_const()
217 oskar_Telescope* model, int dim) in oskar_telescope_station_true_offset_ecef_metres()
223 const oskar_Telescope* model, int dim) in oskar_telescope_station_true_offset_ecef_metres_const()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/ui/
H A DListModel_test.ts11 const model = new UI.ListModel.ListModel(); constant
16 const model = new UI.ListModel.ListModel([4, 5, 6]); constant
21 const model = new UI.ListModel.ListModel(); constant
27 const model = new UI.ListModel.ListModel([0, 1, 2]); constant
33 const model = new UI.ListModel.ListModel([5, 6, 7, 1, 2]); constant
39 const model = new UI.ListModel.ListModel([5, 6, 7, 1, 2, 10]); constant
45 const model = new UI.ListModel.ListModel([5, 6, 7, 1, 2]); constant
51 const model = new UI.ListModel.ListModel([5, 6, 7, 1]); constant
57 const model = new UI.ListModel.ListModel([ constant
65 const model = new UI.ListModel.ListModel([0, 1, 2]); constant
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/model/
H A Dbehavior.php40 public function onBeforeDelete(&$model)
51 public function onBeforeCopy(&$model)
62 public function onBeforePublish(&$model)
73 public function onBeforeHit(&$model)
84 public function onBeforeMove(&$model)
95 public function onBeforeReorder(&$model)
119 public function onAfterSave(&$model)
130 public function onAfterDelete(&$model)
141 public function onAfterCopy(&$model)
163 public function onAfterHit(&$model)
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/_filters/
H A D_conventional.pyx30 cdef int sforecast_missing_conventional(sKalmanFilter kfilter, sStatespace model):
84 cdef int sforecast_conventional(sKalmanFilter kfilter, sStatespace model):
147 cdef int schandrasekhar_recursion(sKalmanFilter kfilter, sStatespace model):
228 cdef int supdating_conventional(sKalmanFilter kfilter, sStatespace model):
287 cdef int sprediction_conventional(sKalmanFilter kfilter, sStatespace model):
441 cdef int dforecast_conventional(dKalmanFilter kfilter, dStatespace model):
585 cdef int dupdating_conventional(dKalmanFilter kfilter, dStatespace model):
798 cdef int cforecast_conventional(cKalmanFilter kfilter, cStatespace model):
942 cdef int cupdating_conventional(cKalmanFilter kfilter, cStatespace model):
1163 cdef int zforecast_conventional(zKalmanFilter kfilter, zStatespace model):
[all …]
H A D_conventional.pxd26 cdef int sforecast_conventional(sKalmanFilter kfilter, sStatespace model)
27 cdef int schandrasekhar_recursion(sKalmanFilter kfilter, sStatespace model)
28 cdef int supdating_conventional(sKalmanFilter kfilter, sStatespace model)
29 cdef int sprediction_conventional(sKalmanFilter kfilter, sStatespace model)
40 cdef int dforecast_conventional(dKalmanFilter kfilter, dStatespace model)
41 cdef int dchandrasekhar_recursion(dKalmanFilter kfilter, dStatespace model)
42 cdef int dupdating_conventional(dKalmanFilter kfilter, dStatespace model)
54 cdef int cforecast_conventional(cKalmanFilter kfilter, cStatespace model)
55 cdef int cupdating_conventional(cKalmanFilter kfilter, cStatespace model)
68 cdef int zforecast_conventional(zKalmanFilter kfilter, zStatespace model)
[all …]
H A D_univariate.pxd20 cdef int sforecast_univariate(sKalmanFilter kfilter, sStatespace model)
21 cdef int supdating_univariate(sKalmanFilter kfilter, sStatespace model)
22 cdef int sprediction_univariate(sKalmanFilter kfilter, sStatespace model)
27 cdef void sforecast_error(sKalmanFilter kfilter, sStatespace model, int i)
33 cdef void spredicted_state(sKalmanFilter kfilter, sStatespace model)
34 cdef void spredicted_state_cov(sKalmanFilter kfilter, sStatespace model)
39 cdef int dforecast_univariate(dKalmanFilter kfilter, dStatespace model)
40 cdef int dupdating_univariate(dKalmanFilter kfilter, dStatespace model)
52 cdef void dpredicted_state(dKalmanFilter kfilter, dStatespace model)
71 cdef void cpredicted_state(cKalmanFilter kfilter, cStatespace model)
[all …]
H A D_univariate_diffuse.pxd20 cdef int sforecast_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
21 cdef int supdating_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
22 cdef int sprediction_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
27 cdef void spredicted_diffuse_state_cov(sKalmanFilter kfilter, sStatespace model)
30 cdef int dforecast_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
31 cdef int dupdating_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
32 cdef int dprediction_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
37 cdef void dpredicted_diffuse_state_cov(dKalmanFilter kfilter, dStatespace model)
40 cdef int cforecast_univariate_diffuse(cKalmanFilter kfilter, cStatespace model)
41 cdef int cupdating_univariate_diffuse(cKalmanFilter kfilter, cStatespace model)
[all …]
H A D_univariate_diffuse.pyx32 cdef int sforecast_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
211 cdef int sprediction_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
227 cdef void spredicted_diffuse_state_cov(sKalmanFilter kfilter, sStatespace model):
254 cdef int supdating_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
273 cdef int dforecast_univariate_diffuse(dKalmanFilter kfilter, dStatespace model):
468 cdef void dpredicted_diffuse_state_cov(dKalmanFilter kfilter, dStatespace model):
495 cdef int dupdating_univariate_diffuse(dKalmanFilter kfilter, dStatespace model):
514 cdef int cforecast_univariate_diffuse(cKalmanFilter kfilter, cStatespace model):
737 cdef int cupdating_univariate_diffuse(cKalmanFilter kfilter, cStatespace model):
756 cdef int zforecast_univariate_diffuse(zKalmanFilter kfilter, zStatespace model):
[all …]
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_model.cc45 Model model = Model(); in testAddChangeTime() local
90 Model model = Model(); in testAddSampleSizes() local
145 Model model = Model(); in testAddPopulationSizes() local
176 Model model = Model(); in testAddRelativePopulationSizes() local
199 Model model = Model(); in testAddGrowthRates() local
217 Model model = Model(2); in testGetPopulationSize() local
234 Model model = Model(2); in testAddMigRates() local
255 Model model = Model(2); in testAddMigRate() local
272 Model model = Model(7); in testDebugConstructor() local
380 Model model = Model(); in testHasFixedTimeEvent() local
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Mvc/Model/
H A DMetaDataInterface.zep26 public function getAttributes(<ModelInterface> model) -> array;
41 public function getBindTypes(<ModelInterface> model) -> array;
46 public function getColumnMap(<ModelInterface> model) -> array | null;
51 public function getDefaultValues(<ModelInterface> model) -> array;
56 public function getDataTypes(<ModelInterface> model) -> array;
61 public function getDataTypesNumeric(<ModelInterface> model) -> array;
81 public function getNotNullAttributes(<ModelInterface> model) -> array;
86 public function getPrimaryKeyAttributes(<ModelInterface> model) -> array;
116 public function readColumnMap(<ModelInterface> model) -> array | null;
121 public function readColumnMapIndex(<ModelInterface> model, int index);
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/model/
H A Dmetadatainterface.zep56 * @param \Phalcon\Mvc\ModelInterface model
65 * @param \Phalcon\Mvc\ModelInterface model
74 * @param \Phalcon\Mvc\ModelInterface model
82 * @param \Phalcon\Mvc\ModelInterface model
90 * @param \Phalcon\Mvc\ModelInterface model
98 * @param \Phalcon\Mvc\ModelInterface model
106 * @param \Phalcon\Mvc\ModelInterface model
114 * @param \Phalcon\Mvc\ModelInterface model
122 * @param \Phalcon\Mvc\ModelInterface model
130 * @param \Phalcon\Mvc\ModelInterface model
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_con.py49 def rule(model): argument
59 def rule(model): argument
70 def rule(model): argument
76 def rule(model): argument
83 def rule(model): argument
93 def rule(model): argument
104 def rule(model): argument
697 def f(model): argument
714 def f(model): argument
729 def f(model): argument
[all …]

12345678910>>...384