Home
last modified time | relevance | path

Searched refs:top_e (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h188 unsigned_type base_e, top_e; in Generate() local
192 top_e = (e >= std::numeric_limits<unsigned_type>::digits) in Generate()
204 top_e = in Generate()
211 const unsigned_type hi = (top_e >= p.range()) ? p.range() : top_e; in Generate()
/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
189 top_e = (e >= std::numeric_limits<unsigned_type>::digits) in Generate()
201 top_e = in Generate()
208 const unsigned_type hi = (top_e >= p.range()) ? p.range() : top_e; in Generate()