Searched refs:atanl (Results 1 – 17 of 17) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcalls.c | 87 long double atanl_ = atanl(ld); in test_builtins()
|
D | libcall-declarations.c | 54 long double atanl( long double); 272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
|
/external/bison/linux-lib/ |
D | math.h | 600 # undef atanl 601 _GL_FUNCDECL_SYS (atanl, long double, (long double x)); 603 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 604 _GL_CXXALIASWARN (atanl); 606 # undef atanl 608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 288 # undef atanl 289 _GL_FUNCDECL_SYS (atanl, long double, (long double x)); 291 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 292 _GL_CXXALIASWARN (atanl); 294 # undef atanl 296 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 600 # undef atanl 601 _GL_FUNCDECL_SYS (atanl, long double, (long double x)); 603 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 604 _GL_CXXALIASWARN (atanl); 606 # undef atanl 608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 144 atanl, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 38 ldouble atanl(ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 106 long double atanl "npy_atanl"(long double x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 433 TLI.setUnavailable(LibFunc::atanl); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/external/libcxx/include/ |
D | cmath | 60 long double atanl(long double x); 710 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);} 1619 using ::atanl;
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 38 static_assert((std::is_same<decltype(atanl(0)), long double>::value), ""); in test_atan()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 133 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 895 LIBBUILTIN(atanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 82 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), ""); in test_atan()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1606 fun:atanl=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|