Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dexp10f.rs9 pub fn exp10f(x: f32) -> f32 { in exp10f() function
Dmod.rs101 mod exp10f; module
/external/musl/src/math/
Dexp10f.c5 float exp10f(float x) in exp10f() function