Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/util/
Dsys.rs62 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function
107 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function
155 pub(crate) fn f32_max(a: f32, b: f32) -> f32 { in f32_max() function
/external/liblc3/fuzz/
Defuzz.cc109 const float f32_max = 1.0; in LLVMFuzzerTestOneInput() local
/external/rust/android-crates-io/crates/taffy/src/
Dgeometry.rs535 pub fn f32_max(self, rhs: Size<f32>) -> Size<f32> { in f32_max() method