Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/float/
Dclose.rs22 pub struct IsClosePredicate { struct
28 impl IsClosePredicate { argument
84 impl Predicate<f64> for IsClosePredicate { implementation
115 impl reflection::PredicateReflection for IsClosePredicate { implementation
125 impl fmt::Display for IsClosePredicate { implementation
152 pub fn is_close(target: f64) -> IsClosePredicate { in is_close()