/dports/audio/faust/faust-2.37.3/examples/physicalModeling/fds/ |
H A D | 1dDampedWaveEquation.dsp | 38 forceModel = play:ba.impulsify; 41 process = forceModel<:fd.linInterp1D(nPoints,inPoint):
|
H A D | StiffString.dsp | 49 forceModel = play:ba.impulsify; 52 process = forceModel<:fd.linInterp1D(nPoints,inPoint):
|
H A D | 2dKirchhoffThinPlate.dsp | 69 forceModel = hit:ba.impulsify; 73 forceModel<:fd.linInterp2D(nPointsX,nPointsY,inPointX,inPointY):
|
H A D | ControllableNonPhysicalString.dsp | 67 forceModel = play:ba.impulsify; 70 process = forceModel<:fd.linInterp1D(nPoints,inPoint):
|
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/ |
H A D | cpu.h | 82 …int load(const void *romdata, unsigned int romsize, unsigned int forceModel, bool multicartCompat)… in load() argument 83 return mem_.loadROM(romdata, romsize, forceModel, multicartCompat); in load()
|
H A D | gambatte-memory.h | 141 …int loadROM(const void *romdata, unsigned int romsize, unsigned int forceModel, const bool multica…
|
H A D | gambatte-memory.cpp | 1177 int Memory::loadROM(const void *romdata, unsigned int romsize, unsigned int forceModel, const bool … in loadROM() argument 1179 if (const int fail = cart_.loadROM(romdata, romsize, forceModel, multicartCompat)) in loadROM()
|
/dports/math/ogdf/OGDF/test/src/layout/ |
H A D | energy-based.cpp | 124 fmmm.forceModel(FMMMOptions::ForceModel::Eades); in describeFMMM() 140 fmmm.forceModel(FMMMOptions::ForceModel::FruchtermanReingold); in describeFMMM()
|
/dports/math/ogdf/OGDF/include/ogdf/energybased/spring_embedder/ |
H A D | SpringEmbedderBase.h | 155 SpringForceModel forceModel() const { in forceModel() function 160 void forceModel(SpringForceModel fm) { in forceModel() function
|
H A D | MasterBase.h | 147 const ForceModelBase &forceModel() const { return *m_forceModel; } in forceModel() function
|
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/sid/ |
H A D | xs_config.h | 36 bool forceModel; member
|
H A D | xs_config.cc | 122 xs_cfg.forceModel = aud_get_bool("sid", "forceModel"); in xs_init_configuration()
|
H A D | xs_sidplay2.cc | 134 config.forceSidModel = xs_cfg.forceModel; in xs_sidplayfp_init()
|
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/elasticForceModel/ |
H A D | Makefile | 15 ELASTICFORCEMODELLIBS=forceModel corotationalLinearFEM massSpringSystem stvk isotropicHyperelasticF…
|
/dports/math/ogdf/OGDF/src/ogdf/energybased/ |
H A D | SpringEmbedderGridVariant.cpp | 245 switch(m_spring.forceModel()) { in initialize() 469 const ForceModelBase &forceModel = m_master.forceModel(); in operator ()() local 487 DPoint dp = forceModel.computeDisplacement(j, boxLength); in operator ()()
|
H A D | FMMMLayout.cpp | 296 forceModel(FMMMOptions::ForceModel::New); in initialize_all_options() 1254 switch (forceModel()) { in f_attr_scalar()
|
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/mem/ |
H A D | cartridge.h | 134 …int loadROM(const void *romdata, unsigned int romsize, unsigned int forceModel, bool multicartComp…
|
H A D | cartridge.cpp | 535 …int Cartridge::loadROM(const void *data, unsigned int romsize, unsigned int forceModel, const bool… in loadROM() argument 610 switch(forceModel){ in loadROM()
|
/dports/math/ogdf/OGDF/include/ogdf/energybased/ |
H A D | FMMMLayout.h | 500 FMMMOptions::ForceModel forceModel() const { return m_forceModel; } in forceModel() function 503 void forceModel(FMMMOptions::ForceModel fm) { m_forceModel = fm; } in forceModel() function
|