Searched refs:Max (Results 1 – 23 of 23) sorted by relevance
101 static T Max(const T x, const T y) { in Max() function154 T relative_margin = static_cast<T>(fraction * Max(Abs(x), Abs(y))); in WithinFractionOrMargin()155 return AbsDiff(x, y) <= Max(margin, relative_margin); in WithinFractionOrMargin()
33 // Max current in microamperes. This may be 0 if the device's kernel drivers36 // Max voltage. This may be 0 if the device's kernel drivers don't support
39 * @return priority Max priority that can be set with
215 size = Math.Max(size, MinArraySize); in EnsureSize()216 int newSize = Math.Max(array.Length * 2, size); in EnsureSize()
31 // Author: maxtroy@google.com (Max Cai)
81 /* Max ULPs while still being considered "equal". Only used when this number
84 /* Max ULPs while still being considered "equal". Only used when this number
100 /* Max ULPs while still being considered "equal". Only used when this number
102 /* Max ULPs while still being considered "equal". Only used when this number
23 Max Cai <maxtroy@google.com>
302 // Max number of jobs, when screen is ON.305 // Max number of jobs, when screen is OFF.319 // Max number of BG (== owned by non-TOP apps) jobs to run simultaneously.
115 case AtomicRMWInst::Max: return bitc::RMW_MAX; in GetEncodedRMWOperation()
83 // Max time taken in millis.
787 case bitc::RMW_MAX: return AtomicRMWInst::Max; in GetDecodedRMWOperation()
4297 // Max recorded CPU usage of all processed messages.4300 // Max recorded latency of all processed messages.4318 // Max dispatching delay of all processed messages.