Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/ops/
Deuclid.rs23 fn div_euclid(&self, v: &Self) -> Self; in div_euclid() method
132 fn div_euclid(&self, v: &f32) -> f32 { in div_euclid() method
154 fn div_euclid(&self, v: &f64) -> f64 { in div_euclid() method