Home
last modified time | relevance | path

Searched defs:upper_half (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/safe_numerics/
Dutility.hpp134 const boost::uint_t<8>::exact upper_half = (t >> 8); in ilog2() local
140 const boost::uint_t<16>::exact upper_half = (t >> 16); in ilog2() local
146 const boost::uint_t<32>::exact upper_half = (t >> 32); in ilog2() local