Home
last modified time | relevance | path

Searched defs:expm1f (Results 1 – 5 of 5) sorted by relevance

/external/arm-optimized-routines/pl/math/
Dexpm1f_1u6.c30 expm1f (float x) in expm1f() function
Dv_expm1f_1u6.c32 v_f32_t V_NAME (expm1f) (v_f32_t x) in V_NAME() argument
/external/musl/src/math/
Dexpm1f.c30 float expm1f(float x) in expm1f() function
/external/rust/crates/libm/src/math/
Dexpm1f.rs36 pub fn expm1f(mut x: f32) -> f32 { in expm1f() function
Dmod.rs122 mod expm1f; module