HomeSort by relevance Sort by last modified time
    Searched refs:LessThanOrEqualTo (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceUtils.h 129 inline static constexpr C2SupportedRange<T> LessThanOrEqualTo(T value) {
140 return LessThanOrEqualTo(value);
704 C2ParamFieldValuesBuilder<T> &lessThanOrEqualTo(T value) {
705 return limitTo(C2SupportedRange<T>::LessThanOrEqualTo(value));
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 179 bool LessThanOrEqualTo(ValueBound bound) const {
223 if (bound1.LessThanOrEqualTo(bound2)) {
226 if (bound2.LessThanOrEqualTo(bound1)) {
314 upper_.LessThanOrEqualTo(other_range->upper_);
    [all...]

Completed in 86 milliseconds