Searched refs:slope (Results 1 – 12 of 12) sorted by relevance
| /freebsd/usr.bin/beep/ |
| H A D | beep.c | 160 size_t slope; in main() local 240 slope = (DURATION_MIN * sample_rate) / 2000; in main() 256 if (off < slope) in main() 257 sample = sample * off / (float)slope; in main() 258 else if (off > (size - slope)) in main() 259 sample = sample * (size - off - 1) / (float)slope; in main()
|
| /freebsd/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9287_olc.c | 68 int32_t delta, currPDADC, slope; in ar9287olcTemperatureCompensation() local 86 slope = val; in ar9287olcTemperatureCompensation() 88 if (slope == 0) { /* to avoid divide by zero case */ in ar9287olcTemperatureCompensation() 91 delta = ((currPDADC - AH5416(ah)->initPDADC)*4) / slope; in ar9287olcTemperatureCompensation()
|
| /freebsd/contrib/ntp/scripts/stats/ |
| H A D | etf.S | 8 slope<-r$coef[[2]] * 1000 11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, appen…
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | eeprom.c | 461 u16 val, slope; in mt76x2_get_temp_comp() local 475 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_5G); in mt76x2_get_temp_comp() 478 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_2G); in mt76x2_get_temp_comp() 483 t->high_slope = slope & 0xff; in mt76x2_get_temp_comp() 484 t->low_slope = slope >> 8; in mt76x2_get_temp_comp()
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | zx2967-thermal.txt | 13 Please note: slope coefficient defined in thermal-zones section need to be 52 * slope need to be multiplied by 1000.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | measure | 19 >17 lefloat x slope %f
|
| /freebsd/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qm_portal_fqr.c | 1413 uint32_t ma=0, mn=0, slope, sa=0, sn=0, pn; in CalcWredCurve() local 1465 slope = maxP*pres/(p_WredCurve->maxTh - p_WredCurve->minTh); in CalcWredCurve() 1467 gap = (int)slope; in CalcWredCurve() 1471 tmp = ABS((int)(slope - tmpA/(1UL<<(tmpN%32)))); in CalcWredCurve()
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 242 # slope of queue-only function
|
| /freebsd/share/dict/ |
| H A D | web2a | 3823 banquette slope 30349 interior slope 35415 mid-slope 51002 sea slope 55733 slope arms 55734 slope-browed 55735 slope culture 55736 slope-eared 55737 slope-edged 55738 slope-faced [all …]
|
| H A D | web2 | 183322 slope
|
| /freebsd/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 390 # slope of queue-only function
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 5640 … pictures. This paper points out that the use of angle-radius rather than slope-intercept paramete… 24337 …nment to deal correctly with the effects of varying sun angle and surface slope. Even inspection t…
|