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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DIsNAN.cpp31 int IsNAN(float f) { return isnan(f); } function in namespace:llvm
32 int IsNAN(double d) { return isnan(d); } function in namespace:llvm

Completed in 169 milliseconds