Searched refs:acosl (Results 1 – 16 of 16) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 42 long double acosl(long double); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
/external/bison/linux-lib/ |
D | math.h | 538 # 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/ |
D | math.in.h | 226 # 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/ |
D | math.h | 538 # 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/ |
D | TargetLibraryInfo.h | 114 acosl, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 34 ldouble acosl(ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 105 long double acosl "npy_acosl"(long double x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 431 TLI.setUnavailable(LibFunc::acosl); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 41 [acosf acosl asinf asinl atanf atanl
|
/external/libcxx/include/ |
D | cmath | 52 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/ |
D | math_h.disabled.cpp | 22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), ""); in test_acos()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 75 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 879 LIBBUILTIN(acosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 46 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), ""); in test_acos()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1544 fun:acosl=uninstrumented
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|