/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Numbers.py | 7 rounds = 120000 variable in CompareIntegers 11 for i in xrange(self.rounds): 195 for i in xrange(self.rounds): 203 rounds = 80000 variable in CompareFloats 207 for i in xrange(self.rounds): 391 for i in xrange(self.rounds): 399 rounds = 60000 variable in CompareFloatsIntegers 403 for i in xrange(self.rounds): 587 for i in xrange(self.rounds): 595 rounds = 70000 variable in CompareLongs [all …]
|
D | Exceptions.py | 7 rounds = 80000 variable in TryRaiseExcept 13 for i in xrange(self.rounds): 51 for i in xrange(self.rounds): 59 rounds = 150000 variable in TryExcept 63 for i in xrange(self.rounds): 690 for i in xrange(self.rounds):
|
D | Imports.py | 11 rounds = 40000 variable in SecondImport 15 for i in xrange(self.rounds): 48 for i in xrange(self.rounds): 56 rounds = 40000 variable in SecondPackageImport 60 for i in xrange(self.rounds): 93 for i in xrange(self.rounds): 100 rounds = 40000 variable in SecondSubmoduleImport 104 for i in xrange(self.rounds): 137 for i in xrange(self.rounds):
|
D | Lists.py | 7 rounds = 130000 variable in SimpleListManipulation 14 for i in xrange(self.rounds): 130 for i in xrange(self.rounds): 137 rounds = 800 variable in ListSlicing 144 for i in xrange(self.rounds): 163 for i in xrange(self.rounds): 171 rounds = 80000 variable in SmallLists 175 for i in xrange(self.rounds): 294 for i in xrange(self.rounds): 301 rounds = 20000 variable in SimpleListComprehensions [all …]
|
D | With.py | 8 rounds = 80000 variable in WithFinally 20 for i in xrange(self.rounds): 46 for i in xrange(self.rounds): 54 rounds = 80000 variable in TryFinally 68 for i in xrange(self.rounds): 153 for i in xrange(self.rounds): 161 rounds = 100000 variable in WithRaiseExcept 174 for i in xrange(self.rounds): 189 for i in xrange(self.rounds):
|
D | Dict.py | 7 rounds = 80000 variable in DictCreation 11 for i in xrange(self.rounds): 75 for i in xrange(self.rounds): 82 rounds = 200000 variable in DictWithStringKeys 88 for i in xrange(self.rounds): 164 for i in xrange(self.rounds): 171 rounds = 150000 variable in DictWithFloatKeys 177 for i in xrange(self.rounds): 253 for i in xrange(self.rounds): 260 rounds = 200000 variable in DictWithIntegerKeys [all …]
|
D | Strings.py | 8 rounds = 100000 variable in ConcatStrings 16 for i in xrange(self.rounds): 82 for i in xrange(self.rounds): 90 rounds = 200000 variable in CompareStrings 98 for i in xrange(self.rounds): 164 for i in xrange(self.rounds): 172 rounds = 300000 variable in CompareInternedStrings 180 for i in xrange(self.rounds): 246 for i in xrange(self.rounds): 254 rounds = 200000 variable in CreateStringsWithConcat [all …]
|
D | Unicode.py | 13 rounds = 60000 variable in ConcatUnicode 21 for i in xrange(self.rounds): 87 for i in xrange(self.rounds): 95 rounds = 150000 variable in CompareUnicode 103 for i in xrange(self.rounds): 169 for i in xrange(self.rounds): 177 rounds = 80000 variable in CreateUnicodeWithConcat 181 for i in xrange(self.rounds): 244 for i in xrange(self.rounds): 252 rounds = 140000 variable in UnicodeSlicing [all …]
|
D | Calls.py | 7 rounds = 60000 variable in PythonFunctionCalls 27 for i in xrange(self.rounds): 107 for i in xrange(self.rounds): 116 rounds = 100000 variable in ComplexPythonFunctionCalls 128 for i in xrange(self.rounds): 165 for i in xrange(self.rounds): 174 rounds = 60000 variable in BuiltinFunctionCalls 185 for i in xrange(self.rounds): 286 for i in xrange(self.rounds): 295 rounds = 30000 variable in PythonMethodCalls [all …]
|
D | Constructs.py | 7 rounds = 150000 variable in IfThenElse 12 for i in xrange(self.rounds): 467 for i in xrange(self.rounds): 474 rounds = 300 variable in NestedForLoops 481 for i in xrange(self.rounds): 492 for i in xrange(self.rounds): 499 rounds = 10000 variable in ForLoops 504 for i in xrange(self.rounds): 563 for i in xrange(self.rounds):
|
D | pybench.py | 194 rounds = 100000 variable in Test 223 self.rounds = int(self.rounds / warp) 224 if self.rounds == 0: 243 self.rounds = self.rounds 260 if self.rounds != other.rounds: 377 * self.rounds 400 rounds = 1 variable in Benchmark 533 (self.rounds, self.warp) 536 for i in range(self.rounds): 592 print ' Rounds: %s' % self.rounds [all …]
|
D | Instances.py | 7 rounds = 80000 variable in CreateInstances 29 for i in xrange(self.rounds): 65 for i in xrange(self.rounds):
|
D | NewInstances.py | 16 rounds = 60000 variable in CreateNewInstances 38 for i in xrange(self.rounds): 74 for i in xrange(self.rounds):
|
D | Arithmetic.py | 7 rounds = 120000 variable in SimpleIntegerArithmetic 11 for i in xrange(self.rounds): 155 for i in xrange(self.rounds): 162 rounds = 120000 variable in SimpleFloatArithmetic 166 for i in xrange(self.rounds): 310 for i in xrange(self.rounds): 317 rounds = 120000 variable in SimpleIntFloatArithmetic 321 for i in xrange(self.rounds): 465 for i in xrange(self.rounds): 473 rounds = 60000 variable in SimpleLongArithmetic [all …]
|
D | Lookups.py | 7 rounds = 100000 variable in SpecialClassAttribute 14 for i in xrange(self.rounds): 181 for i in xrange(self.rounds): 188 rounds = 100000 variable in NormalClassAttribute 195 for i in xrange(self.rounds): 367 for i in xrange(self.rounds): 374 rounds = 100000 variable in SpecialInstanceAttribute 382 for i in xrange(self.rounds): 555 for i in xrange(self.rounds): 562 rounds = 100000 variable in NormalInstanceAttribute [all …]
|
D | Tuples.py | 7 rounds = 500 variable in TupleSlicing 14 for i in xrange(self.rounds): 263 for i in xrange(self.rounds): 271 rounds = 90000 variable in SmallTuples 275 for i in xrange(self.rounds): 359 for i in xrange(self.rounds):
|
D | README | 66 -n arg number of rounds (10) 218 .test() which runs .rounds number of .operations test operations each 244 # Number of rounds to execute per test run. This should be 247 rounds = 100000 253 The test needs to run self.rounds executing 260 # Run test rounds 265 for i in xrange(self.rounds): 306 # Run test rounds (without actually doing any operation) 307 for i in xrange(self.rounds):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | log10.decTest | 143 -- some half-way point rounds, other cases, and negatives
|
D | ddMultiply.decTest | 450 -- The next rounds to Nmin (b**emin); this is the distinguishing case
|
D | dqMultiply.decTest | 454 -- the next rounds to Nmin
|
D | multiply.decTest | 707 -- the next rounds to Nmin
|
D | power.decTest | 184 -- '-1.23000e+2' -- rhs .. [was: -1.23455e+2, rounds to -123]
|
D | ddFMA.decTest | 563 -- the next rounds to Nmin
|
D | dqFMA.decTest | 575 -- the next rounds to Nmin
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat.txt | 123 rounds to the nearest integer value in the same format. (The floating-
|