Home
last modified time | relevance | path

Searched refs:max_stages (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dnotch_bank.lua16 local max_stages = 100
33 …{ ["type"] = "input", name = "Stages", min = 1.0, max = max_stages, default = 8.0, integer = true …
68 for i = 1, max_stages do
94 if limit > max_stages then limit = max_stages end
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/
H A DPhaserEffect.h68 static const int max_stages = 16;
74 BiquadFilter *biquad[max_stages * 2];
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/
H A Dpgbart.py59 def __init__(self, vars=None, num_particles=10, max_stages=5000, chunk="auto", model=None): argument
77 self.max_stages = max_stages
115 for t in range(1, self.max_stages):
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Daudio_fx.cpp33 max_stages = _max_stages; in simple_phaser()
50 assert(_stages <= max_stages); in set_stages()
51 if (_stages > max_stages) in set_stages()
52 _stages = max_stages; in set_stages()
67 for (int i = 0; i < max_stages; i++) in reset()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Daudio_fx.cpp34 max_stages = _max_stages; in simple_phaser()
51 assert(_stages <= max_stages); in set_stages()
52 if (_stages > max_stages) in set_stages()
53 _stages = max_stages; in set_stages()
68 for (int i = 0; i < max_stages; i++) in reset()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Daudio_fx.h105 int cnt, stages, max_stages; variable
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Daudio_fx.h113 int cnt, stages, max_stages; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs1960 let max_stages = 6; in create_descriptor_pool() localVariable
1961 let count = total.sum() * max_stages; in create_descriptor_pool()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs1960 let max_stages = 6; in create_descriptor_pool() localVariable
1961 let count = total.sum() * max_stages; in create_descriptor_pool()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs1830 let max_stages = 6; in create_descriptor_pool() localVariable
1831 let count = total.sum() * max_stages; in create_descriptor_pool()
/dports/games/simutrans/simutrans-121.0/
H A Dsimtool.cc367 const uint8 max_stages = 4; in work() local
368 for(uint8 stage = 0; stage<max_stages; stage++) { in work()
372 switch (reverse ? max_stages-1-stage: stage) { in work()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dhaifa-sched.c577 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
580 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dhaifa-sched.c559 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
562 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dhaifa-sched.c559 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
562 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhaifa-sched.c583 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
586 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhaifa-sched.c583 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
586 modulo_max_stages = max_stages; in set_modulo_params()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhaifa-sched.c580 set_modulo_params (int ii, int max_stages, int insns, int max_uid) in set_modulo_params() argument
583 modulo_max_stages = max_stages; in set_modulo_params()

12