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

/external/stlport/stlport/stl/config/
H A D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/external/clang/test/CodeGen/
H A Dlibcalls.c97 long double atan2l_ = atan2l(ld, ld);
100 // CHECK-NO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
103 // CHECK-YES-NOT: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
H A Dlibcall-declarations.c12 long double atan2l(long double, long double);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
317 // CHECK-NOERRNO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h133 /// long double atan2l(long double y, long double x);
134 atan2l, enumerator in enum:llvm::LibFunc::Func
/external/clang/lib/Headers/
H A Dtgmath.h570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
/external/ltrace/etc/
H A Dlibm.so.conf42 ldouble atan2l(ldouble, ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp77 "atan2l",
434 TLI.setUnavailable(LibFunc::atan2l);
/external/stlport/stlport/stl/
H A D_cmath.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp103 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), "");

Completed in 7060 milliseconds