Searched refs:IsInf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DIsInf.cpp1 //===-- IsInf.cpp - Platform-independent wrapper around C99 isinf() -------===//
46 int IsInf(float f) { return isinf(f); } function in namespace:llvm
47 int IsInf(double d) { return isinf(d); } function in namespace:llvm
H A DCMakeLists.txt34 IsInf.cpp
/macosx-10.10/objc4-646/runtime/
H A Dllvm-MathExtras.h394 int IsInf(float f);
395 int IsInf(double d);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h412 int IsInf(float f);
413 int IsInf(double d);
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp704 EXPECT_TRUE(IsInf(P.convertToDouble()) && P.convertToDouble() > 0.0);
707 EXPECT_TRUE(IsInf(P.convertToDouble()) && P.convertToDouble() < 0.0);

Completed in 148 milliseconds