Searched refs:logbl (Results 1 – 8 of 8) sorted by relevance
74 long double logbl(long double);
55 ld = logbl(ld); in main()
81 __attribute__((weak)) long double logbl(long double x) { return logb((double)x); } in logbl() function
238 long double logbl(long double x);1393 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __x) _NOEXCEPT {return logbl(__x);}1662 using ::logbl;
500 static_assert((std::is_same<decltype(logbl(0)), long double>::value), ""); in test_logb()
2269 logbl;
1043 static_assert((std::is_same<decltype(std::logbl(0)), long double>::value), ""); in test_logb()