Searched refs:mean (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ntp/scripts/stats/
H A Detf.S6 mean<-r$coef[[1]]
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/contrib/cortex-strings/scripts/
H A Dplot-top.py35 mean = sum(vals)/len(vals)
36 heights.append(mean)
H A Dplot-sizes.py63 mean = sum(vals)/len(vals)
64 Y.append(mean)
67 err1 = max(vals) - mean
69 err2 = min(vals) - mean
H A Dplot-align.py34 mean = sum(vals)/len(vals)
35 heights.append(mean)
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl40 ;# mean(tag);
127 sub mean() subroutine
H A Dntploopwatch65 ;# largest extension of Y scale from mean value, factor for standart deviation
1116 $m = $lo->mean();
1118 print "mean offset: $m sigma: $i\n" if $verbose > 2;
1161 $m = $lf->mean() + $minfreq;
1163 print "mean frequency: $m sigma: $i\n" if $verbose > 2;
1185 $freqbase -= ($maxy + $miny) / 2; #$lf->mean();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc140 // mean that the msvc.dll versions would be returned.
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk120 # would mean a missing closing @ delimiter.
/freebsd-12-stable/contrib/bmake/mk/
H A Dgendirdeps.mk78 # yes, I mean :U with no value
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Ddecodecorpus.c157 /* Generates a random number in an exponential distribution with mean `mean` */
158 static double RAND_exp(U32* seed, double mean) argument
161 return log(1-u) * (-mean);
/freebsd-12-stable/share/mk/
H A Dgendirdeps.mk78 # yes, I mean :U with no value
/freebsd-12-stable/stand/lua/
H A Dcore.lua103 -- other contexts (outside of Lua) may mean 'octal'
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp690 // Check for m or l as first character; l seems to mean this is the last
2329 Dur mean = sum / v.size();
2332 float delta = (d - mean).count();
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex523 \texttt{ppc} architecture eventually, which will mean porting all the
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1052 % One complication: _ usually means subscripts, but it could also mean
2038 % @l was never documented to mean ``switch to the Lisp font'',
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2763 % @l was never documented to mean ``switch to the Lisp font'',
2801 % One complication: _ usually means subscripts, but it could also mean

Completed in 243 milliseconds