Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dconvtbl.h58 extern int get_scale(const char *);
H A Difcmds.c59 if ((scale = get_scale(args)) != -1) in ifcmd()
H A Dconvtbl.c127 get_scale(const char *name) in get_scale() function
/netbsd-src/sys/dev/ic/
H A Darn9003.c2755 get_scale(int val) in get_scale() function
2884 Qx = get_scale(maxxtildeabs); in ar9003_compute_predistortion()
2885 Qb1 = get_scale(maxb1abs); in ar9003_compute_predistortion()
2886 Qb2 = get_scale(maxb2abs); in ar9003_compute_predistortion()
2902 Qscale = get_scale(abs(scale)); in ar9003_compute_predistortion()
2904 Qalpha = get_scale(abs(alpha)); in ar9003_compute_predistortion()
2906 Qbeta = get_scale(abs(beta)); in ar9003_compute_predistortion()
2965 Qalpha = get_scale(abs(alpha)); in ar9003_compute_predistortion()
2967 Qbeta = get_scale(abs(beta)); in ar9003_compute_predistortion()
/netbsd-src/usr.bin/dc/
H A Dbcode.c82 static void get_scale(void);
182 { 'K', get_scale },
573 get_scale(void) in get_scale() function