Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Darn9003.c2779 int order, order5x, order5xrem, order3x, order3xrem, y5, y3; in ar9003_compute_predistortion() local
2914 order3x = 1 << (order / 3); in ar9003_compute_predistortion()
2929 y3 = (alpha * tmp) / order3x; in ar9003_compute_predistortion()
2930 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
2931 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
2975 order3x = 1 << (order / 3); in ar9003_compute_predistortion()
2996 y3 = (alpha * tmp - order3x) / order3x; in ar9003_compute_predistortion()
2998 y3 = (alpha * tmp + order3x) / order3x; in ar9003_compute_predistortion()
2999 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()
3000 y3 = (y3 * tmp) / order3x; in ar9003_compute_predistortion()