Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
H A Datan2l.s1 .global atan2l
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/src/math/x32/
H A Datan2l.s1 .global atan2l
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/src/math/x86_64/
H A Datan2l.s1 .global atan2l
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/src/math/
H A Datan2l.c21 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 Datan2l.c21 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 Dcargl.c11 return atan2l(cimagl(z), creall(z)); in cargl()
H A Dcatanl.c103 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_atan2_test.cpp65 * @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 Datan2l.c12 #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 Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/include/
H A Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c69 {long double(*p)(long double,long double) = atan2l;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c98 int mpatan2l(struct t *t) { return mpl2(t, atan2l); } in mpatan2l()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34089 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 29 milliseconds