Home | History | Annotate | Download | only in ic

Lines Matching defs:DB

2526 #define DB(x)	((x) / 2)	/* Convert half dB to dB. */
2533 /* Compute min and max power in half dB for each pdGain. */
2544 boundaries[i] = DB(maxpwr[i] + minpwr[i + 1]) / 2;
2546 boundaries[i] = DB(maxpwr[i]);
2560 ss = boundaries[i - 1] - DB(minpwr[i]) -
2564 ss = -DB(minpwr[i]);
2569 nvpds = DB(maxpwr[i] - minpwr[i]) + 1;
2583 pwr += 2; /* In half dB. */
2597 tgtidx = boundaries[i] + overlap - DB(minpwr[i]);
2628 #undef DB