Home
last modified time | relevance | path

Searched defs:SquaredDistance (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/
H A Ddistance.rs27 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>; in compute_squared_distance()
32 pub struct SquaredDistance { struct
36 impl SquaredDistance { impl
46 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
55 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
62 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
69 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
76 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
86 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
116 impl SquaredDistance { impl
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/values/
H A Ddistance.rs27 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>; in compute_squared_distance()
32 pub struct SquaredDistance { struct
36 impl SquaredDistance { implementation
46 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
55 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
62 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
69 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
76 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
86 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
116 impl SquaredDistance { implementation
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/
H A Ddistance.rs27 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>; in compute_squared_distance()
32 pub struct SquaredDistance { struct
36 impl SquaredDistance { argument
46 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
55 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
62 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
69 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
76 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
86 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
116 impl SquaredDistance { implementation
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/
H A Ddistance.rs27 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>; in compute_squared_distance()
32 pub struct SquaredDistance { struct
36 impl SquaredDistance { impl
46 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
55 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
62 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
69 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
76 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
86 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
116 impl SquaredDistance { implementation
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/
H A Ddistance.rs26 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>; in compute_squared_distance()
31 pub struct SquaredDistance { struct
35 impl SquaredDistance { impl
45 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
52 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
59 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
66 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
73 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
100 impl SquaredDistance { impl
115 impl Add for SquaredDistance { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/animated/
H A Dtransform.rs137 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
318 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
468 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
801 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
815 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
979 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1143 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1322 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1401 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1450 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dsvg.rs37 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/www/firefox/firefox-99.0/servo/components/style/values/animated/
H A Dtransform.rs137 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
318 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
468 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
801 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
815 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
945 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1165 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1347 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1426 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1475 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dsvg.rs37 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/animated/
H A Dtransform.rs137 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
318 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
468 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
801 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
815 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
979 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1143 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1322 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1401 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1450 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dsvg.rs37 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/animated/
H A Dtransform.rs137 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
318 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
468 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
801 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
815 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
979 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1143 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1322 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1401 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
1450 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dsvg.rs37 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dcolor.rs75 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
234 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/include/mirtk/
H A DPoint.h808 inline double Point::SquaredDistance() const in SquaredDistance() function
814 inline double Point::SquaredDistance(const Point &p) const in SquaredDistance() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/animated/
H A Deffects.rs105 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
144 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
H A Dcolor.rs65 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
165 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_geometry.cpp60 TYPED_TEST(XYZPointTypesTest, SquaredDistance) in TYPED_TEST() argument
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Ddeprecated_point2.h255 inline ScalarType SquaredDistance( Point2 const & p ) const in SquaredDistance() function
353 inline T SquaredDistance( Point2<T> const & p1,Point2<T> const & p2 ){ in SquaredDistance() function
/dports/www/firefox/firefox-99.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs512 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
562 fn squared_distance_repeatable_list(&self, other: &Self) -> Result<SquaredDistance, ()> in squared_distance_repeatable_list()
576 fn squared_distance_with_zero(&self, other: &Self) -> Result<SquaredDistance, ()> in squared_distance_with_zero()
698 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/helpers/
H A Danimated_properties.mako.rs510 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
560 fn squared_distance_repeatable_list(&self, other: &Self) -> Result<SquaredDistance, ()> in squared_distance_repeatable_list()
574 fn squared_distance_with_zero(&self, other: &Self) -> Result<SquaredDistance, ()> in squared_distance_with_zero()
696 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/computed/
H A Dangle.rs95 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/www/firefox/firefox-99.0/servo/components/style/values/computed/
H A Dangle.rs95 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/computed/
H A Dangle.rs95 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/computed/
H A Dangle.rs95 fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()> { in compute_squared_distance()

1234