Searched defs:isfinite (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DMathExtras.h84 inline bool isfinite(double x) { return finite(x) && !isnand(x); } function in namespace:std
102 inline bool isfinite(double x) { return finite(x); } function in namespace:std

Completed in 116 milliseconds