Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.h173 constexpr bool is_max() const { in is_max() function
357 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
/external/cronet/base/time/
Dtime.h200 constexpr bool is_max() const { return *this == Max(); } in is_max() function
432 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/time/
Dtime.h421 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/rust/crates/uuid/src/
Dlib.rs864 pub const fn is_max(&self) -> bool { in is_max() method
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()