Home
last modified time | relevance | path

Searched refs:order3x (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Dar9003.c2681 int order, order5x, order5xrem, order3x, order3xrem, y5, y3; in ar9003_compute_predistortion() local
2816 order3x = 1 << (order / 3); in ar9003_compute_predistortion()
2831 y3 = (alpha * tmp) / order3x; in ar9003_compute_predistortion()
2832 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
2833 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
2877 order3x = 1 << (order / 3); in ar9003_compute_predistortion()
2898 y3 = (alpha * tmp - order3x) / order3x; in ar9003_compute_predistortion()
2900 y3 = (alpha * tmp + order3x) / order3x; in ar9003_compute_predistortion()
2901 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
2902 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()