HomeSort by relevance Sort by last modified time
    Searched defs:operations (Results 1 - 25 of 561) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Exceptions.py 6 operations = 2 + 3 + 3 variable in class:TryRaiseExcept
58 operations = 15 * 10 variable in class:TryExcept
Tuples.py 6 operations = 3 * 25 * 10 * 7 variable in class:TupleSlicing
270 operations = 5*(1 + 3 + 6 + 2) variable in class:SmallTuples
Arithmetic.py 6 operations = 5 * (3 + 5 + 5 + 3 + 3 + 3) variable in class:SimpleIntegerArithmetic
161 operations = 5 * (3 + 5 + 5 + 3 + 3 + 3) variable in class:SimpleFloatArithmetic
316 operations = 5 * (3 + 5 + 5 + 3 + 3 + 3) variable in class:SimpleIntFloatArithmetic
472 operations = 5 * (3 + 5 + 5 + 3 + 3 + 3) variable in class:SimpleLongArithmetic
627 operations = 5 * (3 + 5 + 5 + 3 + 3 + 3) variable in class:SimpleComplexArithmetic
Constructs.py 6 operations = 30*3 # hard to say... variable in class:IfThenElse
473 operations = 1000*10*5 variable in class:NestedForLoops
498 operations = 5 * 5 variable in class:ForLoops
Dict.py 6 operations = 5*(5 + 5) variable in class:DictCreation
81 operations = 5*(6 + 6) variable in class:DictWithStringKeys
170 operations = 5*(6 + 6) variable in class:DictWithFloatKeys
259 operations = 5*(6 + 6) variable in class:DictWithIntegerKeys
348 operations = 5*(6 + 6 + 6 + 6) variable in class:SimpleDictManipulation
Imports.py 10 operations = 5 * 5 variable in class:SecondImport
55 operations = 5 * 5 variable in class:SecondPackageImport
99 operations = 5 * 5 variable in class:SecondSubmoduleImport
Lists.py 6 operations = 5* (6 + 6 + 6) variable in class:SimpleListManipulation
136 operations = 25*(3+1+2+1) variable in class:ListSlicing
170 operations = 5*(1+ 6 + 6 + 3 + 1) variable in class:SmallLists
300 operations = 6 variable in class:SimpleListComprehensions
326 operations = 6 variable in class:NestedListComprehensions
Numbers.py 6 operations = 30 * 5 variable in class:CompareIntegers
202 operations = 30 * 5 variable in class:CompareFloats
398 operations = 30 * 5 variable in class:CompareFloatsIntegers
594 operations = 30 * 5 variable in class:CompareLongs
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 21 package org.apache.xpath.operations;
Gte.java 21 package org.apache.xpath.operations;
Lt.java 21 package org.apache.xpath.operations;
Lte.java 21 package org.apache.xpath.operations;
NotEquals.java 21 package org.apache.xpath.operations;
Quo.java 21 package org.apache.xpath.operations;
String.java 21 package org.apache.xpath.operations;
And.java 21 package org.apache.xpath.operations;
Bool.java 21 package org.apache.xpath.operations;
Div.java 21 package org.apache.xpath.operations;
Minus.java 21 package org.apache.xpath.operations;
Mod.java 21 package org.apache.xpath.operations;
Mult.java 21 package org.apache.xpath.operations;
  /external/python/cpython2/Tools/pybench/
Exceptions.py 6 operations = 2 + 3 + 3 variable in class:TryRaiseExcept
58 operations = 15 * 10 variable in class:TryExcept
Tuples.py 6 operations = 3 * 25 * 10 * 7 variable in class:TupleSlicing
270 operations = 5*(1 + 3 + 6 + 2) variable in class:SmallTuples
  /external/python/cpython3/Tools/pybench/
Exceptions.py 6 operations = 2 + 3 + 3 variable in class:TryRaiseExcept
58 operations = 15 * 10 variable in class:TryExcept
Tuples.py 6 operations = 3 * 25 * 10 * 7 variable in class:TupleSlicing
270 operations = 5*(1 + 3 + 6 + 2) variable in class:SmallTuples

Completed in 119 milliseconds

1 2 3 4 5 6 7 8 91011>>