Searched refs:atan2l (Results 1 – 15 of 15) sorted by relevance
/external/stlport/stlport/stl/config/ |
D | _como.h | 86 # define atan2l atan2 macro 119 # define atan2l atan2 macro 160 # define atan2l atan2 macro
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 97 long double atan2l_ = atan2l(ld, ld); in test_builtins()
|
D | libcall-declarations.c | 12 long double atan2l(long double, long double); 264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 134 atan2l, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 42 ldouble atan2l(ldouble, ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 113 long double atan2l "npy_atan2l"(long double x)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 570 __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/ |
D | TargetLibraryInfo.cpp | 434 TLI.setUnavailable(LibFunc::atan2l); in initialize()
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
|
/external/libcxx/include/ |
D | cmath | 64 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;
|
D | complex | 902 return atan2l(0.L, __re);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), ""); in test_atan2()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 839 LIBBUILTIN(atan2l, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 103 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), ""); in test_atan2()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1601 fun:atan2l=uninstrumented
|