Home
last modified time | relevance | path

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

/external/musl/src/math/
Dfdimf.c3 float fdimf(float x, float y) in fdimf() function
/external/rust/crates/libm/src/math/
Dfdimf.rs12 pub fn fdimf(x: f32, y: f32) -> f32 { in fdimf() function
Dmod.rs126 mod fdimf; module