Searched refs:theta (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/ntp/clockstuff/
H A Dpropdelay.c412 double theta; local
415 theta = dg / (EARTHRADIUS * (double)(2 * n));
416 delta = atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)) - theta;
435 double theta; local
438 theta = dg / (EARTHRADIUS * (double)(2 * n));
439 phi = (PI/2.0) - atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2));
535 double theta; local
[all...]
/freebsd-10.1-release/contrib/groff/font/devps/generate/
H A Dlgreekmap26 theta *h
H A Dsymbolchars61 theta *h
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp1626 double theta = aht.height / rad; local
1628 theta = - theta;
1630 b = position(b.x*cos(theta) - b.y*sin(theta),
1631 b.x*sin(theta) + b.y*cos(theta)) + cent;
1641 theta = fabs(lt.thickness) / 72 / 4 / rad;
1643 theta = - theta;
1653 double theta = aht.height / rad; local
1782 double theta = atan2(h.y, h.x); local
[all...]
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1400 int theta[NUM_BIN + 1]; local
1476 theta[bin + 1] =
1479 theta[bin + 1] = theta[bin + 1] / (int) accum_cnt[bin];
1481 * theta[i+1] =
1486 theta[bin + 1] =
1494 * "i=%d, theta[i+1]=%d\t%d\t%d\t%d\t%d\n",
1495 * i, theta[i+1], accum_cnt[i],
1501 * Find average theta of first 5 bin and all of those to same value.
1505 theta_low_bin += theta[bi
[all...]

Completed in 134 milliseconds