Home
last modified time | relevance | path

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

/external/trusty/musl/src/math/i386/
Dexp.s1 .global expm1f symbol
3 expm1f: label
/external/arm-optimized-routines/math/aarch64/experimental/
Dexpm1f_1u6.c28 expm1f (float x) in expm1f() function
/external/musl/src/math/
Dexpm1f.c30 float expm1f(float x) in expm1f() function
/external/trusty/musl/src/math/
Dexpm1f.c31 float expm1f(float x) in expm1f() function
/external/rust/android-crates-io/crates/libm/src/math/
Dexpm1f.rs36 pub fn expm1f(mut x: f32) -> f32 { in expm1f() function
Dmod.rs122 mod expm1f; module
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h46 LIBC_INLINE float expm1f(float x) { return __nv_expm1f(x); } in expm1f() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h46 LIBC_INLINE float expm1f(float x) { return __nv_expm1f(x); } in expm1f() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h46 LIBC_INLINE float expm1f(float x) { return __nv_expm1f(x); } in expm1f() function