Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/config/
D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/external/clang/test/CodeGen/
Dlibcalls.c97 long double atan2l_ = atan2l(ld, ld); in test_builtins()
Dlibcall-declarations.c12 long double atan2l(long double, long double);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h134 atan2l, enumerator
/external/ltrace/etc/
Dlibm.so.conf42 ldouble atan2l(ldouble, ldouble);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd113 long double atan2l "npy_atan2l"(long double x)
/external/clang/lib/Headers/
Dtgmath.h570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2()
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);} in __tg_carg()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp434 TLI.setUnavailable(LibFunc::atan2l); in initialize()
/external/stlport/stlport/stl/
D_cmath.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
/external/libcxx/include/
Dcmath64 long double atan2l(long double y, long double x);
725 …VISIBILITY long double atan2(long double __y, long double __x) _NOEXCEPT {return atan2l(__y, __x);}
1620 using ::atan2l;
Dcomplex902 return atan2l(0.L, __re);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), ""); in test_atan2()
/external/clang/include/clang/Basic/
DBuiltins.def839 LIBBUILTIN(atan2l, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp103 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), ""); in test_atan2()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1601 fun:atan2l=uninstrumented