Searched refs:System1 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/units/ |
D | unit.hpp | 151 class System1, 153 struct multiply_typeof_helper< unit<Dim1,homogeneous_system<System1> >, 159 typename detail::make_heterogeneous_system<Dim1, System1>::type, 169 class System1, 171 struct multiply_typeof_helper< unit<Dim1,heterogeneous_system<System1> >, 177 heterogeneous_system<System1>, 187 class System1, 189 struct multiply_typeof_helper< unit<Dim1,homogeneous_system<System1> >, 195 typename detail::make_heterogeneous_system<Dim1, System1>::type, 205 class System1, [all …]
|
D | lambda.hpp | 250 template<typename System1, typename Dim1, typename Unit2, typename Y> 252 boost::units::unit<Dim1, System1>, 255 boost::units::unit<Dim1, System1>, 261 template<typename System1, typename Dim1, typename Unit2, typename Y> 263 boost::units::unit<Dim1, System1>, 266 boost::units::unit<Dim1, System1>, 424 template<typename Dim1, typename Dim2, typename System1, typename System2> 426 boost::units::unit<Dim1, System1>, 429 boost::units::unit<Dim1, System1>, 435 template<typename Dim1, typename Dim2, typename System1, typename System2> [all …]
|
D | quantity.hpp | 593 template<class Dim1, class System1, 597 struct add_typeof_helper< quantity<unit<Dim1, System1>,X>,quantity<unit<Dim2, System2>,Y> > 626 template<class Dim1, class System1, 630 struct subtract_typeof_helper< quantity<unit<Dim1, System1>,X>,quantity<unit<Dim2, System2>,Y> > 1051 template<class System1, 1057 typename multiply_typeof_helper< unit<Dim1,System1>,quantity<Unit2,Y> >::type 1058 operator*(const unit<Dim1,System1>&,const quantity<Unit2,Y>& rhs) in operator *() argument 1060 typedef typename multiply_typeof_helper< unit<Dim1,System1>,quantity<Unit2,Y> >::type type; in operator *() 1066 template<class System1, 1072 typename divide_typeof_helper< unit<Dim1,System1>,quantity<Unit2,Y> >::type [all …]
|
/third_party/boost/libs/units/example/ |
D | radar_beam_height.cpp | 115 template<class return_type,class System1,class System2,typename T> 118 radar_beam_height(const quantity<unit<length_dimension,System1>,T>& radar_range, in radar_beam_height() argument
|