Home
last modified time | relevance | path

Searched defs:is_max (Results 1 – 9 of 9) 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/stable/base/time/
Dtime.h209 constexpr bool is_max() const { return *this == Max(); } in is_max() function
427 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/cronet/tot/base/time/
Dtime.h209 constexpr bool is_max() const { return *this == Max(); } in is_max() function
427 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
Dtime.h422 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
Dtime.h422 constexpr bool is_max() const { return *this == Max(); } in is_max() function
/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-buffers.cpp2752 bool is_max = i & 1; in testRequests() local
2838 bool is_max = (num_bufs - 1) & 1; in testRequests() local
/external/rust/android-crates-io/crates/uuid/src/
Dlib.rs846 pub const fn is_max(&self) -> bool { in is_max() method
/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c614 bool is_max; in is_minmax_compatible() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()