Home
last modified time | relevance | path

Searched refs:base_e (Results 1 – 3 of 3) 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
190 base_e = static_cast<unsigned_type>(1) << d; in Generate()
199 base_e = in Generate()
210 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h185 unsigned_type base_e, top_e; in Generate() local
187 base_e = static_cast<unsigned_type>(1) << d; in Generate()
196 base_e = in Generate()
207 const unsigned_type lo = (base_e >= p.range()) ? p.range() : base_e; in Generate()
/third_party/boost/libs/filesystem/src/
Dpath.cpp381 path::iterator b = begin(), e = end(), base_b = base.begin(), base_e = base.end(); in lexically_relative() local
382 std::pair<path::iterator, path::iterator> mm = detail::mismatch(b, e, base_b, base_e); in lexically_relative()
385 if (mm.first == e && mm.second == base_e) in lexically_relative()
389 for (; mm.second != base_e; ++mm.second) in lexically_relative()