Searched defs:IsInf (Results 1 – 4 of 4) sorted by relevance
46 int IsInf(float f) { return isinf(f); } in IsInf() function47 int IsInf(double d) { return isinf(d); } in IsInf() function
76 #define IsInf(x) (isinf)(x) // GNU C++/Intel ICC compiler on Linux macro78 #define IsInf(x) (!_finite(x)) macro80 …#define IsInf(x) (std::isinf)(x) // GNU C/C++ (and/or other compilers), just hope for… macro
170 const static char IsInf[] = "isinf"; variable
873 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local936 Value *IsInf = in EmitBuiltinExpr() local