Home
last modified time | relevance | path

Searched refs:freq_h (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/lolcat/lolcat-1.2-0-g6a2ab61/
H A Dlolcat.c105 double freq_h = 0.23, freq_v = 0.1; in main() local
115 freq_h = strtod(argv[i], &endptr); in main()
202 … float theta = i * freq_h / 5.0f + l * freq_v + (offx + 2.0f * rand_offset / RAND_MAX) * M_PI; in main()
211 … int ncc = offx * ARRAY_SIZE(codes) + (int)((i += wcwidth(c)) * freq_h + l * freq_v); in main()
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/rotspeak/
H A Dtap_rotspeak.c270 float freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_RotSpkr() local
275 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_RotSpkr()
276 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_RotSpkr()
313 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_RotSpkr()
395 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_RotSpkr()
426 float freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_adding_RotSpkr() local
431 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_adding_RotSpkr()
432 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_adding_RotSpkr()
469 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_adding_RotSpkr()
551 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_adding_RotSpkr()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/tap/
H A Dtap_rotspeak.c294 LADSPA_Data freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_RotSpkr() local
299 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_RotSpkr()
300 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_RotSpkr()
337 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_RotSpkr()
419 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_RotSpkr()
450 LADSPA_Data freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_adding_RotSpkr() local
455 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_adding_RotSpkr()
456 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_adding_RotSpkr()
493 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_adding_RotSpkr()
575 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_adding_RotSpkr()
/dports/audio/tap-plugins/tap-plugins-0.7.2/
H A Dtap_rotspeak.c261 LADSPA_Data freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_RotSpkr() local
266 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_RotSpkr()
267 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_RotSpkr()
304 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_RotSpkr()
386 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_RotSpkr()
417 LADSPA_Data freq_h = LIMIT(*(ptr->hornfreq),0.0f,PM_FREQ); in run_adding_RotSpkr() local
422 LIMIT(1.0f/(1.0f+FREQ_PITCH*freq_h/C_AIR) * ptr->sample_rate in run_adding_RotSpkr()
423 / 200.0f / M_PI / freq_h, 0, ptr->buflen_h_L / 2); in run_adding_RotSpkr()
460 phase_h_L = 1024.0f * freq_h * sample_index / ptr->sample_rate + ptr->phase_h; in run_adding_RotSpkr()
542 ptr->phase_h += 1024.0f * freq_h * sample_index / ptr->sample_rate; in run_adding_RotSpkr()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivcanon.c498 unsigned n_before, freq_in, freq_h; in remove_empty_loop() local
523 freq_h = loop->header->frequency; in remove_empty_loop()
525 if (freq_h != 0) in remove_empty_loop()
531 scale_bbs_frequencies_int (body, n_before, freq_in, freq_h); in remove_empty_loop()
/dports/games/brainparty/brainparty/
H A Dwordsmash.cpp503 int freq_h = freq_g + 6094; in GetLetter() local
504 int freq_i = freq_h + 6966; in GetLetter()
539 } else if (random < freq_h) { in GetLetter()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-manip.c1253 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1395 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1397 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1401 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1403 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-manip.c1254 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1396 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1398 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1402 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1404 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-manip.c1253 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1395 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1397 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1401 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1403 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-manip.c1254 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1396 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1398 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1402 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1404 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-manip.c1236 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1378 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1380 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1384 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1386 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-manip.c1253 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1395 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1397 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1401 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1403 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-manip.c1233 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1375 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1377 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1381 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1383 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-manip.c1254 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1396 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1398 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1402 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1404 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-manip.c1236 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1378 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1380 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1384 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1386 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-manip.c1236 profile_count freq_e, freq_h; in tree_transform_and_unroll_loop() local
1378 freq_h = loop->header->count; in tree_transform_and_unroll_loop()
1380 if (freq_h.nonzero_p ()) in tree_transform_and_unroll_loop()
1384 if (freq_h.nonzero_p () && !(freq_e == profile_count::zero ())) in tree_transform_and_unroll_loop()
1386 scale_loop_frequencies (loop, freq_e.probability_in (freq_h)); in tree_transform_and_unroll_loop()
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_rtcm2.c344 unsigned int freq_h:6; member
682 unsigned int freq_h:6; member
985 (((mp->w4.freq_h << 6) | mp->w5.freq_l) * FREQ_SCALE) + in rtcm2_unpack()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-manip.c1037 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1195 freq_h = loop->header->frequency; in tree_transform_and_unroll_loop()
1197 if (freq_h != 0) in tree_transform_and_unroll_loop()
1198 scale_loop_frequencies (loop, freq_e * (new_est_niter + 1), freq_h); in tree_transform_and_unroll_loop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-manip.c1047 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1204 freq_h = loop->header->frequency; in tree_transform_and_unroll_loop()
1206 if (freq_h != 0) in tree_transform_and_unroll_loop()
1207 scale_loop_frequencies (loop, freq_e * (new_est_niter + 1), freq_h); in tree_transform_and_unroll_loop()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-manip.c1037 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1195 freq_h = loop->header->frequency; in tree_transform_and_unroll_loop()
1197 if (freq_h != 0) in tree_transform_and_unroll_loop()
1198 scale_loop_frequencies (loop, freq_e * (new_est_niter + 1), freq_h); in tree_transform_and_unroll_loop()

12