Searched defs:FXSYS_isnan (Results 1 – 1 of 1) sorted by relevance
64 #define FXSYS_isnan(x) _isnan(x) macro67 #define FXSYS_isnan(x) std::isnan(x) macro70 #define FXSYS_isnan(x) isnan(x) macro