Searched refs:__capture_isnan (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h480 __capture_isnan(_Tp __f) { return isnan(__f); } function
551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); }

Completed in 201 milliseconds