Home
last modified time | relevance | path

Searched refs:dimensionless_type (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/boost/units/
Dderived_dimension.hpp25 template<class DT1 = dimensionless_type,long E1 = 0,
26 class DT2 = dimensionless_type,long E2 = 0,
27 class DT3 = dimensionless_type,long E3 = 0,
28 class DT4 = dimensionless_type,long E4 = 0,
29 class DT5 = dimensionless_type,long E5 = 0,
30 class DT6 = dimensionless_type,long E6 = 0,
31 class DT7 = dimensionless_type,long E7 = 0,
32 class DT8 = dimensionless_type,long E8 = 0>
46 … list< dim< DT8,static_rational<E8> >, dimensionless_type > > > > > > > > >::type type;
54 dimensionless_type,0,
[all …]
Dmake_system.hpp74 typedef homogeneous_system<dimensionless_type> type;
82 typedef homogeneous_system<list<T0, dimensionless_type> > type;
88 …typedef homogeneous_system<typename detail::insertion_sort<list<T0, list<T1, dimensionless_type> >…
94 …_system<typename detail::insertion_sort<list<T0, list<T1, list<T2, dimensionless_type> > > >::type…
100 …ypename detail::insertion_sort<list<T0, list<T1, list<T2, list<T3, dimensionless_type> > > > >::ty…
106 …etail::insertion_sort<list<T0, list<T1, list<T2, list<T3, list<T4, dimensionless_type> > > > > >::…
112 …sertion_sort<list<T0, list<T1, list<T2, list<T3, list<T4, list<T5, dimensionless_type> > > > > > >…
118 …ort<list<T0, list<T1, list<T2, list<T3, list<T4, list<T5, list<T6, dimensionless_type> > > > > > >…
124 …T0, list<T1, list<T2, list<T3, list<T4, list<T5, list<T6, list<T7, dimensionless_type> > > > > > >…
130 …T1, list<T2, list<T3, list<T4, list<T5, list<T6, list<T7, list<T8, dimensionless_type> > > > > > >…
[all …]
Dio.hpp427 …, heterogeneous_system<heterogeneous_system_impl<Units, Dimension, dimensionless_type> > >&, Subfo… in to_string_impl() argument
439 …pl(const unit<dimensionless_type, heterogeneous_system<heterogeneous_system_impl<dimensionless_typ… in to_string_impl() argument
449 …_string_impl(const unit<dimensionless_type, heterogeneous_system<heterogeneous_system_impl<dimensi… in to_string_impl() argument
466 …nsion, heterogeneous_system<heterogeneous_system_impl<Units, Dimension, dimensionless_type> > >()); in to_string_impl()
468 …nsion, heterogeneous_system<heterogeneous_system_impl<Units, Dimension, dimensionless_type> > >())) in to_string_impl()
488 …stem_impl<list<heterogeneous_system_dim<Unit, static_rational<1> >,dimensionless_type>, Dimension,… in to_string_impl() argument
493 …terogeneous_system_dim<Unit, static_rational<1> >, dimensionless_type>, Dimension, dimensionless_t… in to_string_impl()
505 …eterogeneous_system_dim<Unit, static_rational<1> >,dimensionless_type>, Dimension, dimensionless_t… in to_string_impl() argument
508 …ppend_units_to<list<heterogeneous_system_dim<Unit, static_rational<1> >,dimensionless_type> >(str); in to_string_impl()
528 …erogeneous_system_dim<scaled_base_unit<Unit, UnitScale>, static_rational<1> >, dimensionless_type>, in to_string_impl() argument
[all …]
Ddimensionless_type.hpp36 struct dimensionless_type struct
38 typedef dimensionless_type type;
51 BOOST_TYPEOF_REGISTER_TYPE(boost::units::dimensionless_type) argument
Dheterogeneous_system.hpp71 typedef dimensionless_type no_scale;
105 boost::units::dimensionless_type \
236 typedef dimensionless_type type;
333 typedef dimensionless_type type;
389 typedef dimensionless_type type;
Dscaled_base_unit.hpp67 dimensionless_type
70 dimensionless_type
Dis_dimensionless_unit.hpp27 public is_unit_of_dimension<T,dimensionless_type>
Dis_dimensionless_quantity.hpp27 public is_quantity_of_dimension<T,dimensionless_type>
Ddimensionless_unit.hpp30 typedef unit<dimensionless_type,System> type;
Dcmath.hpp647 acos(const quantity<unit<dimensionless_type, homogeneous_system<System> >,Y>& val) in acos() argument
657 acos(const quantity<unit<dimensionless_type, heterogeneous_dimensionless_system>,Y>& val) in acos() argument
667 asin(const quantity<unit<dimensionless_type, homogeneous_system<System> >,Y>& val) in asin() argument
677 asin(const quantity<unit<dimensionless_type, heterogeneous_dimensionless_system>,Y>& val) in asin() argument
687 atan(const quantity<unit<dimensionless_type, homogeneous_system<System> >, Y>& val) in atan() argument
697 atan(const quantity<unit<dimensionless_type, heterogeneous_dimensionless_system>, Y>& val) in atan() argument
/third_party/boost/libs/units/test/
Dtest_predicates.cpp55 BOOST_MPL_ASSERT((bu::is_dimension_list<bu::dimensionless_type>)); in main()
60 BOOST_MPL_ASSERT((bu::is_unit<bu::unit<bu::dimensionless_type, system1> >)); in main()
64 BOOST_MPL_ASSERT((bu::is_unit_of_system<bu::unit<bu::dimensionless_type, system1>, system1>)); in main()
66 … BOOST_MPL_ASSERT_NOT((bu::is_unit_of_system<bu::unit<bu::dimensionless_type, system1>, system2>)); in main()
71 …MPL_ASSERT((bu::is_unit_of_dimension<bu::unit<bu::dimensionless_type, system1>, bu::dimensionless_… in main()
73 …BOOST_MPL_ASSERT_NOT((bu::is_unit_of_dimension<bu::unit<bu::dimensionless_type, system1>, dimensio… in main()
74 …T_MPL_ASSERT_NOT((bu::is_unit_of_dimension<bu::unit<dimension, system1>, bu::dimensionless_type>)); in main()
75 BOOST_MPL_ASSERT_NOT((bu::is_unit_of_dimension<int, bu::dimensionless_type>)); in main()
78 BOOST_MPL_ASSERT((bu::is_quantity<bu::quantity<bu::unit<bu::dimensionless_type, system1> > >)); in main()
82 …BOOST_MPL_ASSERT((bu::is_quantity<bu::quantity<bu::unit<bu::dimensionless_type, system1>, int> >)); in main()
[all …]
Dtest_unscale.cpp51 boost::units::dimensionless_type
54 boost::units::dimensionless_type
/third_party/boost/libs/units/example/
Ddimension.cpp53 dimensionless_type, in main()
60 dimensionless_type, in main()
68 dimensionless_type, in main()
94 dimensionless_type, in main()
101 dimensionless_type, in main()
108 dimensionless_type, in main()
Dautoprefixes.cpp55 struct byte_base_unit : boost::units::base_unit<byte_base_unit, boost::units::dimensionless_type, 3>
61 struct thing_base_unit : boost::units::base_unit<thing_base_unit, boost::units::dimensionless_type,…
67 struct euro_base_unit : boost::units::base_unit<euro_base_unit, boost::units::dimensionless_type, 5>
/third_party/boost/boost/units/detail/
Ddimensionless_unit.hpp31 boost::units::dimensionless_type,
32 boost::units::dimensionless_type,
33 boost::units::dimensionless_type
72 boost::units::dimensionless_type,\
79 boost::units::dimensionless_type,\
Ddimension_impl.hpp86 typedef list<T, dimensionless_type> type;
103 typedef dimensionless_type type;
120 typedef dimensionless_type type;
240 typedef dimensionless_type type;
270 typedef dimensionless_type type;
294 typedef dimensionless_type type;
317 typedef dimensionless_type type;
337 typedef dimensionless_type type;
Dlinear_algebra.hpp80 typedef dimensionless_type type;
116 typedef dimensionless_type type;
144 typedef dimensionless_type type;
184 typedef dimensionless_type next_equations;
218 typedef list<typename RowsBegin::item::next, dimensionless_type> next_equations;
238 typedef dimensionless_type type;
397 typedef dimensionless_type identity_result;
398 typedef dimensionless_type new_matrix;
490 typedef dimensionless_type new_matrix;
491 typedef dimensionless_type identity_result;
[all …]
Dpush_front_or_add.hpp73 struct push_front_or_add<dimensionless_type, T>
75 typedef list<T, dimensionless_type> type;
Dsort.hpp76 typedef list<T, dimensionless_type> type;
93 typedef dimensionless_type type;
Ddimension_list.hpp28 struct dimensionless_type;
75 typedef units::dimensionless_type type;
Dheterogeneous_conversion.hpp30 typedef dimensionless_type type;
276 dimensionless_type,
277 dimensionless_type,
Dconversion_impl.hpp233 …typedef unit<dimensionless_type, heterogeneous_system<heterogeneous_system_impl<dimensionless_type
418 dimensionless_type
Dunscale.hpp82 typedef dimensionless_type type;
89 …typedef typename mpl::times<list<scale_list_dim<Scale>, dimensionless_type>, typename get_scale_li…
/third_party/boost/libs/units/tutorial/
Dtutorial_1.cpp63 typedef unit<dimensionless_type,system> dimensionless;
79 typedef unit<dimensionless_type,system> dimensionless;
/third_party/boost/boost/units/systems/cgs/
Dbase.hpp38 typedef unit<dimensionless_type,system> dimensionless;

12