Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h3433 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute() function
3476 template <typename T> static bool Compute(T x, T y) { return x != y; } in Compute() function
3513 template <typename T> static bool Compute(T x, T y) { return x < y; } in Compute() function
3550 template <typename T> static bool Compute(T x, T y) { return x <= y; } in Compute() function
3587 template <typename T> static bool Compute(T x, T y) { return x > y; } in Compute() function
3624 template <typename T> static bool Compute(T x, T y) { return x >= y; } in Compute() function
3662 template <typename T> static bool Compute(T x, T y) { in Compute() function
3702 template <typename T> static bool Compute(T x, T y) { in Compute() function
3742 template <typename T> static bool Compute(T x, T y) { in Compute() function
3782 template <typename T> static bool Compute(T x, T y) { in Compute() function
[all …]