Searched defs:Compute (Results 1 – 1 of 1) sorted by relevance
| /art/compiler/optimizing/ |
| D | nodes.h | 3156 template <typename T> bool Compute(T x, T y) const { return x == y; } in Compute() function 3199 template <typename T> bool Compute(T x, T y) const { return x != y; } in Compute() function 3236 template <typename T> bool Compute(T x, T y) const { return x < y; } in Compute() function 3273 template <typename T> bool Compute(T x, T y) const { return x <= y; } in Compute() function 3310 template <typename T> bool Compute(T x, T y) const { return x > y; } in Compute() function 3347 template <typename T> bool Compute(T x, T y) const { return x >= y; } in Compute() function 3385 template <typename T> bool Compute(T x, T y) const { in Compute() function 3425 template <typename T> bool Compute(T x, T y) const { in Compute() function 3465 template <typename T> bool Compute(T x, T y) const { in Compute() function 3505 template <typename T> bool Compute(T x, T y) const { in Compute() function [all …]
|