/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/ |
H A D | marbles.cc | 236 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 D | mf-heuristics.c | 109 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 D | ChangeLog | 1271 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
|
/dports/lang/gcc48/gcc-4.8.5/libmudflap/ |
H A D | mf-heuristics.c | 103 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 D | ChangeLog | 1816 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libmudflap/ |
H A D | mf-heuristics.c | 103 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 D | ChangeLog | 1793 * mf-heuristics.c (__mf_heuristics_check): Correct deja_vu logic.
|
/dports/mail/nmh/nmh-1.7.1/sbr/ |
H A D | lock_file.c | 114 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 D | dtime.c | 105 static bool deja_vu; in dlocaltime() local 107 if (!deja_vu) { in dlocaltime() 108 deja_vu = true; in dlocaltime()
|
H A D | fmt_scan.c | 241 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 D | random_sequence.h | 216 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 D | t_generator.h | 114 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 D | x_y_generator.h | 80 float deja_vu; member
|
H A D | x_y_generator.cc | 165 sequence->set_deja_vu(settings.deja_vu); in Process()
|
H A D | t_generator.cc | 240 if (sequence_.deja_vu() >= x.variables.p) { in GenerateMarkov()
|
/dports/cad/alliance/alliance/src/rds/src/ |
H A D | rutpoly.c | 214 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 D | odoc_env.ml | 184 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 D | odoc_env.ml | 184 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 D | marbles_test.cc | 359 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 D | ChangeLog-1994 | 1057 any synthesis. Also first set deja_vu on all pending_inlines.
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/ |
H A D | ChangeLog-1994 | 1057 any synthesis. Also first set deja_vu on all pending_inlines.
|
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/ |
H A D | ChangeLog-1994 | 1057 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 D | ChangeLog-1994 | 1057 any synthesis. Also first set deja_vu on all pending_inlines.
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/ |
H A D | ChangeLog-1994 | 1057 any synthesis. Also first set deja_vu on all pending_inlines.
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/ |
H A D | ChangeLog-1994 | 1057 any synthesis. Also first set deja_vu on all pending_inlines.
|