Searched refs:atanl (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | atanl.s | 1 .global atanl 2 .type atanl,@function 3 atanl: label
|
/third_party/musl/src/math/x32/ |
H A D | atanl.s | 1 .global atanl 2 .type atanl,@function 3 atanl: label
|
/third_party/musl/src/math/x86_64/ |
H A D | atanl.s | 1 .global atanl 2 .type atanl,@function 3 atanl: label
|
/third_party/musl/src/math/ |
H A D | atan2l.c | 37 return atanl(y); in atan2l() 76 z = atanl(fabsl(y/x)); in atan2l()
|
H A D | atanl.c | 20 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 D | atan2l.c | 37 return atanl(y); in atan2l() 76 z = atanl(fabsl(y/x)); in atan2l()
|
H A D | atanl.c | 20 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 D | math_atan_test.cpp | 65 * @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 D | atanl.c | 13 #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 D | math.h | 153 long double atanl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 153 long double atanl(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 153 long double atanl(long double);
|
/third_party/musl/include/ |
H A D | math.h | 153 long double atanl(long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 74 {long double(*p)(long double) = atanl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 95 int mpatanl(struct t *t) { return mpl1(t, atanl); } in mpatanl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34087 extern long double atanl (long double __x) throw (); extern long double __atanl (long double __x) throw (); [all...] |
Completed in 32 milliseconds