Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libm/src/math/
Dexp10f.rs9 pub fn exp10f(x: f32) -> f32 { in exp10f() function
Dmod.rs117 mod exp10f; module
/external/musl/src/math/
Dexp10f.c5 float exp10f(float x) in exp10f() function
/external/trusty/musl/src/math/
Dexp10f.c5 float exp10f(float x) in exp10f() function
/external/llvm-libc/src/math/generic/
Dexp10f_impl.h24 LIBC_INLINE float exp10f(float x) { in exp10f() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dexp10f_impl.h27 LIBC_INLINE float exp10f(float x) { in exp10f() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dexp10f_impl.h27 LIBC_INLINE float exp10f(float x) { in exp10f() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h44 LIBC_INLINE float exp10f(float x) { return __nv_exp10f(x); } in exp10f() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h44 LIBC_INLINE float exp10f(float x) { return __nv_exp10f(x); } in exp10f() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h44 LIBC_INLINE float exp10f(float x) { return __nv_exp10f(x); } in exp10f() function