| /netbsd-src/sys/net80211/ |
| H A D | 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, in ieee80211_rssadapt_input() 313 interpolate(master_expavgctl.rc_thresh, last_thr, in ieee80211_rssadapt_lower_rate() 364 interpolate(master_expavgctl.rc_decay, oldthr, newthr); in ieee80211_rssadapt_raise_rate()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | nouveau_dispnv04_tvmodesnv17.c | 253 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) 518 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], in nv17_tv_update_properties() 520 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], in nv17_tv_update_properties() 567 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler() 569 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
|
| H A D | tvnv17.h | 119 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5111.c | 347 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, in interpolate() function 504 scaledPcdac = (uint16_t)(interpolate(pwr, in ar5111SetPowerTable() 559 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr); in ar5212GetScaledPower() 563 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr); in ar5212GetScaledPower() 565 return interpolate(channel, lFreq, rFreq, lScaledPwr, rScaledPwr); in ar5212GetScaledPower()
|
| H A D | ar5212_reset.c | 2400 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, in interpolate() function 2469 pNewPower->twicePwr6_24 = interpolate(chan->channel, clo, chi, in ar5212GetTargetPowers() 2471 pNewPower->twicePwr36 = interpolate(chan->channel, clo, chi, in ar5212GetTargetPowers() 2473 pNewPower->twicePwr48 = interpolate(chan->channel, clo, chi, in ar5212GetTargetPowers() 2475 pNewPower->twicePwr54 = interpolate(chan->channel, clo, chi, in ar5212GetTargetPowers()
|
| /netbsd-src/share/me/ |
| H A D | summary.external | 3 $ F\(sc interpolate argument 38 ( F\(sc interpolate special character 56 * F\(sc interpolate string 159 n F\(sc interpolate number register
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/ |
| H A D | ch7006_mode.c | 229 black_level = interpolate(90, black_level, 208, priv->brightness); in ch7006_setup_levels() 343 flicker = interpolate(0, 2, 3, priv->flicker); in ch7006_setup_properties() 348 contrast = interpolate(0, 5, 7, priv->contrast); in ch7006_setup_properties()
|
| H A D | ch7006_priv.h | 160 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
| /netbsd-src/usr.bin/mail/ |
| H A D | collect.c | 211 interpolate(char ms[], FILE *fp, char *fn, int f) in interpolate() function 713 if (interpolate(linebuf + 2, collf, mailtempname, c) < 0) in collect()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9285_reset.c | 60 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(cha… in ar9285GetGainBoundariesAndPdadcs() 853 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, in interpolate() function
|
| H A D | ar5416_reset.c | 72 static int16_t interpolate(uint16_t target, uint16_t srcLeft, 1743 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi, in ar5416GetTargetPowers() 1803 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi, in ar5416GetTargetPowersLeg() 2012 …vpdTableI[i][j] = (uint8_t)(interpolate((uint16_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(cha… in ar5416GetGainBoundariesAndPdadcs() 2190 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight, in interpolate() function
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-perl.c | 852 bool interpolate) in extract_triple_quotelike() argument 859 if (interpolate) in extract_triple_quotelike() 876 if (interpolate) in extract_triple_quotelike()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | sqlite_table | 136 # The upper-case and decimal digit expansions interpolate
|
| H A D | pgsql_table | 168 # The upper-case and decimal digit expansions interpolate
|
| H A D | mysql_table | 172 # The upper-case and decimal digit expansions interpolate
|
| H A D | ldap_table | 239 # The upper-case and decimal digit expansions interpolate
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_wpi.c | 2604 #define interpolate(x, x1, y1, x2, y2, n) \ in wpi_get_power_index() macro 2639 idx = interpolate(pwr, sample[0].power, sample[0].index, in wpi_get_power_index() 2660 #undef interpolate in wpi_get_power_index()
|
| H A D | if_iwn.c | 3713 #define interpolate(x, x1, y1, x2, y2, n) \ in iwn4965_set_txpower() 3782 power = interpolate(chan, in iwn4965_set_txpower() 3785 gain = interpolate(chan, in iwn4965_set_txpower() 3788 temp = interpolate(chan, in iwn4965_set_txpower() 3846 #undef interpolate in iwn5000_set_txpower() 3691 #define interpolate( iwn4965_set_txpower() macro
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | NEWS | 28 * roff(7) \*(.T predefined string (interpolate output device name) 413 * roff(7): Implement \\$* (interpolate all arguments).
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | NEWS | 1655 The escape sequence \V[xxx] will interpolate the value of the
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | gmp.info-1 | 6713 interpolate and combine similar to that described above for Karatsuba 6815 the evaluate and interpolate stages grows with r and has a significant 6823 saving of nearly half the interpolate steps. The idea is to separate
|
| H A D | gmp.texi | 8279 The algorithm follows a split, evaluate, pointwise multiply, interpolate and 8391 time spent in the evaluate and interpolate stages grows with @math{r} and has 8400 has a further saving of nearly half the interpolate steps. The idea is to
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | gettext.texi | 10094 Perl will interpolate at runtime the value of the variable @code{$0} 10231 You can interpolate hash lookups in all strings or quote-like 10245 It is valid to interpolate hash lookups in regular expressions: 10376 Likewise, you cannot @@@{[ gettext ("interpolate function calls") ]@}
|
| H A D | gettext.info | 11856 Perl will interpolate at runtime the value of the variable `$0' into 11978 You can interpolate hash lookups in all strings or quote-like 11990 It is valid to interpolate hash lookups in regular expressions: 12106 Likewise, you cannot @{[ gettext ("interpolate function calls") ]}
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | configure.ac | 207 # If both --with-sysroot and --with-gxx-include-dir are passed, we interpolate
|