Home
last modified time | relevance | path

Searched refs:pot_index (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stages/
H A Dcv_reader.cc57 uint8_t pot_index = pots_adc_.pot_index(); in Read() local
58 if (pot_index != 0xff) { in Read()
60 lp_pot_[pot_index], in Read()
61 pots_adc_.float_value(ADC_GROUP_POT, pot_index), in Read()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stages/drivers/
H A Dpots_adc.cc139 uint8_t pot_index = mux_address_to_pot_index_[mux_address_]; in Convert() local
140 if (pot_index != 0xff) { in Convert()
141 values_[ADC_GROUP_POT + pot_index] = adc_values_[0]; in Convert()
143 pot_index_ = pot_index; in Convert()
H A Dpots_adc.h61 inline uint8_t pot_index() const { in pot_index() function
/dports/math/py-spopt/spopt-0.2.1/spopt/region/
H A Drandom_region.py431 pot_index = np.random.random_integers(0, len(potential) - 1)
432 add_area = potential[pot_index]
450 pot_index = np.random.random_integers(0, len(potential) - 1)
451 add_area = potential[pot_index]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/feff/
H A Doutputs.py123 pot_index = pot_dict[structure.species[i].symbol]
126 density = [ldos[pot_index][j][forb[k] + 1] for j in range(dlength)]
142 pot_index = pot_dict[structure.species[i].symbol]
144 density = [ldos[pot_index][j][v + 1] for j in range(dlength)]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/bootloader/
H A Dbootloader.cc87 volatile uint8_t pot_index = 0; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/bootloader/
H A Dbootloader.cc87 volatile uint8_t pot_index = 0; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/bootloader/
H A Dbootloader.cc88 volatile uint8_t pot_index = 0; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/bootloader/
H A Dbootloader.cc88 volatile uint8_t pot_index = 0; variable