Home
last modified time | relevance | path

Searched refs:abs_diff_eq (Results 1 – 25 of 100) sorted by relevance

1234

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/approx/src/
H A Dabs_diff_eq.rs21 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
25 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
44 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
73 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/approx-0.3.0/src/
H A Dabs_diff_eq.rs20 fn abs_diff_eq(&self, other: &Self, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
24 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
43 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
71 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
100 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
114 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
128 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
142 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
158 fn abs_diff_eq(&self, other: &[T], epsilon: T::Epsilon) -> bool { in abs_diff_eq() function
178 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
H A Dlib.rs166 mod abs_diff_eq; module
172 pub use abs_diff_eq::AbsDiffEq;
218 T::abs_diff_eq(lhs, rhs, self.epsilon) in eq()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool;
27 !Self::abs_diff_eq(self, other, epsilon)
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon)
117 T::abs_diff_eq(*self, *other, epsilon)
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon)
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon)
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool {
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone())
[all …]
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/approx-0.5.0/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/approx-0.3.2/src/
H A Dabs_diff_eq.rs23 fn abs_diff_eq(&self, other: &Rhs, epsilon: Self::Epsilon) -> bool; in abs_diff_eq() method
27 !Self::abs_diff_eq(self, other, epsilon) in abs_diff_ne()
46 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
74 fn abs_diff_eq(&self, other: &$T, epsilon: $T) -> bool {
103 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
117 T::abs_diff_eq(*self, *other, epsilon) in abs_diff_eq()
131 T::abs_diff_eq(&self.get(), &other.get(), epsilon) in abs_diff_eq()
145 T::abs_diff_eq(&self.borrow(), &other.borrow(), epsilon) in abs_diff_eq()
162 fn abs_diff_eq(&self, other: &[B], epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
182 T::abs_diff_eq(&self.re, &other.re, epsilon.clone()) in abs_diff_eq()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/lab-0.11.0/src/
H A Dapprox_impl.rs11 fn abs_diff_eq(&self, other: &Lab, epsilon: Self::Epsilon) -> bool { in abs_diff_eq() method
12 AbsDiffEq::abs_diff_eq(&self.l, &other.l, epsilon) in abs_diff_eq()
13 && AbsDiffEq::abs_diff_eq(&self.a, &other.a, epsilon) in abs_diff_eq()
14 && AbsDiffEq::abs_diff_eq(&self.b, &other.b, epsilon) in abs_diff_eq()
42 fn abs_diff_eq(&self, other: &LCh, epsilon: Self::Epsilon) -> bool { in abs_diff_eq() method
43 AbsDiffEq::abs_diff_eq(&self.l, &other.l, epsilon) in abs_diff_eq()
44 && AbsDiffEq::abs_diff_eq(&self.c, &other.c, epsilon) in abs_diff_eq()
45 && AbsDiffEq::abs_diff_eq(&self.h, &other.h, epsilon) in abs_diff_eq()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/lab-0.11.0/src/
H A Dapprox_impl.rs11 fn abs_diff_eq(&self, other: &Lab, epsilon: Self::Epsilon) -> bool { in abs_diff_eq() method
12 AbsDiffEq::abs_diff_eq(&self.l, &other.l, epsilon) in abs_diff_eq()
13 && AbsDiffEq::abs_diff_eq(&self.a, &other.a, epsilon) in abs_diff_eq()
14 && AbsDiffEq::abs_diff_eq(&self.b, &other.b, epsilon) in abs_diff_eq()
42 fn abs_diff_eq(&self, other: &LCh, epsilon: Self::Epsilon) -> bool { in abs_diff_eq() method
43 AbsDiffEq::abs_diff_eq(&self.l, &other.l, epsilon) in abs_diff_eq()
44 && AbsDiffEq::abs_diff_eq(&self.c, &other.c, epsilon) in abs_diff_eq()
45 && AbsDiffEq::abs_diff_eq(&self.h, &other.h, epsilon) in abs_diff_eq()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/games/dose-response/dose-response-179c326/cargo-crates/approx-0.3.0/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/approx-0.5.0/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/approx-0.3.2/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/approx/tests/
H A Dmacros.rs22 let _: bool = abs_diff_eq!(1.0, 1.0);
23 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0);
28 let _: bool = abs_diff_eq!(1.0, 1.0,);
29 let _: bool = abs_diff_eq!(1.0, 1.0, epsilon = 1.0,);
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Darray_approx.rs20 fn abs_diff_eq(&self, other: &ArrayBase<S2, D>, epsilon: A::Epsilon) -> bool { in abs_diff_eq() function
27 .all(move |a, b| A::abs_diff_eq(a, b, epsilon.clone())) in abs_diff_eq()
93 pub fn abs_diff_eq<S2>(&self, other: &ArrayBase<S2, D>, epsilon: A::Epsilon) -> bool in abs_diff_eq() function
99 <Self as AbsDiffEq<_>>::abs_diff_eq(self, other, epsilon) in abs_diff_eq()
132 fn abs_diff_eq() { in abs_diff_eq() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/
H A Dequality.rs21 fn abs_diff_eq(&self, other: &Self, epsilon: T::Epsilon) -> bool {
22 $( self.$element.abs_diff_eq(&other.$element, epsilon) )&&+
89 fn abs_diff_eq(&self, other: &Self, epsilon: T::Epsilon) -> bool {
91 T::abs_diff_eq(&diff, &T::zero(), epsilon)

1234