Home
last modified time | relevance | path

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

/third_party/boost/boost/random/detail/
Dseed_impl.hpp300 void fill_array_int_impl(Iter& first, Iter last, UIntType (&x)[n]) in fill_array_int_impl() function
315 inline void fill_array_int_impl(Iter& first, Iter last, IntType (&x)[n], boost::mpl::true_) in fill_array_int_impl() function
319 fill_array_int_impl<w>(first, last, reinterpret_cast<unsigned_array&>(x)); in fill_array_int_impl()
323 inline void fill_array_int_impl(Iter& first, Iter last, IntType (&x)[n], boost::mpl::false_) in fill_array_int_impl() function
325 fill_array_int_impl<w>(first, last, x); in fill_array_int_impl()
331 fill_array_int_impl<w>(first, last, x, boost::random::traits::is_signed<IntType>()); in fill_array_int()