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

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Darmv8_4-a-registers-illegal.l3 [^:]+:[0-9]+: Info: did you mean this\?
6 [^:]+:[0-9]+: Info: did you mean this\?
9 [^:]+:[0-9]+: Info: did you mean this\?
12 [^:]+:[0-9]+: Info: did you mean this\?
15 [^:]+:[0-9]+: Info: did you mean this\?
18 [^:]+:[0-9]+: Info: did you mean this\?
21 [^:]+:[0-9]+: Info: did you mean this\?
24 [^:]+:[0-9]+: Info: did you mean this\?
27 [^:]+:[0-9]+: Info: did you mean this\?
30 [^:]+:[0-9]+: Info: did you mean thi
[all...]
H A Darmv8_2-a-crypto-fp16-illegal.l4 [^:]+:[0-9]+: Info: did you mean this\?
8 [^:]+:[0-9]+: Info: did you mean this\?
11 [^:]+:[0-9]+: Info: did you mean this\?
16 [^:]+:[0-9]+: Info: did you mean this\?
19 [^:]+:[0-9]+: Info: did you mean this\?
22 [^:]+:[0-9]+: Info: did you mean this\?
H A Dverbose-error.l4 [^:]*:5: Info: did you mean this\?
15 [^:]*:12: Info: did you mean this\?
25 [^:]*:13: Info: did you mean this\?
30 [^:]*:14: Info: did you mean this\?
36 [^:]*:15: Info: did you mean this\?
41 [^:]*:16: Info: did you mean this\?
47 [^:]*:18: Info: did you mean this\?
57 [^:]*:20: Info: did you mean this\?
62 [^:]*:22: Info: did you mean this\?
69 [^:]*:24: Info: did you mean thi
[all...]
H A Dillegal-dotproduct.l4 [^:]+:[0-9]+: Info: did you mean this\?
10 [^:]+:[0-9]+: Info: did you mean this\?
H A Dillegal-bfloat16.l3 [^ :]+:[0-9]+: Info: did you mean this\?
6 [^ :]+:[0-9]+: Info: did you mean this\?
11 [^ :]+:[0-9]+: Info: did you mean this\?
14 [^ :]+:[0-9]+: Info: did you mean this\?
17 [^ :]+:[0-9]+: Info: did you mean this\?
20 [^ :]+:[0-9]+: Info: did you mean this\?
23 [^ :]+:[0-9]+: Info: did you mean this\?
26 [^ :]+:[0-9]+: Info: did you mean this\?
33 [^ :]+:[0-9]+: Info: did you mean this\?
39 [^ :]+:[0-9]+: Info: did you mean thi
[all...]
H A Dpr22529.l3 [^:]*:1: Info: did you mean this\?
8 [^:]*:2: Info: did you mean this\?
13 [^:]*:3: Info: did you mean this\?
H A Dillegal-sve2.l3 [^ :]+:[0-9]+: Info: did you mean this\?
7 [^ :]+:[0-9]+: Info: did you mean this\?
15 [^ :]+:[0-9]+: Info: did you mean this\?
23 [^ :]+:[0-9]+: Info: did you mean this\?
32 [^ :]+:[0-9]+: Info: did you mean this\?
43 [^ :]+:[0-9]+: Info: did you mean this\?
56 [^ :]+:[0-9]+: Info: did you mean this\?
63 [^ :]+:[0-9]+: Info: did you mean this\?
70 [^ :]+:[0-9]+: Info: did you mean this\?
76 [^ :]+:[0-9]+: Info: did you mean thi
[all...]
H A Dtme-invalid.l17 .*: Info: did you mean this\?
20 .*: Info: did you mean this\?
23 .*: Info: did you mean this\?
H A Dsve-invalid.l4 .*: Info: did you mean this\?
10 .*: Info: did you mean this\?
19 .*: Info: did you mean this\?
22 .*: Info: did you mean this\?
25 .*: Info: did you mean this\?
28 .*: Info: did you mean this\?
31 .*: Info: did you mean this\?
42 .*: Info: did you mean this\?
53 .*: Info: did you mean this\?
64 .*: Info: did you mean thi
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dexport_dynamic_warning.d4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
/netbsd-current/external/bsd/ntp/dist/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="")
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets321 away from the mean that the degree should handle.
336 """ An accumulator for statistical information using arithmetic mean. """
340 self.mean = 0
345 diff = value - self.mean
346 self.mean += diff / self.count
368 """ A description of a sample using an arithmetic mean. """
374 self.mean = accumulator.mean
389 text += ", mean is " + text_number(self.mean)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_two_ftime_report_sets321 away from the mean that the degree should handle.
336 """ An accumulator for statistical information using arithmetic mean. """
340 self.mean = 0
345 diff = value - self.mean
346 self.mean += diff / self.count
368 """ A description of a sample using an arithmetic mean. """
374 self.mean = accumulator.mean
389 text += ", mean is " + text_number(self.mean)
[all...]
/netbsd-current/usr.sbin/traceroute/
H A DMakefile31 AWKS= median.awk mean.awk
/netbsd-current/external/bsd/tre/dist/tests/
H A Dbench.c67 double mean, tmp1, tmp2, variance, stddev, error, percent; local
70 mean = 0;
72 mean += sample_data[i];
73 mean = mean/i;
74 printf("# mean: %.5f\n", mean);
78 tmp2 = sample_data[i] - mean;
90 if (mean != 0)
91 percent = 100*error/mean;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dbfloat16-thumb-bad.l2 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
4 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
63 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
67 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
72 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
76 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
81 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
85 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
H A Dbfloat16-bad.l2 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
4 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
63 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
67 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
72 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
76 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
81 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
85 [^ :]+:[0-9]+: Error: unexpected type character `b' -- did you mean `bf'\?
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dlr.pl40 ;# mean(tag);
127 sub mean() subroutine
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.cc67 const auto mean = StatisticsMean(v); local
68 if (v.empty()) return mean;
75 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean)));
H A Dcomplexity.cc106 // Normalized RMS by the mean of the observed values
107 double mean = sigma_time / n.size();
108 result.rms = sqrt(rms / n.size()) / mean;
201 // Only add label to mean/stddev if it is same for all runs
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc67 const auto mean = StatisticsMean(v); local
68 if (v.empty()) return mean;
74 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean)));
H A Dcomplexity.cc109 // Normalized RMS by the mean of the observed values
110 double mean = sigma_time / n.size();
111 result.rms = sqrt(rms / n.size()) / mean;
207 // Only add label to mean/stddev if it is same for all runs
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h63 *__f++ = _M_saved * __param.stddev() + __param.mean();
73 const __m128d __av = _mm_set1_pd(__param.mean());
211 *__f = __y * __mult * __param.stddev() + __param.mean();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h63 *__f++ = _M_saved * __param.stddev() + __param.mean();
73 const __m128d __av = _mm_set1_pd(__param.mean());
211 *__f = __y * __mult * __param.stddev() + __param.mean();
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBenchmark.py108 means = old.groupby("project").mean()

Completed in 239 milliseconds

123