Searched refs:atan2l (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | atan2l.s | 1 .global atan2l 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/src/math/x32/ |
H A D | atan2l.s | 1 .global atan2l 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/src/math/x86_64/ |
H A D | atan2l.s | 1 .global atan2l 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/src/math/ |
H A D | atan2l.c | 21 long double atan2l(long double y, long double x) in atan2l() function 28 long double atan2l(long double y, long double x) in atan2l() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | atan2l.c | 21 long double atan2l(long double y, long double x) in atan2l() function 28 long double atan2l(long double y, long double x) in atan2l() function
|
/third_party/musl/src/complex/ |
H A D | cargl.c | 11 return atan2l(cimagl(z), creall(z)); in cargl()
|
H A D | catanl.c | 103 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_atan2_test.cpp | 65 * @tc.desc: When the parameter of atan2l is valid, test the return value of the function. 70 EXPECT_DOUBLE_EQ(0.0L, atan2l(0.0L, 0.0L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | atan2l.c | 12 #include "sanity/atan2l.h" 13 #include "special/atan2l.h" 33 y = atan2l(p->x, p->x2); in main() 37 printf("%s:%d: bad fp exception: %s atan2l(%La,%La)=%La, want %s", in main() 44 printf("%s:%d: %s atan2l(%La,%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 | 157 long double atan2l(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/include/ |
H A D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 69 {long double(*p)(long double,long double) = atan2l;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 98 int mpatan2l(struct t *t) { return mpl2(t, atan2l); } in mpatan2l()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34089 extern long double atan2l (long double __y, long double __x) throw (); extern long double __atan2l (long double __y, long double __x) throw (); [all...] |
Completed in 38 milliseconds