Home
last modified time | relevance | path

Searched refs:mass (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dspring_simulation.dart15 /// Creates a spring given the mass, stiffness, and the damping coefficient.
17 /// See [mass], [stiffness], and [damping] for the units of the arguments.
19 this.mass,
24 /// Creates a spring given the mass (m), stiffness (k), and damping ratio (ζ).
29 /// See [mass] and [stiffness] for the units for those arguments. The damping
32 this.mass,
35 }) : damping = ratio * 2.0 * math.sqrt(mass * stiffness);
37 /// The mass of the spring (m). The units are arbitrary, but all springs
38 /// within a system should use the same mass units.
39 final double mass;
[all …]
/third_party/boost/boost/units/systems/si/
Dmass.hpp22 typedef unit<mass_dimension,si::system> mass; typedef
24 BOOST_UNITS_STATIC_CONSTANT(kilogram,mass);
25 BOOST_UNITS_STATIC_CONSTANT(kilograms,mass);
26 BOOST_UNITS_STATIC_CONSTANT(kilogramme,mass);
27 BOOST_UNITS_STATIC_CONSTANT(kilogrammes,mass);
/third_party/boost/boost/units/systems/cgs/
Dmass.hpp22 typedef unit<mass_dimension,cgs::system> mass; typedef
24 BOOST_UNITS_STATIC_CONSTANT(gram,mass);
25 BOOST_UNITS_STATIC_CONSTANT(grams,mass);
26 BOOST_UNITS_STATIC_CONSTANT(gramme,mass);
27 BOOST_UNITS_STATIC_CONSTANT(grammes,mass);
/third_party/boost/libs/units/test/
Dtest_custom_unit.cpp67 bu::quantity<simple_unit<1, 0, 0> > mass = bu::quantity<simple_unit<1, 0, 0> >::from_value(2); in test_main() local
70 bu::quantity<simple_unit<1, 1, 0> > ml = mass * length; in test_main()
71 bu::quantity<simple_unit<1, -1, 0> > m_per_l = mass/length; in test_main()
76 mass += mass; in test_main()
78 BOOST_CHECK(mass.value() == 4); in test_main()
Dtest_conversion.cpp40 typedef bu::si::mass si_mass;
45 typedef bu::cgs::mass cgs_mass;
108 …BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::divide_typeof_helper<bu::cgs::mass, bu::si::mass>::type>… in BOOST_AUTO_TEST_CASE()
Dtest_header.hpp77 typedef unit<mass_dimension,system> mass; typedef
89 BOOST_UNITS_STATIC_CONSTANT(kilogram,mass);
90 BOOST_UNITS_STATIC_CONSTANT(kilograms,mass);
Dtest_implicit_conversion.cpp63 BOOST_CHECK((bu::is_implicitly_convertible<bu::si::mass,bu::cgs::mass>::value == false)); in test_main()
84 BOOST_CHECK((bu::is_implicitly_convertible<bu::cgs::mass,bu::si::mass>::value == false)); in test_main()
/third_party/icu/icu4c/source/test/testdata/cldr/units/
DunitPreferencesTest.txt260 mass; default; 001; 1100; 1100.0; kilogram; 11 / 10; 1.1; metric-ton
261 mass; default; 001; 1000; 1000.0; kilogram; 1; 1.0; metric-ton
262 mass; default; 001; 900; 900.0; kilogram; 900; 900.0; kilogram
263 mass; default; 001; 1; 1.0; kilogram; 1; 1.0; kilogram
264 mass; default; 001; 9 / 10; 0.9; kilogram; 900; 900.0; gram
265 mass; default; 001; 1 / 1000; 0.001; kilogram; 1; 1.0; gram
266 mass; default; 001; 9 / 10000; 9.0E-4; kilogram; 900; 900.0; milligram
267 mass; default; 001; 1 / 1000000; 1.0E-6; kilogram; 1; 1.0; milligram
268 mass; default; 001; 9 / 10000000; 9.0E-7; kilogram; 900; 900.0; microgram
269 mass; default; 001; 1 / 1000000000; 1.0E-9; kilogram; 1; 1.0; microgram
[all …]
DunitsTest.txt36 concentration-mass ; ofglucose ; item-per-kilogram ; 6,022,140,760,000,000,000,000,000,000,000/1,80…
112 mass ; microgram ; kilogram ; 0.000000001 * x ; 1.0E-6
113 mass ; milligram ; kilogram ; 0.000001 * x ; 0.001
114 mass ; grain ; kilogram ; 0.00006479891 * x ; 0.06479891
115 mass ; carat ; kilogram ; 0.0002 * x ; 0.2
116 mass ; gram ; kilogram ; 0.001 * x ; 1.0
117 mass ; ounce ; kilogram ; 0.028349523125 * x ; 28.34952
118 mass ; ounce-troy ; kilogram ; 0.03110348 * x ; 31.10348
119 mass ; pound ; kilogram ; 0.45359237 * x ; 453.5924
120 mass ; kilogram ; kilogram ; 1 * x ; 1,000.00
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/
DunitPreferencesTest.txt260 mass; default; 001; 1100; 1100.0; kilogram; 11 / 10; 1.1; metric-ton
261 mass; default; 001; 1000; 1000.0; kilogram; 1; 1.0; metric-ton
262 mass; default; 001; 900; 900.0; kilogram; 900; 900.0; kilogram
263 mass; default; 001; 1; 1.0; kilogram; 1; 1.0; kilogram
264 mass; default; 001; 9 / 10; 0.9; kilogram; 900; 900.0; gram
265 mass; default; 001; 1 / 1000; 0.001; kilogram; 1; 1.0; gram
266 mass; default; 001; 9 / 10000; 9.0E-4; kilogram; 900; 900.0; milligram
267 mass; default; 001; 1 / 1000000; 1.0E-6; kilogram; 1; 1.0; milligram
268 mass; default; 001; 9 / 10000000; 9.0E-7; kilogram; 900; 900.0; microgram
269 mass; default; 001; 1 / 1000000000; 1.0E-9; kilogram; 1; 1.0; microgram
[all …]
DunitsTest.txt36 concentration-mass ; ofglucose ; item-per-kilogram ; 6,022,140,760,000,000,000,000,000,000,000/1,80…
112 mass ; microgram ; kilogram ; 0.000000001 * x ; 1.0E-6
113 mass ; milligram ; kilogram ; 0.000001 * x ; 0.001
114 mass ; grain ; kilogram ; 0.00006479891 * x ; 0.06479891
115 mass ; carat ; kilogram ; 0.0002 * x ; 0.2
116 mass ; gram ; kilogram ; 0.001 * x ; 1.0
117 mass ; ounce ; kilogram ; 0.028349523125 * x ; 28.34952
118 mass ; ounce-troy ; kilogram ; 0.03110348 * x ; 31.10348
119 mass ; pound ; kilogram ; 0.45359237 * x ; 453.5924
120 mass ; kilogram ; kilogram ; 1 * x ; 1,000.00
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.c1541 struct mass_softc *mass = g_fmass; in fmass_partition_startup() local
1547 if (mass == NULL) in fmass_partition_startup()
1551 fmass = &mass->dev; in fmass_partition_startup()
1695 static int usbclass_mass_set_alt(struct mass_dev_s *mass, unsigned intf, unsigned alt) in usbclass_mass_set_alt() argument
1700 fmass_main_thread_signal(mass, FMASS_TASK_CONFIG_CHANGE); in usbclass_mass_set_alt()
1701 fmass_wakeup(mass); in usbclass_mass_set_alt()
1711 struct mass_dev_s *mass; in usbclass_mass_setup() local
1729 mass = drvr->dev; in usbclass_mass_setup()
1730 if (mass == NULL) in usbclass_mass_setup()
1745 return usbclass_mass_set_alt(mass, w_index, w_value); in usbclass_mass_setup()
[all …]
/third_party/flutter/flutter/packages/flutter/test/physics/
Dnewton_test.dart119 mass: 1.0, stiffness: 100.0), 0.0, 300.0, 0.0);
123 mass: 1.0, stiffness: 100.0, ratio: 1.0), 0.0, 300.0, 0.0);
127 mass: 1.0, stiffness: 100.0, ratio: 0.75), 0.0, 300.0, 0.0);
131 mass: 1.0, stiffness: 100.0, ratio: 1.25), 0.0, 300.0, 0.0);
136 const SpringDescription(mass: 1.0, stiffness: 100.0, damping: 20.0),
143 mass: 1.0, stiffness: 100.0, ratio: 1.0), 0.0, 500.0, 0.0);
168 mass: 1.0, stiffness: 100.0, ratio: 1.25), 0.0, 500.0, 0.0);
190 mass: 1.0, stiffness: 100.0, ratio: 0.25), 0.0, 300.0, 0.0);
207 mass: 1.0, stiffness: 50.0, ratio: 0.5);
236 mass: 1.0, stiffness: 50.0, ratio: 0.5);
[all …]
/third_party/boost/boost/units/systems/si/codata/
Dtypedefs.hpp44 typedef divide_typeof_helper<electric_charge,mass>::type electric_charge_over_mass;
45 typedef divide_typeof_helper<mass,amount>::type mass_over_amount;
63 divide_typeof_helper<divide_typeof_helper<volume,mass>::type,time>::type,
/third_party/icu/icu4c/source/data/unit/
Dlkt.txt40 mass{
81 mass{
130 mass{
Dar_SA.txt222 mass{
223 earth-mass{
271 solar-mass{
446 mass{
641 mass{
650 earth-mass{
674 solar-mass{
Dfr_HT.txt23 mass{
35 mass{
/third_party/skia/third_party/externals/icu/source/data/unit/
Dlkt.txt40 mass{
81 mass{
130 mass{
Dar_SA.txt222 mass{
223 earth-mass{
271 solar-mass{
446 mass{
641 mass{
650 earth-mass{
674 solar-mass{
Dfr_HT.txt23 mass{
35 mass{
/third_party/boost/libs/units/example/
Dtest_system.hpp105 typedef unit<mass_dimension,mks_system> mass; typedef
116 BOOST_UNITS_STATIC_CONSTANT(kilogram,mass);
117 BOOST_UNITS_STATIC_CONSTANT(kilograms,mass);
Dsystems.cpp116 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,grain,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
117 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,drachm,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
118 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,ounce,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
119 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,pound,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
120 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,stone,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
121 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,quarter,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
122 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,hundredweight,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
123 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(imperial,ton,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
162 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(metric,ton,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
214 BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM(us,grain,mass) in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dlkt.txt40 mass{
81 mass{
130 mass{
Dfr_HT.txt23 mass{
35 mass{
/third_party/boost/libs/graph/example/
Dread_graphviz.cpp41 property_map< graph_t, vertex_color_t >::type mass in main() local
43 dp.property("mass", mass); in main()

12345678910>>...18