Home
last modified time | relevance | path

Searched refs:atanl (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/CodeGen/
Dlibcalls.c87 long double atanl_ = atanl(ld); in test_builtins()
Dlibcall-declarations.c54 long double atanl( long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
/external/bison/linux-lib/
Dmath.h600 # 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/
Dmath.in.h288 # 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/
Dmath.h600 # 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/
DTargetLibraryInfo.h144 atanl, enumerator
/external/ltrace/etc/
Dlibm.so.conf38 ldouble atanl(ldouble);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd106 long double atanl "npy_atanl"(long double x)
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp433 TLI.setUnavailable(LibFunc::atanl); in initialize()
/external/bison/m4/
Dmath_h.m441 [acosf acosl asinf asinl atanf atanl
/external/libcxx/include/
Dcmath60 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/
Dmath_h.disabled.cpp38 static_assert((std::is_same<decltype(atanl(0)), long double>::value), ""); in test_atan()
/external/clang/lib/Headers/
Dtgmath.h133 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan()
/external/clang/include/clang/Basic/
DBuiltins.def895 LIBBUILTIN(atanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp82 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), ""); in test_atan()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1606 fun:atanl=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…