Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h319 __libcpp_signbit(_A1 __lcpp_x) _NOEXCEPT in __libcpp_signbit() function
335 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x); in signbit()