Home
last modified time | relevance | path

Searched refs:comp_model (Results 1 – 20 of 20) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/transform/tests/
H A Dtest_transform.py340 comp_model = custom_and_analytical_inverse() variable
343 @pytest.mark.parametrize(('model'), [astmodels.Shift(1) & astmodels.Shift(2) | comp_model,
344 comp_model | astmodels.Shift(1) & astmodels.Shift(2),
345 astmodels.Shift(1) & comp_model,
346 comp_model & astmodels.Shift(1)
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-gtk-utils.c119 GtkTreeModel *comp_model, in gnc_cbwe_match_selected_cb() argument
127 gtk_tree_model_get(comp_model, comp_iter, column, &text, -1); in gnc_cbwe_match_selected_cb()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_floor.c565 if (!comp[comp_model]) minsize = 32000<<FRACBITS; in EV_DoFloor()
576 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
582 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
587 if (comp[comp_model]) in EV_DoFloor()
910 if (comp[comp_model]) in EV_DoDonut()
H A Ddoomstat.h90 comp_model, enumerator
H A Dp_spec.c290 return comp[comp_model] ? in twoSided()
312 if (comp[comp_model]) in getNextSector()
319 if (comp[comp_model] || line->backsector!=sec) in getNextSector()
374 if (!comp[comp_model]) /* jff 3/12/98 avoid ovf */ in P_FindHighestFloorSurrounding()
537 if (!comp[comp_model]) height = 32000*FRACUNIT; in P_FindLowestCeilingSurrounding()
573 if (!comp[comp_model]) height = -32000*FRACUNIT; in P_FindHighestCeilingSurrounding()
608 if (!comp[comp_model]) in P_FindShortestTextureAround()
647 if (!comp[comp_model]) in P_FindShortestUpperAround()
H A Dp_lights.c396 if (comp[comp_model]) in EV_LightTurnOn()
H A Dm_misc.c269 …{"comp_model",{&default_comp[comp_model], NULL},{0, NULL},0,1,def_bool,ss_comp,&comp[comp_model], …
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_floor.c571 if (!comp[comp_model]) minsize = 32000<<FRACBITS; in EV_DoFloor()
582 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
588 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
593 if (comp[comp_model]) in EV_DoFloor()
916 if (comp[comp_model]) in EV_DoDonut()
H A Ddoomstat.h95 comp_model, enumerator
H A Dp_spec.c251 return comp[comp_model] ? in twoSided()
273 if (comp[comp_model]) in getNextSector()
280 if (comp[comp_model] || line->backsector!=sec) in getNextSector()
335 if (!comp[comp_model]) /* jff 3/12/98 avoid ovf */ in P_FindHighestFloorSurrounding()
498 if (!comp[comp_model]) height = 32000*FRACUNIT; in P_FindLowestCeilingSurrounding()
534 if (!comp[comp_model]) height = -32000*FRACUNIT; in P_FindHighestCeilingSurrounding()
569 if (!comp[comp_model]) in P_FindShortestTextureAround()
608 if (!comp[comp_model]) in P_FindShortestUpperAround()
H A Dp_lights.c395 if (comp[comp_model]) in EV_LightTurnOn()
H A Dm_misc.c282 {"comp_model",{&default_comp[comp_model]},{0},0,1,def_bool,ss_comp,&comp[comp_model]},
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_floor.c597 if (!comp[comp_model]) minsize = 32000<<FRACBITS; in EV_DoFloor()
608 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
614 (comp[comp_model] && !side->bottomtexture)) in EV_DoFloor()
619 if (comp[comp_model]) in EV_DoFloor()
1003 if (comp[comp_model]) in EV_DoDonut()
H A Ddoomstat.h98 comp_model, enumerator
H A Dp_spec.c268 return comp[comp_model] ? in twoSided()
290 if (comp[comp_model]) in getNextSector()
297 if (comp[comp_model] || line->backsector!=sec) in getNextSector()
352 if (!comp[comp_model]) /* jff 3/12/98 avoid ovf */ in P_FindHighestFloorSurrounding()
602 if (!comp[comp_model]) height = 32000*FRACUNIT; in P_FindLowestCeilingSurrounding()
638 if (!comp[comp_model]) height = -32000*FRACUNIT; in P_FindHighestCeilingSurrounding()
673 if (!comp[comp_model]) in P_FindShortestTextureAround()
712 if (!comp[comp_model]) in P_FindShortestUpperAround()
H A Dp_lights.c395 if (comp[comp_model]) in EV_LightTurnOn()
H A Dm_misc.c353 {"comp_model",{&default_comp[comp_model]},{0},0,1,def_bool,ss_comp,&comp[comp_model]},
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dgnc-general-search.c257 GtkTreeModel *comp_model, in gnc_gsl_match_selected_cb() argument
263 gtk_tree_model_get(comp_model, comp_iter, GSL_COLUMN_QOFOBJECT, &qofobject, -1); in gnc_gsl_match_selected_cb()
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DNumericalParamEquationModel.py385 comp_model = CompressibleModel(self.case).getCompressibleModel()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_game.c303 comp_model, enumerator
3910 EN_boom_physics = ! comp[comp_model]; in G_DoPlayDemo()