Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dintegral_c_fwd.hpp24 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)
Dintegral_c.hpp29 #define AUX_WRAPPER_NAME integral_c
40 struct integral_c<bool, C> struct
44 typedef integral_c type; argument
Dnegate.hpp60 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/
Dudt_builtin_mixture.hpp23 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 ;
Dint_float_mixture.hpp24 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 ;
Dsign_mixture.hpp24 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 ;
Dconverter.hpp26 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/numeric/conversion/
Dconverter_policies.hpp45 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_/
Darithmetic_op.hpp50 typedef integral_c<T,value> type; in BOOST_PP_CAT()
60 : integral_c<
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintegral_constant.hpp20 struct integral_constant : public mpl::integral_c<T, val>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dtimes.hpp133 : integral_c<
Dminus.hpp133 : integral_c<
Dplus.hpp133 : integral_c<