Home
last modified time | relevance | path

Searched refs:length_mm (Results 1 – 15 of 15) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dunits_utility.cpp129 int length_mm = to_millimeter( length ); in length_units() local
132 if( length_mm % 1'000'000 == 0 ) { in length_units()
135 } else if( length_mm % 1'000 == 0 ) { in length_units()
138 } else if( length_mm % 10 == 0 ) { in length_units()
148 length_mm /= 25.4; in length_units()
149 if( length_mm == 0 ) { in length_units()
153 if( length_mm % 63360 == 0 ) { in length_units()
156 } else if( length_mm % 36 == 0 ) { in length_units()
159 } else if( length_mm % 12 == 0 ) { in length_units()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dunits_utility.cpp129 int length_mm = to_millimeter( length ); in length_units() local
132 if( length_mm % 1'000'000 == 0 ) { in length_units()
135 } else if( length_mm % 1'000 == 0 ) { in length_units()
138 } else if( length_mm % 10 == 0 ) { in length_units()
148 length_mm /= 25.4; in length_units()
149 if( length_mm == 0 ) { in length_units()
153 if( length_mm % 63360 == 0 ) { in length_units()
156 } else if( length_mm % 36 == 0 ) { in length_units()
159 } else if( length_mm % 12 == 0 ) { in length_units()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/euclid/src/
H A Dlength.rs388 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
391 let result = length_mm * cm_per_mm; in test_multiplication()
399 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
401 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Dlength.rs395 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
398 let result = length_mm * cm_per_mm; in test_multiplication()
406 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
408 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dlength.rs455 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
458 let result = length_mm * cm_per_mm; in test_multiplication()
466 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
468 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dlength.rs421 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
424 let result = length_mm * cm_per_mm; in test_multiplication()
432 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
434 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dlength.rs455 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
458 let result = length_mm * cm_per_mm; in test_multiplication()
466 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
468 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportTreeBuilder.cpp13 double length_mm, in Head() argument
21 , width_mm(length_mm) in Head()
H A DSupportTreeBuilder.hpp91 double length_mm,
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dlength.rs476 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
479 let result = length_mm * cm_per_mm; in test_multiplication()
487 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
489 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/euclid/src/
H A Dlength.rs476 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
479 let result = length_mm * cm_per_mm; in test_multiplication()
487 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
489 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dlength.rs476 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication() localVariable
479 let result = length_mm * cm_per_mm; in test_multiplication()
487 let length_mm: Length<f32, Mm> = Length::new(10.0); in test_multiplication_with_scalar() localVariable
489 let result = length_mm * 2.0; in test_multiplication_with_scalar()
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.h270 double niceTicSpacing( double length_mm, double range );
H A Dview.cpp145 double View::niceTicSpacing( double length_mm, double range ) in niceTicSpacing() argument
149 if ( length_mm <= 0 ) in niceTicSpacing()
154 qWarning() << "Non-positive length: length_mm="<<length_mm; in niceTicSpacing()
155 length_mm = 120; in niceTicSpacing()
163 double target = range * 16.0 / length_mm; in niceTicSpacing()
/dports/print/cups/cups-2.3.3op2/systemv/
H A Dcupstestppd.c3135 length_mm; /* Length in millimeters */ in check_sizes() local
3362 length_mm = size->length / 72.0 * 25.4; in check_sizes()
3364 snprintf(buf, sizeof(buf), "%.0fx%.0fmm", width_mm, length_mm); in check_sizes()