Searched refs:sine (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
D | ssinh.S | 4 | The entry point sSinh computes the hyperbolic sine of
|
D | ssin.S | 4 | The entry point sSIN computes the sine of an input argument
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib7000p.c | 1179 static u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, in dib7000p_spur_protect() local 1221 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect() 1222 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect() 1227 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect() 1228 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect() 1233 coef_re[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect() 1234 coef_im[k] = -sine[pha & 0xff]; in dib7000p_spur_protect() 1239 coef_re[k] = sine[pha & 0xff]; in dib7000p_spur_protect() 1240 coef_im[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
|
/linux-4.4.14/drivers/media/i2c/ |
D | ov7670.c | 1211 int sine; in ov7670_sine() local 1218 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine() 1221 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine() 1223 return sine*chs; in ov7670_sine()
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 65 - FF_SINE sine waveform 80 sine) and the other way around.
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 88 (sine, triangle, ramp, square, ...)
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | TODO | 11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
|
D | README.FPE | 128 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4894 # 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-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 104 which generates sine-like tones by low-pass filtering the square wave output.
|