Searched refs:slope (Results 1 - 25 of 25) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ntpclient/
H A Dphaselock.c67 double slope; member in struct:_seg
80 * where that line matches b's slope coordinate.
85 x = (b->slope - a->slope) / (c->slope - a->slope) ;
97 * looks for the largest (sign=0) or smallest (sign=1) slope.
101 double dt, slope; local
107 slope = (d_ring[n].s.ss[s0] - d_ring[j].s.ss[s1]) / dt;
108 if (0 && debug) fprintf(stderr,"slope
157 find_shift(double slope, double offset) argument
184 double slope = 0.5 * (max->slope + min->slope); local
[all...]
H A Denvelope38 ($FD, $slope, $offset) = @_;
39 if ($FD eq "MX" && $slope < $maxxs && $slope > $minxs) {
40 print MN "$slope $offset\n" || die;
42 if ($FD eq "MN" && $slope < $maxxs && $slope > $minxs) {
43 print MN "$slope $offset\n" || die;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ntpclient/
H A Dphaselock.c67 double slope; member in struct:_seg
80 * where that line matches b's slope coordinate.
85 x = (b->slope - a->slope) / (c->slope - a->slope) ;
97 * looks for the largest (sign=0) or smallest (sign=1) slope.
101 double dt, slope; local
107 slope = (d_ring[n].s.ss[s0] - d_ring[j].s.ss[s1]) / dt;
108 if (0 && debug) fprintf(stderr,"slope
157 find_shift(double slope, double offset) argument
184 double slope = 0.5 * (max->slope + min->slope); local
[all...]
H A Denvelope38 ($FD, $slope, $offset) = @_;
39 if ($FD eq "MX" && $slope < $maxxs && $slope > $minxs) {
40 print MN "$slope $offset\n" || die;
42 if ($FD eq "MN" && $slope < $maxxs && $slope > $minxs) {
43 print MN "$slope $offset\n" || die;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ntpclient/
H A Dphaselock.c67 double slope; member in struct:_seg
80 * where that line matches b's slope coordinate.
85 x = (b->slope - a->slope) / (c->slope - a->slope) ;
97 * looks for the largest (sign=0) or smallest (sign=1) slope.
101 double dt, slope; local
107 slope = (d_ring[n].s.ss[s0] - d_ring[j].s.ss[s1]) / dt;
108 if (0 && debug) fprintf(stderr,"slope
157 find_shift(double slope, double offset) argument
184 double slope = 0.5 * (max->slope + min->slope); local
[all...]
H A Denvelope38 ($FD, $slope, $offset) = @_;
39 if ($FD eq "MX" && $slope < $maxxs && $slope > $minxs) {
40 print MN "$slope $offset\n" || die;
42 if ($FD eq "MN" && $slope < $maxxs && $slope > $minxs) {
43 print MN "$slope $offset\n" || die;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm121.c33 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value
40 * slope : 1956315
44 * slope : 1565065
50 * slope : 1565065
54 * slope : 1956315
60 * slope : 2543190
64 * slope : 1565065
72 * new_min = ref_value * slope + offset
84 * slope : 1565065
90 * slope
284 int slope; member in struct:pm121_correction
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm121.c33 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value
40 * slope : 1956315
44 * slope : 1565065
50 * slope : 1565065
54 * slope : 1956315
60 * slope : 2543190
64 * slope : 1565065
72 * new_min = ref_value * slope + offset
84 * slope : 1565065
90 * slope
284 int slope; member in struct:pm121_correction
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/platform/x86/
H A Dintel_ips.c853 u64 slope, offset; local
859 slope = offset = thm_readw(THM_MGTA);
860 slope = (slope & MGTA_SLOPE_MASK) >> MGTA_SLOPE_SHIFT;
863 ret = ((val * slope + 0x40) >> 7) + offset;
870 u16 val, slope, offset; local
872 slope = (ips->pta_val & PTA_SLOPE_MASK) >> PTA_SLOPE_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_ips.c853 u64 slope, offset; local
859 slope = offset = thm_readw(THM_MGTA);
860 slope = (slope & MGTA_SLOPE_MASK) >> MGTA_SLOPE_SHIFT;
863 ret = ((val * slope + 0x40) >> 7) + offset;
870 u16 val, slope, offset; local
872 slope = (ips->pta_val & PTA_SLOPE_MASK) >> PTA_SLOPE_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dqcelpdec.c210 float slope; local
276 slope = 0.5*(qcelp_g12ga[g1[0]] - q->last_codebook_gain) / subframes_count;
278 gain[i-1] = q->last_codebook_gain + slope * i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqcelpdec.c210 float slope; local
276 slope = 0.5*(qcelp_g12ga[g1[0]] - q->last_codebook_gain) / subframes_count;
278 gain[i-1] = q->last_codebook_gain + slope * i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqcelpdec.c210 float slope; local
276 slope = 0.5*(qcelp_g12ga[g1[0]] - q->last_codebook_gain) / subframes_count;
278 gain[i-1] = q->last_codebook_gain + slope * i;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c384 int32_t delta, currPDADC, slope; local
397 slope = ah->eep_ops->get_eeprom(ah, EEP_TEMPSENSE_SLOPE);
399 if (slope == 0) { /* to avoid divide by zero case */
402 delta = ((currPDADC - ah->initPDADC)*4) / slope;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c384 int32_t delta, currPDADC, slope; local
397 slope = ah->eep_ops->get_eeprom(ah, EEP_TEMPSENSE_SLOPE);
399 if (slope == 0) { /* to avoid divide by zero case */
402 delta = ((currPDADC - ah->initPDADC)*4) / slope;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib0090.c382 struct slope { struct
384 int16_t slope; member in struct:slope
386 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val)
396 ret += (rest * slopes[i].slope) / slopes[i].range;
402 static const struct slope dib0090_wbd_slopes[3] = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0090.c382 struct slope { struct
384 int16_t slope; member in struct:slope
386 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val)
396 ret += (rest * slopes[i].slope) / slopes[i].range;
402 static const struct slope dib0090_wbd_slopes[3] = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dlm93.c344 const long slope = (uV_max - uV_min) / local
346 const long intercept = uV_min - slope * lm93_vin_reg_min[nr];
348 return (slope * reg + intercept + 500) / 1000;
365 const long slope = (uV_max - uV_min) / local
367 const long intercept = uV_min - slope * lm93_vin_reg_min[nr];
369 u8 result = ((uV - intercept + (slope/2)) / slope);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c344 const long slope = (uV_max - uV_min) / local
346 const long intercept = uV_min - slope * lm93_vin_reg_min[nr];
348 return (slope * reg + intercept + 500) / 1000;
365 const long slope = (uV_max - uV_min) / local
367 const long intercept = uV_min - slope * lm93_vin_reg_min[nr];
369 u8 result = ((uV - intercept + (slope/2)) / slope);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D01-introduction.tex384 all use the slope function
H A D04-codec.tex320 Vorbis windows all use the slope function $y=\sin(\frac{\pi}{2} * \sin^2((x+0.5)/n * \pi))$,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D01-introduction.tex384 all use the slope function
H A D04-codec.tex320 Vorbis windows all use the slope function $y=\sin(\frac{\pi}{2} * \sin^2((x+0.5)/n * \pi))$,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D01-introduction.tex384 all use the slope function
H A D04-codec.tex320 Vorbis windows all use the slope function $y=\sin(\frac{\pi}{2} * \sin^2((x+0.5)/n * \pi))$,

Completed in 307 milliseconds