theta             437 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    float                theta;
theta            1319 drivers/media/i2c/ov7670.c static int ov7670_sine(int theta)
theta            1324 drivers/media/i2c/ov7670.c 	if (theta < 0) {
theta            1325 drivers/media/i2c/ov7670.c 		theta = -theta;
theta            1328 drivers/media/i2c/ov7670.c 	if (theta <= 90)
theta            1329 drivers/media/i2c/ov7670.c 		sine = ov7670_sin_table[theta/SIN_STEP];
theta            1331 drivers/media/i2c/ov7670.c 		theta -= 90;
theta            1332 drivers/media/i2c/ov7670.c 		sine = 1000 - ov7670_sin_table[theta/SIN_STEP];
theta            1337 drivers/media/i2c/ov7670.c static int ov7670_cosine(int theta)
theta            1339 drivers/media/i2c/ov7670.c 	theta = 90 - theta;
theta            1340 drivers/media/i2c/ov7670.c 	if (theta > 180)
theta            1341 drivers/media/i2c/ov7670.c 		theta -= 360;
theta            1342 drivers/media/i2c/ov7670.c 	else if (theta < -180)
theta            1343 drivers/media/i2c/ov7670.c 		theta += 360;
theta            1344 drivers/media/i2c/ov7670.c 	return ov7670_sine(theta);
theta             422 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	int x_est[NUM_BIN + 1], Y[NUM_BIN + 1], theta[NUM_BIN + 1];
theta             442 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	memset(theta, 0, sizeof(theta));
theta             485 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		theta[max_index] =
theta             495 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		theta_low_bin += theta[i];
theta             499 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		theta[i] = theta_low_bin;
theta             502 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	theta[0] = theta_low_bin;
theta             504 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		theta[i] -= theta_low_bin;
theta             675 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		    ((theta[i + I] << M) + y_est[i + I]) / y_est[i + I];
theta            1771 drivers/net/wireless/broadcom/b43/phy_lp.c 	int i, samples = 0, theta = 0;
theta            1789 drivers/net/wireless/broadcom/b43/phy_lp.c 		sample = cordic_calc_iq(CORDIC_FIXED(theta));
theta            1790 drivers/net/wireless/broadcom/b43/phy_lp.c 		theta += rotation;
theta            3398 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	s32 theta = 0, rot = 0;
theta            3428 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	theta = 0;
theta            3432 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		tone_samp = cordic_calc_iq(theta);
theta            3434 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		theta += rot;
theta            23049 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	s32 theta = 0, rot = 0;
theta            23073 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	theta = 0;
theta            23077 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 		tone_buf[t] = cordic_calc_iq(theta);
theta            23079 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 		theta += rot;
theta              55 include/linux/cordic.h struct cordic_iq cordic_calc_iq(s32 theta);
theta              46 lib/math/cordic.c struct cordic_iq cordic_calc_iq(s32 theta)
theta              58 lib/math/cordic.c 	theta = CORDIC_FIXED(theta);
theta              59 lib/math/cordic.c 	signtheta = (theta < 0) ? -1 : 1;
theta              60 lib/math/cordic.c 	theta = ((theta + CORDIC_FIXED(180) * signtheta) % CORDIC_FIXED(360)) -
theta              63 lib/math/cordic.c 	if (CORDIC_FLOAT(theta) > 90) {
theta              64 lib/math/cordic.c 		theta -= CORDIC_FIXED(180);
theta              66 lib/math/cordic.c 	} else if (CORDIC_FLOAT(theta) < -90) {
theta              67 lib/math/cordic.c 		theta += CORDIC_FIXED(180);
theta              72 lib/math/cordic.c 		if (theta > angle) {
theta              39 net/ipv4/tcp_illinois.c static int theta __read_mostly = 5;
theta              40 net/ipv4/tcp_illinois.c module_param(theta, int, 0);
theta              41 net/ipv4/tcp_illinois.c MODULE_PARM_DESC(theta, "# of fast RTT's before full growth");
theta             152 net/ipv4/tcp_illinois.c 		if (++ca->rtt_low < theta)
theta            2096 sound/soc/codecs/arizona.c 	unsigned int theta;
theta            2289 sound/soc/codecs/arizona.c 		cfg->theta = (target - (cfg->n * ratio * Fref))
theta            2293 sound/soc/codecs/arizona.c 		cfg->theta = 0;
theta            2302 sound/soc/codecs/arizona.c 		cfg->theta >>= 1;
theta            2319 sound/soc/codecs/arizona.c 			cfg->n, cfg->theta, cfg->lambda);
theta            2333 sound/soc/codecs/arizona.c 				 ARIZONA_FLL1_THETA_MASK, cfg->theta);
theta            2453 sound/soc/codecs/arizona.c 			cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda;
theta            3617 sound/soc/codecs/madera.c 		cfg->theta = (fll->fout - (cfg->n * ratio * fref))
theta            3621 sound/soc/codecs/madera.c 		cfg->theta = 0;
theta            3631 sound/soc/codecs/madera.c 		cfg->theta >>= 1;
theta            3676 sound/soc/codecs/madera.c 		       cfg->n, cfg->theta, cfg->lambda);
theta            3694 sound/soc/codecs/madera.c 				 cfg->theta, &change);
theta            3797 sound/soc/codecs/madera.c 	if (!sync && ref_cfg->theta == 0)
theta            3925 sound/soc/codecs/madera.c 		cfg.theta = (cfg.theta * (1 << 16)) / cfg.lambda;
theta            3937 sound/soc/codecs/madera.c 			if (!have_sync && cfg.theta == 0)
theta            3951 sound/soc/codecs/madera.c 		if (!have_sync && cfg.theta == 0)
theta            4309 sound/soc/codecs/madera.c 	unsigned int fll_n, min_n, max_n, ratio, theta, lambda;
theta            4389 sound/soc/codecs/madera.c 	theta = num % lambda;
theta            4392 sound/soc/codecs/madera.c 		       fll_n, fllgcd, theta, lambda);
theta            4414 sound/soc/codecs/madera.c 			   theta << MADERA_FLL1_THETA_SHIFT);
theta             148 sound/soc/codecs/madera.h 	unsigned int theta;
theta            1840 sound/soc/codecs/wm2200.c 	u16 theta;
theta            1915 sound/soc/codecs/wm2200.c 		fll_div->theta = 0;
theta            1920 sound/soc/codecs/wm2200.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
theta            1926 sound/soc/codecs/wm2200.c 		 fll_div->n, fll_div->theta, fll_div->lambda);
theta            1976 sound/soc/codecs/wm2200.c 	if (factors.theta) {
theta            1991 sound/soc/codecs/wm2200.c 			    factors.theta);
theta            1660 sound/soc/codecs/wm5100.c 	u16 theta;
theta            1735 sound/soc/codecs/wm5100.c 		fll_div->theta = 0;
theta            1740 sound/soc/codecs/wm5100.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
theta            1746 sound/soc/codecs/wm5100.c 		 fll_div->n, fll_div->theta, fll_div->lambda);
theta            1815 sound/soc/codecs/wm5100.c 			    factors.theta);
theta            2711 sound/soc/codecs/wm8962.c 	u16 theta;
theta            2790 sound/soc/codecs/wm8962.c 		fll_div->theta = 0;
theta            2795 sound/soc/codecs/wm8962.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
theta            2801 sound/soc/codecs/wm8962.c 		 fll_div->n, fll_div->theta, fll_div->lambda);
theta            2861 sound/soc/codecs/wm8962.c 	if (fll_div.theta)
theta            2876 sound/soc/codecs/wm8962.c 	snd_soc_component_write(component, WM8962_FLL_CONTROL_6, fll_div.theta);
theta            1897 sound/soc/codecs/wm8996.c 	u16 theta;
theta            1982 sound/soc/codecs/wm8996.c 		fll_div->theta = 0;
theta            1987 sound/soc/codecs/wm8996.c 		fll_div->theta = (target - (fll_div->n * fratio * Fref))
theta            1993 sound/soc/codecs/wm8996.c 		 fll_div->n, fll_div->theta, fll_div->lambda);
theta            2059 sound/soc/codecs/wm8996.c 	if (fll_div.theta || fll_div.lambda)
theta            2071 sound/soc/codecs/wm8996.c 	snd_soc_component_write(component, WM8996_FLL_CONTROL_3, fll_div.theta);