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

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DIsNAN.cpp1 //===-- IsNAN.cpp ---------------------------------------------------------===//
31 int IsNAN(float f) { return isnan(f); } function in namespace:llvm
32 int IsNAN(double d) { return isnan(d); } function in namespace:llvm
/freebsd-10.2-release/lib/clang/libllvmsupport/
H A DMakefile39 IsNAN.cpp \
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h526 int IsNAN(float f);
527 int IsNAN(double d);

Completed in 115 milliseconds