Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar9003.c2657 get_scale(int val) in get_scale() function
2786 Qx = get_scale(maxxtildeabs); in ar9003_compute_predistortion()
2787 Qb1 = get_scale(maxb1abs); in ar9003_compute_predistortion()
2788 Qb2 = get_scale(maxb2abs); in ar9003_compute_predistortion()
2804 Qscale = get_scale(abs(scale)); in ar9003_compute_predistortion()
2806 Qalpha = get_scale(abs(alpha)); in ar9003_compute_predistortion()
2808 Qbeta = get_scale(abs(beta)); in ar9003_compute_predistortion()
2867 Qalpha = get_scale(abs(alpha)); in ar9003_compute_predistortion()
2869 Qbeta = get_scale(abs(beta)); in ar9003_compute_predistortion()
/openbsd/usr.bin/dc/
H A Dbcode.c79 static void get_scale(void);
176 { 'K', get_scale },
569 get_scale(void) in get_scale() function