Searched defs:Compute (Results 1 – 5 of 5) sorted by relevance
142 template <typename T> static T Compute(T x, T y) { return ~x & y; } in Compute() function
439 def Compute(self, input_zip): member in PropertyFiles
333 def Compute(self, prefix): member in BlockImageDiff
810 enum class Compute { ASYNC, SYNC, BURST, FENCED }; enum
2239 TEST_F(ValidationTestExecution, Compute) { in TEST_F() argument