Home
last modified time | relevance | path

Searched refs:from_f32 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/num-traits/src/
Dcast.rs505 fn from_f32(n: f32) -> Option<Self> { in from_f32() method
581 fn from_f32(n: f32) -> Option<$T> {
670 fn from_f32(f32);
/third_party/rust/crates/num-traits/tests/
Dcast.rs351 assert_eq_from!(from_f32 from_f64); in newtype_from_primitive()