/third_party/musl/src/math/x86_64/ |
D | atan2l.s | 1 .global atan2l symbol 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/src/math/i386/ |
D | atan2l.s | 1 .global atan2l symbol 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/src/math/x32/ |
D | atan2l.s | 1 .global atan2l symbol 2 .type atan2l,@function 3 atan2l: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
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/math/ |
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/ |
D | cargl.c | 11 return atan2l(cimagl(z), creall(z)); in cargl()
|
D | catanl.c | 103 t = atan2l(2.0L * x, a) * 0.5L; in catanl()
|
/third_party/musl/libc-test/src/math/ |
D | atan2l.c | 33 y = atan2l(p->x, p->x2); in main()
|
D | test_src_math.gni | 17 "atan2l",
|
/third_party/boost/libs/qvm/test/ |
D | math_test.cpp | 83 test2<long double,long double>(&boost::qvm::atan2<long double>, &::atan2l); in main()
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 88 …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/ |
D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 69 {long double(*p)(long double,long double) = atan2l;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/include/ |
D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 157 long double atan2l(long double, long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 30 T(atan2l, ll_l)
|
D | mplibm.c | 98 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/ |
D | TargetLibraryInfo.def | 508 /// long double atan2l(long double y, long double x); 509 TLI_DEFINE_ENUM_INTERNAL(atan2l) 510 TLI_DEFINE_STRING_INTERNAL("atan2l")
|
/third_party/musl/ |
D | libc.map.txt | 345 atan2l;
|
D | musl_src.gni | 152 "src/math/x86_64/atan2l.s", 569 "src/math/atan2l.c", 1621 "src/math/atan2l.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 102 "$MUSLPORTINGDIR/src/math/atan2l.c",
|
/third_party/musl/libc-test/report_base/ |
D | REPORT | 80 ../../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]
|