Searched defs:f32_max (Results 1 – 3 of 3) sorted by relevance
62 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function107 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function155 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function
109 const float f32_max = 1.0; in LLVMFuzzerTestOneInput() local
535 pub fn f32_max(self, rhs: Size<f32>) -> Size<f32> { in f32_max() method