Home
last modified time | relevance | path

Searched defs:Compute (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes_x86.h142 template <typename T> static T Compute(T x, T y) { return ~x & y; } in Compute() function
Dnodes.h3814 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute() function
3860 template <typename T> static bool Compute(T x, T y) { return x != y; } in Compute() function
3900 template <typename T> static bool Compute(T x, T y) { return x < y; } in Compute() function
3940 template <typename T> static bool Compute(T x, T y) { return x <= y; } in Compute() function
3979 template <typename T> static bool Compute(T x, T y) { return x > y; } in Compute() function
4018 template <typename T> static bool Compute(T x, T y) { return x >= y; } in Compute() function
4058 template <typename T> static bool Compute(T x, T y) { in Compute() function
4100 template <typename T> static bool Compute(T x, T y) { in Compute() function
4142 template <typename T> static bool Compute(T x, T y) { in Compute() function
4184 template <typename T> static bool Compute(T x, T y) { in Compute() function
[all …]