Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Datanf.s1 .global atanf symbol
3 atanf: label
/external/trusty/musl/src/math/i386/
Datanf.s1 .global atanf symbol
3 atanf: label
/external/musl/src/math/
Datanf.c41 float atanf(float x) in atanf() function
/external/trusty/musl/src/math/
Datanf.c41 float atanf(float x) in atanf() function
/external/arm-optimized-routines/math/aarch64/experimental/
Datanf_2u9.c25 atanf (float x) in atanf() function
/external/rust/android-crates-io/crates/libm/src/math/
Datanf.rs40 pub fn atanf(mut x: f32) -> f32 { in atanf() function
Dmod.rs100 mod atanf; module
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h30 LIBC_INLINE float atanf(float x) { return __nv_atanf(x); } in atanf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h30 LIBC_INLINE float atanf(float x) { return __nv_atanf(x); } in atanf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h30 LIBC_INLINE float atanf(float x) { return __nv_atanf(x); } in atanf() function