HomeSort by: relevance | last modified time | path
    Searched defs:interpolate (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/net80211/
ieee80211_rssadapt.c 48 #ifdef interpolate
49 #undef interpolate
51 #define interpolate(parm, old, new) ((parm##_old * (old) + \ macro
270 ra->ra_avg_rssi = interpolate(master_expavgctl.rc_avgrssi,
313 interpolate(master_expavgctl.rc_thresh, last_thr,
364 interpolate(master_expavgctl.rc_decay, oldthr, newthr);
  /src/usr.bin/mail/
collect.c 203 * Interpolate the named messages into the current
211 interpolate(char ms[], FILE *fp, char *fn, int f) function in typeref:typename:int
616 (void)printf("Interpolate what file?\n");
708 * Interpolate the named messages, if we
713 if (interpolate(linebuf + 2, collf, mailtempname, c) < 0)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
tvnv17.h 119 static inline int interpolate(int y0, int y1, int y2, int x) function in typeref:typename:int
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 347 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function in typeref:typename:uint16_t
381 * Interpolate read transmit power values for this channel
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);
ar5212_reset.c 2400 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, function in typeref:typename:uint16_t
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,
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 60 static int16_t interpolate(uint16_t target, uint16_t srcLeft,
734 /* Interpolate the final vpd */
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 in typeref:typename:int16_t
ar5416_reset.c 72 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
2010 /* Interpolate the final vpd */
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 in typeref:typename:int16_t
    [all...]
  /src/sys/dev/pci/
if_wpi.c 2604 #define interpolate(x, x1, y1, x2, y2, n) \ macro
2639 idx = interpolate(pwr, sample[0].power, sample[0].index,
2660 #undef interpolate
if_iwn.c 3713 #define interpolate(x, x1, y1, x2, y2, n) \ macro
3782 power = interpolate(chan,
3785 gain = interpolate(chan,
3788 temp = interpolate(chan,
3846 #undef interpolate
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_priv.h 160 static inline int interpolate(int y0, int y1, int y2, int x) function in typeref:typename:int

Completed in 25 milliseconds