Searched refs:sine (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dxilinx-v4l2-controls.h56 /* Set starting point of sine wave for horizontal component */
60 /* Set starting point of sine wave for vertical component */
/linux-4.1.27/include/linux/
H A Dcordic.h41 * angle and the imaginary part is the sine of the angle. The returned
/linux-4.1.27/drivers/staging/iio/frequency/
H A Dad9834.c159 if (sysfs_streq(buf, "sine")) { ad9834_store_wavetype()
213 str = "sine triangle square"; ad9834_show_out0_wavetype_available()
215 str = "sine"; ad9834_show_out0_wavetype_available()
217 str = "sine triangle"; ad9834_show_out0_wavetype_available()
/linux-4.1.27/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
/linux-4.1.27/arch/m68k/mac/
H A Dmacboing.c25 * Alan's original sine table; needs interpolating to 0x800
144 * A sine wave would sure be nicer here ... mac_init_asc()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddib7000p.c1179 static u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, dib7000p_spur_protect() local
1221 coef_re[k] = sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1222 coef_im[k] = sine[pha & 0xff]; dib7000p_spur_protect()
1227 coef_re[k] = -sine[pha & 0xff]; dib7000p_spur_protect()
1228 coef_im[k] = sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1233 coef_re[k] = -sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
1234 coef_im[k] = -sine[pha & 0xff]; dib7000p_spur_protect()
1239 coef_re[k] = sine[pha & 0xff]; dib7000p_spur_protect()
1240 coef_im[k] = -sine[256 - (pha & 0xff)]; dib7000p_spur_protect()
/linux-4.1.27/drivers/media/i2c/
H A Dov7670.c1164 * So here is a simple table of sine values, 0-90 degrees, in steps
1181 int sine; ov7670_sine() local
1188 sine = ov7670_sin_table[theta/SIN_STEP]; ov7670_sine()
1191 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; ov7670_sine()
1193 return sine*chs; ov7670_sine()
/linux-4.1.27/drivers/input/
H A Dff-core.c73 * calculate manginude of sine wave as average of rumble's compat_effect()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dani.c69 * your signal completely if phase is 180 degrees (think of adding sine waves).
/linux-4.1.27/drivers/macintosh/
H A Dmediabay.c402 /* This returns an instant snapshot, not locking, sine check_media_bay()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A 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 #
H A Dfpsp.S5000 # ssin(): computes the sine of a normalized input #
5001 # ssind(): computes the sine of a denormalized input #
5004 # ssincos(): computes the sine and cosine of a normalized input #
5005 # ssincosd(): computes the sine and cosine of a denormalized input #
6593 # sasin(): computes the inverse sine of a normalized input #
6594 # sasind(): computes the inverse sine of a denormalized input #
7785 # ssinh(): computes the hyperbolic sine of a normalized input #
7786 # ssinhd(): computes the hyperbolic sine of a denormalized input #
/linux-4.1.27/sound/pci/asihpi/
H A Dhpi.h164 /** State generate sine - to be implemented. */
/linux-4.1.27/net/bluetooth/
H A Dmgmt.c4212 * should occupy the whole discovery time sine BR/EDR inquiry start_discovery_complete()

Completed in 799 milliseconds