Home
last modified time | relevance | path

Searched refs:magnetic_flux_density (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/units/systems/si/
Dmagnetic_flux_density.hpp23 typedef unit<magnetic_flux_density_dimension,si::system> magnetic_flux_density; typedef
25 BOOST_UNITS_STATIC_CONSTANT(tesla,magnetic_flux_density);
26 BOOST_UNITS_STATIC_CONSTANT(teslas,magnetic_flux_density);
Dio.hpp71 inline std::string name_string(const reduce_unit<si::magnetic_flux_density>::type&) { return "tesla… in name_string()
72 inline std::string symbol_string(const reduce_unit<si::magnetic_flux_density>::type&) { return "T";… in symbol_string()
/third_party/boost/boost/units/systems/si/codata/
Dtypedefs.hpp46 typedef divide_typeof_helper<energy,magnetic_flux_density>::type energy_over_magnetic_flux_density;
47 typedef divide_typeof_helper<frequency,magnetic_flux_density>::type frequency_over_magnetic_flux_de…
/third_party/boost/libs/units/example/
Dkitchen_sink.cpp513 << quantity<magnetic_flux_density>(1.0*tesla) << std::endl in main()
534 << quantity<magnetic_flux_density>(1.0*tesla) << std::endl in main()