Searched defs:is_nan_helper (Results 1 – 1 of 1) sorted by relevance
111 inline bool is_nan_helper(T t, const boost::true_type&) in is_nan_helper() function128 inline bool is_nan_helper(T, const boost::false_type&) in is_nan_helper() function134 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnanq(f); } in is_nan_helper() function135 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnanq(f); } in is_nan_helper() function138 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return std::isnan(static_cast<do… in is_nan_helper() function139 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return std::isnan(static_cast<d… in is_nan_helper() function141 inline bool is_nan_helper(__float128 f, const boost::true_type&) { return ::isnan(static_cast<doubl… in is_nan_helper() function142 inline bool is_nan_helper(__float128 f, const boost::false_type&) { return ::isnan(static_cast<doub… in is_nan_helper() function