Home
last modified time | relevance | path

Searched refs:sine (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dtesttones.sh132 $input $output synth -j 0 sine %$note $fade $gain
143 $input $output synth sine $freq $fade $gain
152 $input $output synth $length sine $freq 0 25 $fade $gain
163 $input $output synth sine %30 \
164 synth sine amod 8.333333333333333333 0 $phase1 \
166 synth $length sine mix $freq gain -h 3 $gain
176 $input $output synth $length sine 9k synth sine mix 10k $fade $gain
178 $input $output synth $length sine 440 synth sine mix 445 $fade $gain
198 $input $output synth $length sine $freq gain -h -$att $fade dither $vol_dither
209 synth squ amod 0 100 sine amod 8.333333333333333333 0 75 \
[all …]
H A Dtestcd.sh95 $SOX $SOXOPT $NAME synth $LEN sine $f $FADE $VOL
113 $SOX $SOXOPT $NAME synth $LEN sine $MARKFREQ synth square amod 0.1 0 97 94 vol -3 db synth $LEN sin…
118 $SOX $SOXOPT $NAME synth $LEN sine $MARKFREQ synth square amod 0.1 0 97 94 vol -3 db synth $LEN sin…
125 $SOX $SOXOPT $NAME synth $LEN sine $f $FADE $VOL
136 $SOX $SOXOPT $NAME synth $LEN sine $FREQ1 synth sine mix $FREQ2 $FADE $VOL
140 $SOX $SOXOPT $NAME synth $LEN sine $FREQ1 synth sine mix $FREQ2 $FADE $VOL
175 $SOX $SOXOPT $NAME synth $LEN sine $f vol -$d db $FADE
182 $SOX $SOXOPT $NAME synth $LEN sine 1000 vol 0
197 $SOX $SOXOPT $NAME synth $LEN sine $f synth exp amod 0.005 0 0 50 $DB
206 $SOX $SOXOPT $NAME synth $LEN square 1 vol 0.1 synth sine mix 1000 $FADE $VOL
[all …]
H A Dalert.sh33 $SOX -e mu-law -r 8000 -n -t raw - synth 0.25 sine $freq gain -3 >> 2tones.ul
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dconvert.hpp19 const double sine = std::sin(p.y * M_PI / 180); in operator ()() local
22 std::max(std::min(0.5 - 0.25 * std::log((1 + sine) / (1 - sine)) / M_PI, 1.0), 0.0); in operator ()()
/OK3568_Linux_fs/external/rockchip-test/audio/
H A Dtest_loopback.sh71 …sox -b $play_bits -r $fs -c $play_ch -n -t alsa $play_device synth $play_seconds sine 1000 gain -3…
104 …sox -b $play_bits -r $fs -c $play_ch -n -t alsa $play_device synth $play_seconds sine 1000 gain $p…
H A Daudio_functions_test.sh57 sox -b $bits -r $fs -c $ch -n -t alsa $play_device synth $seconds sine 440 gain $gain
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/audio/
H A Dtest_loopback.sh71 …sox -b $play_bits -r $fs -c $play_ch -n -t alsa $play_device synth $play_seconds sine 1000 gain -3…
104 …sox -b $play_bits -r $fs -c $play_ch -n -t alsa $play_device synth $play_seconds sine 1000 gain $p…
H A Daudio_functions_test.sh57 sox -b $bits -r $fs -c $ch -n -t alsa $play_device synth $seconds sine 440 gain $gain
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp221 const double sine = std::sin(p.y * M_PI / 180); in project() local
222 const double y = 0.5 - 0.25 * std::log((1 + sine) / (1 - sine)) / M_PI; in project()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp542 T sine, cosine; in eval_asin() local
543 eval_sin(sine, result); in eval_asin()
545 eval_subtract(sine, xx); in eval_asin()
546 eval_divide(sine, cosine); in eval_asin()
547 eval_subtract(result, sine); in eval_asin()
548 current_precision = eval_ilogb(sine); in eval_asin()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib7000p.c1192 static u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, in dib7000p_spur_protect() local
1234 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1235 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1240 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1241 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1246 coef_re[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1247 coef_im[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1252 coef_re[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1253 coef_im[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
H A Dssinh.S4 | The entry point sSinh computes the hyperbolic sine of
H A Dssin.S4 | The entry point sSIN computes the sine of an input argument
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dff.rst78 - FF_SINE sine waveform
96 sine) and the other way around.
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov7670.c1322 int sine; in ov7670_sine() local
1329 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1332 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1334 return sine*chs; in ov7670_sine()
/OK3568_Linux_fs/kernel/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds88 (sine, triangle, ramp, square, ...)
/OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/
H A Dtodo.rst13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
H A Dnetwinder-fpe.rst134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp783 double sine = std::sin(radians); in perspective() local
784 if (sine == 0.0) in perspective()
786 double cotan = std::cos(radians) / sine; in perspective()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c53 LSX_ENUM_ITEM(synth_, sine)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcomplex105 /// Return complex sine of @a z.
107 /// Return complex hyperbolic sine of @a z.
831 // 26.2.8/10 sin(__z): Returns the sine of __z.
861 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcomplex105 /// Return complex sine of @a z.
107 /// Return complex hyperbolic sine of @a z.
831 // 26.2.8/10 sin(__z): Returns the sine of __z.
861 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-84646 These functions return the sine of X, where X is given in radians.
4677 In many applications where ‘sin’ and ‘cos’ are used, the sine and
4693 These functions return the sine of X in ‘*SINX’ and the cosine of X
4716 These functions return the complex sine of Z. The mathematical
4717 definition of the complex sine is
4759 are the inverses of the sine, cosine and tangent functions respectively.
4771 sine is X. The value is in units of radians. Mathematically,
4846 whose sine is Z. The value returned is in radians.
5241 These functions return the hyperbolic sine of X, defined
5283 These functions return the complex hyperbolic sine of Z, defined
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-84646 These functions return the sine of X, where X is given in radians.
4677 In many applications where ‘sin’ and ‘cos’ are used, the sine and
4693 These functions return the sine of X in ‘*SINX’ and the cosine of X
4716 These functions return the complex sine of Z. The mathematical
4717 definition of the complex sine is
4759 are the inverses of the sine, cosine and tangent functions respectively.
4771 sine is X. The value is in units of radians. Mathematically,
4846 whose sine is Z. The value returned is in radians.
5241 These functions return the hyperbolic sine of X, defined
5283 These functions return the complex hyperbolic sine of Z, defined
[all …]

12