Searched refs:cbrtl (Results 1 – 5 of 5) sorted by relevance
64 long double cbrtl(long double);
71 __attribute__((weak)) long double cbrtl(long double x) { return cbrt((double)x); } in cbrtl() function
170 long double cbrtl(long double x);1099 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __x) _NOEXCEPT {return cbrtl(__x);}1643 using ::cbrtl;
364 static_assert((std::is_same<decltype(cbrtl(0)), long double>::value), ""); in test_cbrt()
698 static_assert((std::is_same<decltype(std::cbrtl(0)), long double>::value), ""); in test_cbrt()