Searched refs:sine (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1192 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 1192 static const 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()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov7670.c | 1305 * So here is a simple table of sine values, 0-90 degrees, in steps 1322 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()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7670.c | 1320 * So here is a simple table of sine values, 0-90 degrees, in steps 1337 int sine; in ov7670_sine() local 1344 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine() 1347 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine() 1349 return sine*chs; in ov7670_sine()
|
/kernel/linux/linux-5.10/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 #
|
/kernel/linux/linux-6.6/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 #
|
Completed in 48 milliseconds