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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 37 typedef typename get_is_subranged<T,S>::type subranged ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
47 typedef typename mpl::if_<subranged,S,T>::type supertype ;
48 typedef typename mpl::if_<subranged,T,S>::type subtype ;
63 typedef mpl::false_ subranged ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
is_subranged.hpp 31 // Implementations of the compile time predicate "T is subranged"
38 // Signed to unsigned conversions are 'subranged' because of possible loose
59 // then the conversion is subranged.
79 // An integral conversion of the same sign is subranged if digits(T) < digits(S).
149 // Selectors for the implementations of the subranged predicate
converter.hpp 315 typedef typename Traits::subranged subranged ; typedef in struct:boost::numeric::convdetail::GetRC_Sig2Sig_or_Unsig2Unsig
317 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
401 typedef typename Traits::subranged subranged ; typedef in struct:boost::numeric::convdetail::GetRC_Float2Float
403 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;

Completed in 55 milliseconds