Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_generators_specific.hpp23 std::uniform_real_distribution<Float> m_dist; member in Catch::Generators::RandomFloatingGenerator
29 m_dist(a, b) { in RandomFloatingGenerator()
37 m_current_number = m_dist(m_rand); in next()
45 std::uniform_int_distribution<Integer> m_dist; member in Catch::Generators::RandomIntegerGenerator
51 m_dist(a, b) { in RandomIntegerGenerator()
59 m_current_number = m_dist(m_rand); in next()
/external/catch2/examples/
D300-Gen-OwnGenerator.cpp14 std::uniform_int_distribution<> m_dist; member in RandomIntGenerator
20 m_dist(low, high)
27 current_number = m_dist(m_rand); in next()
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h590 …m_bits, m_zhdr0, m_zhdr1, m_z_adler32, m_final, m_type, m_check_adler32, m_dist, m_counter, m_num_… member
Dminiz.c684 …num_bits = r->m_num_bits; bit_buf = r->m_bit_buf; dist = r->m_dist; counter = r->m_counter; num_ex… in tinfl_decompress()
918 …r->m_num_bits = num_bits; r->m_bit_buf = bit_buf; r->m_dist = dist; r->m_counter = counter; r->m_n… in tinfl_decompress()
/external/catch2/single_include/catch2/
Dcatch.hpp4061 std::uniform_real_distribution<Float> m_dist; member in Catch::Generators::RandomFloatingGenerator
4067 m_dist(a, b) { in RandomFloatingGenerator()
4075 m_current_number = m_dist(m_rand); in next()
4083 std::uniform_int_distribution<Integer> m_dist; member in Catch::Generators::RandomIntegerGenerator
4089 m_dist(a, b) { in RandomIntegerGenerator()
4097 m_current_number = m_dist(m_rand); in next()