HomeSort by relevance Sort by last modified time
    Searched refs:integral_c (Results 1 - 14 of 14) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
integral_c_fwd.hpp 24 template< typename T, long N > struct integral_c;
26 template< typename T, T N > struct integral_c;
30 BOOST_MPL_AUX_ADL_BARRIER_DECL(integral_c)
integral_c.hpp 13 // $Id: integral_c.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
29 #define AUX_WRAPPER_NAME integral_c
40 struct integral_c<bool, C> struct
44 typedef integral_c type;
negate.hpp 17 #include <boost/mpl/integral_c.hpp>
60 typedef integral_c<T,value> type;
73 : integral_c< typename N::value_type, (-N::value) >
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
int_float_mixture.hpp 19 #include "boost/mpl/integral_c.hpp"
24 typedef mpl::integral_c<int_float_mixture_enum, integral_to_integral> int2int_c ;
25 typedef mpl::integral_c<int_float_mixture_enum, integral_to_float> int2float_c ;
26 typedef mpl::integral_c<int_float_mixture_enum, float_to_integral> float2int_c ;
27 typedef mpl::integral_c<int_float_mixture_enum, float_to_float> float2float_c ;
sign_mixture.hpp 19 #include "boost/mpl/integral_c.hpp"
24 typedef mpl::integral_c<sign_mixture_enum, unsigned_to_unsigned> unsig2unsig_c ;
25 typedef mpl::integral_c<sign_mixture_enum, signed_to_signed> sig2sig_c ;
26 typedef mpl::integral_c<sign_mixture_enum, signed_to_unsigned> sig2unsig_c ;
27 typedef mpl::integral_c<sign_mixture_enum, unsigned_to_signed> unsig2sig_c ;
udt_builtin_mixture.hpp 18 #include "boost/mpl/integral_c.hpp"
23 typedef mpl::integral_c<udt_builtin_mixture_enum, builtin_to_builtin> builtin2builtin_c ;
24 typedef mpl::integral_c<udt_builtin_mixture_enum, builtin_to_udt> builtin2udt_c ;
25 typedef mpl::integral_c<udt_builtin_mixture_enum, udt_to_builtin> udt2builtin_c ;
26 typedef mpl::integral_c<udt_builtin_mixture_enum, udt_to_udt> udt2udt_c ;
converter.hpp 21 #include "boost/mpl/integral_c.hpp"
26 typedef mpl::integral_c<std::float_round_style, std::round_toward_zero> round2zero_c ;
27 typedef mpl::integral_c<std::float_round_style, std::round_to_nearest> round2nearest_c ;
28 typedef mpl::integral_c<std::float_round_style, std::round_toward_infinity> round2inf_c ;
29 typedef mpl::integral_c<std::float_round_style, std::round_toward_neg_infinity> round2neg_inf_c ;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
integral_constant.hpp 11 #include <boost/mpl/integral_c.hpp>
20 struct integral_constant : public mpl::integral_c<T, val>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
arithmetic_op.hpp 17 # include <boost/mpl/integral_c.hpp>
50 typedef integral_c<T,value> type;
60 : integral_c<
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 78 template<int N> struct integral_c { }; struct in namespace:PR7985
81 integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate template ignored: could not match 'T [N]' against 'const Data<}}
100 integral_c<1> ic1 = array_lengthof(Description<int>::data);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 23 #include "boost/mpl/integral_c.hpp"
45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ;
66 typedef mpl::integral_c< std::float_round_style, std::round_toward_neg_infinity> round_style ;
85 typedef mpl::integral_c< std::float_round_style, std::round_toward_infinity> round_style ;
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
minus.hpp 133 : integral_c<
plus.hpp 133 : integral_c<
times.hpp 133 : integral_c<

Completed in 248 milliseconds