Searched refs:atanl (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Datanl.S1 .global atanl
2 .type atanl,@function
3 atanl: label
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Datan2l.c35 return atanl(y);
85 z = atanl(fabsl(y / x));
H A Datanl.c20 long double atanl(long double x) { function
111 long double atanl(long double x) { function
127 if (e < 0x3fff - (LDBL_MANT_DIG + 1) / 2) { /* if |x| is small, atanl(x)~=x */
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h145 long double atanl(long double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk990 $(LOCAL_DIR)/third_party/math/atanl.c \
1007 $(LOCAL_DIR)/src/math/x86_64/atanl.S \

Completed in 24 milliseconds