Searched refs:compare_to (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None): argument 637 if compare_to.version != self.version: 640 compare_to.name) 647 compare_to.print_header('Comparing with') 659 benchmarks_compatible = self.compatible(compare_to) 673 other = compare_to.tests[name] 712 other_min_time * MILLI_SECONDS * compare_to.warp / self.warp, 715 other_avg_time * MILLI_SECONDS * compare_to.warp / self.warp, 726 (other_total_min_time * compare_to.warp) - 1.0) * PERCENT) 732 (other_total_avg_time * compare_to.warp) - 1.0) * PERCENT) [all …]
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | test64.ll | 29 define void @example_cmpxchg(i64* %ptr, i64 %compare_to, i64 %new_value) nounwind uwtable sanitize_… 31 %0 = cmpxchg i64* %ptr, i64 %compare_to, i64 %new_value seq_cst seq_cst
|
/external/python/cpython2/Lib/test/ |
D | test_isinstance.py | 259 def blowstack(fxn, arg, compare_to): argument 262 tuple_arg = (compare_to,)
|