Home
last modified time | relevance | path

Searched defs:log1pf (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/i386/
Dlog1pf.s1 .global log1pf symbol
3 log1pf: label
/third_party/musl/src/math/
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/optimized-routines/math/aarch64/experimental/
Dlog1pf_2u1.c73 log1pf (float x) in log1pf() function
/third_party/rust/rust/library/std/src/sys/unix/
Dcmath.rs26 pub fn log1pf(n: f32) -> f32; in log1pf() function
/third_party/rust/rust/library/std/src/sys/windows/
Dcmath.rs22 pub fn log1pf(n: c_float) -> c_float; in log1pf() function