Home
last modified time | relevance | path

Searched refs:divides (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
76 struct divides< N1,N2,N3,N4,na > struct
78 : divides< divides< divides< N1,N2 >, N3>, N4>
82 , divides
90 struct divides< N1,N2,N3,na,na > struct
92 : divides< divides< N1,N2 >, N3>
96 , divides
104 struct divides< N1,N2,na,na,na > struct
112 , divides
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Ddivides.hpp68 struct divides struct
69 : divides< divides< divides< divides< N1,N2 >, N3>, N4>, N5>
73 , divides
81 struct divides< N1,N2,N3,N4,na > struct
83 : divides< divides< divides< N1,N2 >, N3>, N4>
87 , divides
95 struct divides< N1,N2,N3,na,na > struct
97 : divides< divides< N1,N2 >, N3>
101 , divides
109 struct divides< N1,N2,na,na,na > struct
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
Ddivides.rst1 .. Metafunctions/Arithmetic Operations//divides |40
3 divides title
18 struct divides
36 #include <boost/mpl/divides.hpp>
66 typedef divides<c1,\ |...|\ c\ *n*\>::type r;
84 typedef divides<c,c3,\ |...|\c\ *n*\>::type r;
90 typedef divides<c1,\ |...|\ c\ *n*\> r;
103 struct r : divides<c1,\ |...|\ c\ *n*\>::type {};
117 typedef divides< int_<-10>, int_<3>, long_<1> >::type r;
/third_party/boost/libs/ratio/test/ratio_extensions/
Dmpl_divides_pass.cpp28 typedef boost::mpl::divides<R1, R2> R; in test()
34 typedef boost::mpl::divides<R1, R2> R; in test()
40 typedef boost::mpl::divides<R1, R2> R; in test()
46 typedef boost::mpl::divides<R1, R2> R; in test()
52 typedef boost::mpl::divides<R1, R2> R; in test()
58 typedef boost::mpl::divides<R1, R2> R; in test()
64 typedef boost::mpl::divides<R1, R2> R; in test()
/third_party/boost/libs/mpl/test/
Darithmetic.cpp36 MPL_ASSERT_RELATION( (divides<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
37 MPL_ASSERT_RELATION( (divides<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
45 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
46 MPL_ASSERT_RELATION( (divides<_10,_1,_10>::value), ==, 1 ); in MPL_TEST_CASE()
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Ddivides.hpp76 struct divides struct
82 , divides<
91 , divides
110 BOOST_MPL_AUX_NA_SPEC2(2, 5, divides)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Ddivides.hpp76 struct divides struct
82 , divides<
91 , divides
115 BOOST_MPL_AUX_NA_SPEC2(2, 5, divides)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Ddivides.hpp76 struct divides struct
82 , divides<
93 , divides
117 BOOST_MPL_AUX_NA_SPEC2(2, 5, divides)
/third_party/boost/boost/accumulators/numeric/functional/
Dvector.hpp45 , acc_detail::make_vector<functional::divides<Left, Right> >
49 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
53 result[i] = numeric::divides(left[i], right); in operator /()
61 std::vector<typename functional::divides<Left, Right>::result_type>
64 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
68 result[i] = numeric::divides(left[i], right[i]); in operator /()
243 , divides<Left, double const>
244 , divides<Left, Right>
Dvalarray.hpp46 , acc_detail::make_valarray<functional::divides<Left, Right> >
50 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
54 result[i] = numeric::divides(left[i], right); in operator /()
176 BOOST_NUMERIC_FUNCTIONAL_DEFINE_VALARRAY_BIN_OP(divides, /)
230 , divides<Left, double const>
231 , divides<Left, Right>
/third_party/boost/libs/metaparse/doc/
Dgetting_started_24.qbk3 #include <boost/mpl/divides.hpp>
4 template <class L, class R> struct eval_binary_op<L, '/', R> : boost::mpl::divides<L, R>::type {};
/third_party/boost/boost/units/
Dunit.hpp227 typedef unit<typename mpl::divides<Dim1,Dim2>::type,homogeneous_system<System> > type;
240 typename mpl::divides<Dim1,Dim2>::type,
258 typename mpl::divides<Dim1,Dim2>::type,
276 typename mpl::divides<Dim1,Dim2>::type,
294 typename mpl::divides<Dim1,Dim2>::type,
Dheterogeneous_system.hpp192 typename mpl::divides<typename T0::value_type,T1>::type
275 typename mpl::divides<typename T0::type, typename T1::type>::type,
276 typename mpl::divides<typename T0::dimensions, typename T1::dimensions>::type,
277 typename mpl::divides<typename T0::scale, typename T1::scale>::type
Dstatic_rational.hpp104 (::boost::mpl::divides<N_type, den_type>::value));
106 (::boost::mpl::divides<D_type, den_type>::value));
113 (::boost::mpl::divides<N_type, den_type>::value),
114 (::boost::mpl::divides<D_type, den_type>::value)
Ddim.hpp137 …typedef boost::units::dim<typename T0::tag_type, typename mpl::divides<typename T0::value_type, T1…
147 …typedef boost::units::dim<typename T1::tag_type, typename mpl::divides<T0, typename T1::value_type…
/third_party/boost/boost/msm/front/euml/
Dstt_grammar.hpp147 proto::divides<proto::terminal<event_tag>,ActionGrammar >,
155 proto::divides<BuildEventPlusGuard, ActionGrammar>,
170 proto::divides<BuildSourceState,ActionGrammar >,
178 proto::divides<BuildSourcePlusGuard,
/third_party/boost/libs/units/example/
Ddimension.cpp84 typedef mpl::divides<length_dimension,time_dimension>::type L_T_type; in main()
86 mpl::divides<energy_dimension,mass_dimension>::type, in main()
/third_party/boost/libs/phoenix/doc/examples/
Dtransforming.qbk92 // Transform multiplies to divides
96 __proto_make_expr__<proto::tag::divides>(
103 // Transform divides to multiplies
105 struct invert_actions::when<phoenix::rule::divides>
/third_party/boost/libs/metaparse/example/calculator/
Dmain.cpp55 using boost::mpl::divides;
98 divides<typename State::type, typename back<C>::type>

12345678