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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c70 int32_t delta, currPDADC, slope; local
88 slope = val;
90 if (slope == 0) { /* to avoid divide by zero case */
93 delta = ((currPDADC - AH5416(ah)->initPDADC)*4) / slope;
/freebsd-12-stable/contrib/ntp/scripts/stats/
H A Detf.S8 slope<-r$coef[[2]] * 1000
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1413 uint32_t ma=0, mn=0, slope, sa=0, sn=0, pn; local
1465 slope = maxP*pres/(p_WredCurve->maxTh - p_WredCurve->minTh);
1466 /* express slope as sa/2^sn */
1467 gap = (int)slope;
1471 tmp = ABS((int)(slope - tmpA/(1<<tmpN)));

Completed in 113 milliseconds