Home
last modified time | relevance | path

Searched refs:v_square (Results 1 – 7 of 7) sorted by relevance

/dports/audio/rubberband/rubberband-2.0.0/src/audiocurves/
H A DSpectralDifferenceAudioCurve.cpp72 v_square(m_tmpbuf, hs1); in processFloat()
93 v_square(m_tmpbuf, hs1); in processDouble()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fm_synth_util.c11699 v_square *= volume; in ags_fm_synth_util_compute_square_s8()
11738 double v_square[8]; in ags_fm_synth_util_compute_square_s8() local
12087 v_square *= volume; in ags_fm_synth_util_compute_square_s16()
12126 double v_square[8]; in ags_fm_synth_util_compute_square_s16() local
12475 v_square *= volume; in ags_fm_synth_util_compute_square_s24()
12514 double v_square[8]; in ags_fm_synth_util_compute_square_s24() local
12863 v_square *= volume; in ags_fm_synth_util_compute_square_s32()
12902 double v_square[8]; in ags_fm_synth_util_compute_square_s32() local
13251 v_square *= volume; in ags_fm_synth_util_compute_square_s64()
13290 double v_square[8]; in ags_fm_synth_util_compute_square_s64() local
[all …]
H A Dags_synth_util.c6044 v_square *= volume; in ags_synth_util_compute_square_s8()
6046 v_buffer += v_square; in ags_synth_util_compute_square_s8()
6080 double v_square[] = { in ags_synth_util_compute_square_s8() local
6205 v_square *= volume; in ags_synth_util_compute_square_s16()
6207 v_buffer += v_square; in ags_synth_util_compute_square_s16()
6241 double v_square[] = { in ags_synth_util_compute_square_s16() local
6366 v_square *= volume; in ags_synth_util_compute_square_s24()
6527 v_square *= volume; in ags_synth_util_compute_square_s32()
6688 v_square *= volume; in ags_synth_util_compute_square_s64()
6849 v_square *= volume; in ags_synth_util_compute_square_float()
[all …]
/dports/audio/rubberband/rubberband-2.0.0/src/system/
H A DVectorOps.h682 inline void v_square(T *const R__ dst,
692 inline void v_square(float *const R__ dst,
698 inline void v_square(double *const R__ dst,
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqvec/bqvec/
H A DVectorOps.h916 inline void v_square(T *const BQ_R__ srcdst, in v_square() function
926 inline void v_square(float *const BQ_R__ srcdst, in v_square() function
932 inline void v_square(double *const BQ_R__ srcdst, in v_square() function
/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Ditm.cpp161 double Fn(const double &v_square) in Fn() argument
166 if (v_square <= 5.76) // this is the 2.40 from the text, but squared in Fn()
167 a = 6.02 + 9.11 * sqrt(v_square) - 1.27 * v_square; in Fn()
169 a = 12.953 + 4.343 * log(v_square); in Fn()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqvec/test/
H A DTestVectorOps.cpp153 v_square(a, 3);