Home
last modified time | relevance | path

Searched refs:acosl (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c42 long double acosl(long double);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
/external/bison/linux-lib/
Dmath.h538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
/external/bison/lib/
Dmath.in.h226 # undef acosl
227 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
229 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
230 _GL_CXXALIASWARN (acosl);
232 # undef acosl
234 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
/external/bison/darwin-lib/
Dmath.h538 # undef acosl
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
541 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
542 _GL_CXXALIASWARN (acosl);
544 # undef acosl
546 _GL_WARN_ON_USE (acosl, "acosl is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h114 acosl, enumerator
/external/ltrace/etc/
Dlibm.so.conf34 ldouble acosl(ldouble);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd105 long double acosl "npy_acosl"(long double x)
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp431 TLI.setUnavailable(LibFunc::acosl); in initialize()
/external/bison/m4/
Dmath_h.m441 [acosf acosl asinf asinl atanf atanl
/external/libcxx/include/
Dcmath52 long double acosl(long double x);
680 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __x) _NOEXCEPT {return acosl(__x);}
1617 using ::acosl;
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), ""); in test_acos()
/external/clang/lib/Headers/
Dtgmath.h75 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos()
/external/clang/include/clang/Basic/
DBuiltins.def879 LIBBUILTIN(acosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp46 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), ""); in test_acos()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1544 fun:acosl=uninstrumented
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…