Searched refs:sine (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
H A D | xilinx-v4l2-controls.h | 56 /* Set starting point of sine wave for horizontal component */ 60 /* Set starting point of sine wave for vertical component */
|
/linux-4.4.14/include/linux/ |
H A D | cordic.h | 41 * angle and the imaginary part is the sine of the angle. The returned
|
/linux-4.4.14/drivers/staging/iio/frequency/ |
H A D | ad9834.c | 159 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.4.14/arch/m68k/fpsp040/ |
H A D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
H A D | ssinh.S | 4 | The entry point sSinh computes the hyperbolic sine of
|
H A D | ssin.S | 4 | The entry point sSIN computes the sine of an input argument
|
/linux-4.4.14/arch/m68k/mac/ |
H A D | macboing.c | 25 * Alan's original sine table; needs interpolating to 0x800 144 * A sine wave would sure be nicer here ... mac_init_asc()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1179 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.4.14/drivers/media/i2c/ |
H A D | ov7670.c | 1194 * So here is a simple table of sine values, 0-90 degrees, in steps 1211 int sine; ov7670_sine() local 1218 sine = ov7670_sin_table[theta/SIN_STEP]; ov7670_sine() 1221 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; ov7670_sine() 1223 return sine*chs; ov7670_sine()
|
/linux-4.4.14/drivers/input/ |
H A D | ff-core.c | 73 * calculate magnitude of sine wave as average of rumble's compat_effect()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ani.c | 69 * your signal completely if phase is 180 degrees (think of adding sine waves).
|
/linux-4.4.14/drivers/macintosh/ |
H A D | mediabay.c | 402 /* This returns an instant snapshot, not locking, sine check_media_bay()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A 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 #
|
H A D | fpsp.S | 5000 # 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.4.14/sound/pci/asihpi/ |
H A D | hpi.h | 164 /** State generate sine - to be implemented. */
|
/linux-4.4.14/net/bluetooth/ |
H A D | mgmt.c | 4336 * should occupy the whole discovery time sine BR/EDR inquiry start_discovery_complete()
|
Completed in 810 milliseconds