Searched refs:interpolate (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_rssadapt.c48 #ifdef interpolate
49 #undef interpolate macro
51 #define interpolate(parm, old, new) ((parm##_old * (old) + \ macro
275 ra->ra_avg_rssi = interpolate(master_expavgctl.rc_avgrssi,
318 interpolate(master_expavgctl.rc_thresh, last_thr,
368 interpolate(master_expavgctl.rc_decay, oldthr, newthr);
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c347 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function
504 scaledPcdac = (uint16_t)(interpolate(pwr,
530 * Get or interpolate the pcdac value from the calibrated data.
559 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr);
563 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr);
565 return interpolate(channel, lFreq, rFreq, lScaledPwr, rScaledPwr);
H A Dar5212_reset.c2400 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function
2467 * and interpolate between them.
2469 pNewPower->twicePwr6_24 = interpolate(chan->channel, clo, chi,
2471 pNewPower->twicePwr36 = interpolate(chan->channel, clo, chi,
2473 pNewPower->twicePwr48 = interpolate(chan->channel, clo, chi,
2475 pNewPower->twicePwr54 = interpolate(chan->channel, clo, chi,
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcollect.c211 interpolate(char ms[], FILE *fp, char *fn, int f) function
707 if (interpolate(linebuf + 2, collf, mailtempname, c) < 0)
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c60 static int16_t interpolate(uint16_t target, uint16_t srcLeft,
736 vpdTableI[i][j] = (uint8_t)(interpolate((uint16_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
853 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function
H A Dar5416_reset.c72 static int16_t interpolate(uint16_t target, uint16_t srcLeft,
1737 * and interpolate between them.
1743 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
1797 * and interpolate between them.
1803 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
1812 * Pull the PDADC piers from cal data and interpolate them across the given
2012 vpdTableI[i][j] = (uint8_t)(interpolate((uint16_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
2185 * interpolate
2190 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-perl.c857 bool interpolate)
864 if (interpolate)
881 if (interpolate)
1623 variables inside a double-quoted string that may interpolate to
856 extract_triple_quotelike(message_list_ty *mlp, token_ty *tp, int delim, bool interpolate) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_wpi.c2503 #define interpolate(x, x1, y1, x2, y2, n) \ macro
2538 idx = interpolate(pwr, sample[0].power, sample[0].index,
2559 #undef interpolate macro
H A Dif_iwn.c3423 #define interpolate(x, x1, y1, x2, y2, n) \ macro
3492 power = interpolate(chan,
3495 gain = interpolate(chan,
3498 temp = interpolate(chan,
3556 #undef interpolate macro

Completed in 301 milliseconds