HomeSort by relevance Sort by last modified time
    Searched full:t_exponent (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
is_subranged.hpp 112 typedef mpl::int_< ::std::numeric_limits<T>::max_exponent > T_exponent ;
114 typedef typename mpl::less<T_exponent,S_exponent>::type T_smaller_exponent ;
116 typedef typename mpl::equal_to<T_exponent,S_exponent>::type equal_exponents ;

Completed in 155 milliseconds