Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
H A Datanl.s1 .global atanl
2 .type atanl,@function
3 atanl: label
/third_party/musl/src/math/x32/
H A Datanl.s1 .global atanl
2 .type atanl,@function
3 atanl: label
/third_party/musl/src/math/x86_64/
H A Datanl.s1 .global atanl
2 .type atanl,@function
3 atanl: label
/third_party/musl/src/math/
H A Datan2l.c37 return atanl(y); in atan2l()
76 z = atanl(fabsl(y/x)); in atan2l()
H A Datanl.c20 long double atanl(long double x) in atanl() function
129 long double atanl(long double x) in atanl() function
146 if (e < 0x3fff - (LDBL_MANT_DIG+1)/2) { /* if |x| is small, atanl(x)~=x */ in atanl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Datan2l.c37 return atanl(y); in atan2l()
76 z = atanl(fabsl(y/x)); in atan2l()
H A Datanl.c20 long double atanl(long double x) in atanl() function
129 long double atanl(long double x) in atanl() function
146 if (e < 0x3fff - (LDBL_MANT_DIG+1)/2) { /* if |x| is small, atanl(x)~=x */ in atanl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_atan_test.cpp65 * @tc.desc: When the parameter of atanl is valid, test the return value of the function.
70 EXPECT_DOUBLE_EQ(0.0L, atanl(0.0L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Datanl.c13 #include "sanity/atanl.h"
14 #include "special/atanl.h"
34 y = atanl(p->x); in main()
38 printf("%s:%d: bad fp exception: %s atanl(%La)=%La, want %s", in main()
45 printf("%s:%d: %s atanl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h153 long double atanl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h153 long double atanl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h153 long double atanl(long double);
/third_party/musl/include/
H A Dmath.h153 long double atanl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c74 {long double(*p)(long double) = atanl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c95 int mpatanl(struct t *t) { return mpl1(t, atanl); } in mpatanl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34087 extern long double atanl (long double __x) throw (); extern long double __atanl (long double __x) throw ();
[all...]

Completed in 30 milliseconds