Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.int/
H A Deval.pass.cpp56 bool bottom_tenth = false; in test_statistics() local
59 bottom_tenth = bottom_tenth || (u[i] <= (a + (b / 10) - (a / 10))); in test_statistics()
62 assert(bottom_tenth); // ...is populated in test_statistics()