Home
last modified time | relevance | path

Searched refs:deja_vu (Results 1 – 25 of 48) sorted by relevance

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/
H A Dmarbles.cc236 float deja_vu = parameters[ADC_CHANNEL_DEJA_VU_AMOUNT]; in Process() local
239 const float d = fabsf(deja_vu - 0.5f); in Process()
245 if (deja_vu < 0.47f) { in Process()
246 deja_vu *= 1.06382978723f; in Process()
247 } else if (deja_vu > 0.53f) { in Process()
248 deja_vu = 0.5f + (deja_vu - 0.53f) * 1.06382978723f; in Process()
250 deja_vu = 0.5f; in Process()
290 : (state.t_deja_vu == DEJA_VU_ON ? deja_vu : 0.0f)); in Process()
341 x.deja_vu = state.x_deja_vu == DEJA_VU_LOCKED in Process()
343 : (state.x_deja_vu == DEJA_VU_ON ? deja_vu : 0.0f); in Process()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libmudflap/
H A Dmf-heuristics.c109 unsigned deja_vu = 0; in __mf_heuristic_check() local
115 deja_vu = 1; in __mf_heuristic_check()
118 if (! deja_vu) in __mf_heuristic_check()
H A DChangeLog1271 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
/dports/lang/gcc48/gcc-4.8.5/libmudflap/
H A Dmf-heuristics.c103 unsigned deja_vu = 0; in __mf_heuristic_check() local
109 deja_vu = 1; in __mf_heuristic_check()
112 if (! deja_vu) in __mf_heuristic_check()
H A DChangeLog1816 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
/dports/devel/mingw32-gcc/gcc-4.8.1/libmudflap/
H A Dmf-heuristics.c103 unsigned deja_vu = 0; in __mf_heuristic_check() local
109 deja_vu = 1; in __mf_heuristic_check()
112 if (! deja_vu) in __mf_heuristic_check()
H A DChangeLog1793 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dlock_file.c114 static bool deja_vu; in lkopendata() local
116 if (!deja_vu) { in lkopendata()
119 deja_vu = true; in lkopendata()
138 static bool deja_vu; in lkopenspool() local
140 if (!deja_vu) { in lkopenspool()
141 deja_vu = true; in lkopenspool()
H A Ddtime.c105 static bool deja_vu; in dlocaltime() local
107 if (!deja_vu) { in dlocaltime()
108 deja_vu = true; in dlocaltime()
H A Dfmt_scan.c241 static bool deja_vu; local
253 if (!deja_vu) {
256 deja_vu = true;
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/random/
H A Drandom_sequence.h216 inline void set_deja_vu(float deja_vu) { in set_deja_vu() argument
217 deja_vu_ = deja_vu; in set_deja_vu()
228 inline float deja_vu() const { in deja_vu() function
H A Dt_generator.h114 inline void set_deja_vu(float deja_vu) { in set_deja_vu() argument
115 sequence_.set_deja_vu(deja_vu); in set_deja_vu()
H A Dx_y_generator.h80 float deja_vu; member
H A Dx_y_generator.cc165 sequence->set_deja_vu(settings.deja_vu); in Process()
H A Dt_generator.cc240 if (sequence_.deja_vu() >= x.variables.p) { in GenerateMarkov()
/dports/cad/alliance/alliance/src/rds/src/
H A Drutpoly.c214 register int deja_vu; local
218 deja_vu = 0;
230 deja_vu = 1;
233 if (deja_vu)
258 register int deja_vu; local
262 deja_vu = 0;
274 deja_vu = 1;
277 if (deja_vu)
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_env.ml184 let deja_vu = ref [] in
186 if List.memq t !deja_vu then () else begin
187 deja_vu := t :: !deja_vu;
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_env.ml184 let deja_vu = ref [] in
186 if List.memq t !deja_vu then () else begin
187 deja_vu := t :: !deja_vu;
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/test/
H A Dmarbles_test.cc359 x_settings.deja_vu = 0.0f; in TestXYGenerator()
371 y_settings.deja_vu = 0.0f; in TestXYGenerator()
417 x_settings.deja_vu = 0.0f; in TestXYGeneratorASR()
429 y_settings.deja_vu = 0.0f; in TestXYGeneratorASR()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A DChangeLog-19941057 any synthesis. Also first set deja_vu on all pending_inlines.

12