Home
last modified time | relevance | path

Searched defs:max_relative (Results 1 – 16 of 16) sorted by relevance

/dports/games/dose-response/dose-response-179c326/cargo-crates/approx-0.3.0/src/
H A Dlib.rs250 pub max_relative: T::Epsilon, field
272 pub fn max_relative(self, max_relative: T::Epsilon) -> Relative<T> { in max_relative() method
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/approx/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/approx-0.5.0/src/
H A Dlib.rs265 pub max_relative: A::Epsilon, field
295 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/approx-0.3.2/src/
H A Dlib.rs263 pub max_relative: A::Epsilon, field
293 pub fn max_relative(self, max_relative: A::Epsilon) -> Relative<A, B> { in max_relative() function
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/onyx/
H A Donyx_traffic_class.py312 min_relative, max_relative): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/plugins/modules/
H A Donyx_traffic_class.py307 min_relative, max_relative): argument
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_test_utils.h96 double max_relative = -1; variable
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dimage_test_utils.h95 double max_relative = -1; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_test_utils.h95 double max_relative = -1; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_test_utils.h95 double max_relative = -1; variable
/dports/devel/cgit/cgit-1.2.3/
H A Dui-shared.c680 void cgit_print_age(time_t t, int tz, time_t max_relative) in cgit_print_age()