| /src/external/bsd/jemalloc/dist/test/analyze/ |
| rand.c | 62 print_buckets(const size_t buckets[], const size_t means[], 66 i, means[i], stddevs[i], buckets[i]); 70 assert(means[i] + stddevs[i] >= stddevs[i]); 72 if (buckets[i] + stddevs[i] <= means[i]) { 74 for (size_t t = means[i] - buckets[i]; t >= stddevs[i]; 78 } else if (buckets[i] >= means[i] + stddevs[i]) { 80 for (size_t t = buckets[i] - means[i]; t >= stddevs[i]; 91 const size_t means[], const size_t stddevs[], const size_t n_bucket, 98 print_buckets(buckets, means, stddevs, n_bucket); 140 size_t means[N_BUCKET] local 244 size_t means[N_GEO_BUCKET + 1]; local [all...] |
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestBenchmark.py | 108 means = old.groupby("project").mean() 109 return _normalize_impl(old, means), _normalize_impl(new, means) 112 def _normalize_impl(data: pd.DataFrame, means: pd.DataFrame): 113 # Right now 'means' has one row corresponding to one project, 117 # 'means' data to match the size of the 'data' dataframe. 120 # new columns coming from 'means' will have "_mean" suffix. 121 joined_data = data.merge(means, on="project", suffixes=("", "_mean"))
|
| /src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| andw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| orw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| xorw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| addw.s | 42 .if (sim_cpu) ; non-zero means h8300h, s, or sx 74 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| subw.s | 34 .if (sim_cpu) ; non-zero means h8300h, s, or sx 65 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| cmpw.s | 46 .if (sim_cpu) ; non-zero means h8300h, s, or sx 64 .if (sim_cpu) ; non-zero means h8300h, s, or sx 113 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| dec.s | 24 .if (sim_cpu) ; non-zero means h8300h, s, or sx 35 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| inc.s | 24 .if (sim_cpu) ; non-zero means h8300h, s, or sx 35 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/ |
| andw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| orw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| xorw.s | 15 .if (sim_cpu) ; non-zero means h8300h, s, or sx 25 .if (sim_cpu) ; non-zero means h8300h, s, or sx 48 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| addw.s | 42 .if (sim_cpu) ; non-zero means h8300h, s, or sx 74 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| subw.s | 34 .if (sim_cpu) ; non-zero means h8300h, s, or sx 65 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| cmpw.s | 46 .if (sim_cpu) ; non-zero means h8300h, s, or sx 64 .if (sim_cpu) ; non-zero means h8300h, s, or sx 113 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| dec.s | 24 .if (sim_cpu) ; non-zero means h8300h, s, or sx 35 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| inc.s | 24 .if (sim_cpu) ; non-zero means h8300h, s, or sx 35 .if (sim_cpu) ; non-zero means h8300h, s, or sx
|
| /src/usr.bin/make/unit-tests/ |
| dep-colon-bug-cross-file.mk | 14 # which was still the one from pass 1, which means it was possible to later 23 # The 'Z' means access to already freed memory; see jemalloc(3). The cause
|
| varmod-loop-varname.mk | 67 # means that when the resulting expression is evaluated, these resulting '$' 70 # The d means direct reference, the i means indirect reference.
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| analysis.go | 40 // C++'s verifyModule means isModuleBroken, so it returns false if 57 // C++'s verifyFunction means isFunctionBroken, so it returns false if
|
| /src/external/bsd/ntp/dist/scripts/calc_tickadj/ |
| calc_tickadj-opts.def | 48 means the following. If tick on that box is 10,000, by making the value 9999
|
| /src/sys/arch/i386/stand/lib/ |
| biosmca.S | 95 andb $0x02, %al # bit 1 set means MCA instead of ISA
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_trampoline_arm.S | 30 @ r1=0 means that we are tracing an entry event 61 @ 1 means that we are tracing an exit event 91 @ r1=2 means that we are tracing a tail exit event
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| missing.asm | 42 C words on the stack. This calling convention means that we need to move the 67 C This calling convention means that we need to move the return address down. 107 C This calling convention means that we need to move the return address down.
|