Searched refs:integral_c (Results 1 – 13 of 13) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | 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)
|
D | integral_c.hpp | 29 #define AUX_WRAPPER_NAME integral_c 40 struct integral_c<bool, C> struct 44 typedef integral_c type; argument
|
D | negate.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/ |
D | udt_builtin_mixture.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 ;
|
D | int_float_mixture.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 ;
|
D | sign_mixture.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 ;
|
D | converter.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/numeric/conversion/ |
D | converter_policies.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_/ |
D | arithmetic_op.hpp | 50 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/ |
D | integral_constant.hpp | 20 struct integral_constant : public mpl::integral_c<T, val>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | times.hpp | 133 : integral_c<
|
D | minus.hpp | 133 : integral_c<
|
D | plus.hpp | 133 : integral_c<
|