Searched refs:from_f32 (Results 1 – 2 of 2) sorted by relevance
505 fn from_f32(n: f32) -> Option<Self> { in from_f32() method581 fn from_f32(n: f32) -> Option<$T> {670 fn from_f32(f32);
351 assert_eq_from!(from_f32 from_f64); in newtype_from_primitive()