Home | History | Annotate | Download | only in include

Lines Matching full:isnormal

147 bool isnormal(arithmetic x);
432 // isnormal
434 #ifdef isnormal
441 return isnormal(__lcpp_x);
444 #undef isnormal
449 isnormal(_A1 __lcpp_x) _NOEXCEPT
454 #endif // isnormal
643 using ::isnormal;