Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/src/math/x86_64/
Datan2l.s1 .global atan2l symbol
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/src/math/i386/
Datan2l.s1 .global atan2l symbol
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/src/math/x32/
Datan2l.s1 .global atan2l symbol
2 .type atan2l,@function
3 atan2l: label
/third_party/musl/porting/liteos_a/kernel/src/math/
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/math/
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/
Dcargl.c11 return atan2l(cimagl(z), creall(z)); in cargl()
Dcatanl.c103 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
/third_party/musl/libc-test/src/math/
Datan2l.c33 y = atan2l(p->x, p->x2); in main()
Dtest_src_math.gni17 "atan2l",
/third_party/boost/libs/qvm/test/
Dmath_test.cpp83 test2<long double,long double>(&boost::qvm::atan2<long double>, &::atan2l); in main()
/third_party/boost/boost/qvm/
Dmath.hpp88 …NE_TRIVIAL long double atan2<long double>( long double x, long double y ) { return ::atan2l(x,y); } in atan2()
/third_party/musl/ndk_musl_include/
Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/libc-test/src/api/
Dmath.c69 {long double(*p)(long double,long double) = atan2l;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/include/
Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h157 long double atan2l(long double, long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h30 T(atan2l, ll_l)
Dmplibm.c98 int mpatan2l(struct t *t) { return mpl2(t, atan2l); } in mpatan2l()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def508 /// long double atan2l(long double y, long double x);
509 TLI_DEFINE_ENUM_INTERNAL(atan2l)
510 TLI_DEFINE_STRING_INTERNAL("atan2l")
/third_party/musl/
Dlibc.map.txt345 atan2l;
Dmusl_src.gni152 "src/math/x86_64/atan2l.s",
569 "src/math/atan2l.c",
1621 "src/math/atan2l.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni102 "$MUSLPORTINGDIR/src/math/atan2l.c",
/third_party/musl/libc-test/report_base/
DREPORT80 ../../third_party/musl/libc-test/src/math/special/atan2.h:28: RN atan2l(0x1p+0,0x1p+1023) want 0x1p…
81 ../../third_party/musl/libc-test/src/math/special/atan2.h:29: RN atan2l(0x1.8p+0,0x1p+1023) want 0x…
82 FAIL src/math/atan2l [status 1]