Searched defs:Compute (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.h | 3458 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute() function 3501 template <typename T> static bool Compute(T x, T y) { return x != y; } in Compute() function 3538 template <typename T> static bool Compute(T x, T y) { return x < y; } in Compute() function 3575 template <typename T> static bool Compute(T x, T y) { return x <= y; } in Compute() function 3612 template <typename T> static bool Compute(T x, T y) { return x > y; } in Compute() function 3649 template <typename T> static bool Compute(T x, T y) { return x >= y; } in Compute() function 3687 template <typename T> static bool Compute(T x, T y) { in Compute() function 3727 template <typename T> static bool Compute(T x, T y) { in Compute() function 3767 template <typename T> static bool Compute(T x, T y) { in Compute() function 3807 template <typename T> static bool Compute(T x, T y) { in Compute() function [all …]
|