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

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c68 int32_t delta, currPDADC, slope; local
86 slope = val;
88 if (slope == 0) { /* to avoid divide by zero case */
91 delta = ((currPDADC - AH5416(ah)->initPDADC)*4) / slope;
/freebsd-9.3-release/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="")

Completed in 99 milliseconds