Searched refs:lower_bound (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/tests/cxx/unwind/
H A Dlibunwind_01.pass.cpp4 void backtrace(int lower_bound) { argument
19 if (n < lower_bound) {
/barrelfish-master/tools/harness/tests/
H A Dblk_tests.py268 lower_bound = bandwidth[self.machine][operation][bs] * (1 - 0.25)
272 if bw <= lower_bound:
273 error = "{} for {} bytes blocks not within expected range (was {}, should be >= {}).".format(operation, bs, bw, lower_bound)
/barrelfish-master/lib/cxx/cxx/
H A Dregex.cpp231 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
242 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
H A Dhash.cpp176 return *std::lower_bound(small_primes, small_primes + N, n);
185 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L)

Completed in 87 milliseconds