Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib7000p.c1195 static u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, in dib7000p_spur_protect() local
1237 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1238 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1243 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1244 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1249 coef_re[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1250 coef_im[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1255 coef_re[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1256 coef_im[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
/Linux-v4.19/arch/m68k/fpsp040/
Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
Dssinh.S4 | The entry point sSinh computes the hyperbolic sine of
Dssin.S4 | The entry point sSIN computes the sine of an input argument
/Linux-v4.19/Documentation/input/
Dff.rst78 - FF_SINE sine waveform
96 sine) and the other way around.
/Linux-v4.19/drivers/media/i2c/
Dov7670.c1293 int sine; in ov7670_sine() local
1300 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1303 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1305 return sine*chs; in ov7670_sine()
/Linux-v4.19/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds88 (sine, triangle, ramp, square, ...)
/Linux-v4.19/Documentation/arm/nwfpe/
DTODO11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
DREADME.FPE128 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
/Linux-v4.19/arch/m68k/ifpsp060/src/
Dfplsp.S4894 # ssin(): computes the sine of a normalized input #
4895 # ssind(): computes the sine of a denormalized input #
4898 # ssincos(): computes the sine and cosine of a normalized input #
4899 # ssincosd(): computes the sine and cosine of a denormalized input #
6487 # sasin(): computes the inverse sine of a normalized input #
6488 # sasind(): computes the inverse sine of a denormalized input #
7679 # ssinh(): computes the hyperbolic sine of a normalized input #
7680 # ssinhd(): computes the hyperbolic sine of a denormalized input #
/Linux-v4.19/Documentation/virtual/kvm/
Dtimekeeping.txt104 which generates sine-like tones by low-pass filtering the square wave output.