Searched refs:acosl (Results 1 – 5 of 5) sorted by relevance
47 long double acosl(long double);
54 __attribute__((weak)) long double acosl(long double x) { return acos((double)x); } in acosl() function
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;
22 static_assert((std::is_same<decltype(acosl(0)), long double>::value), ""); in test_acos()
46 static_assert((std::is_same<decltype(std::acosl(0)), long double>::value), ""); in test_acos()