Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A Dmath.h427 __libcpp_isfinite(_A1 __lcpp_x) _NOEXCEPT in __libcpp_isfinite() function
441 return __libcpp_isfinite((typename std::__promote<_A1>::type)__lcpp_x); in isfinite()