Searched refs:IsInf (Results 1 – 4 of 4) sorted by relevance
48 static bool IsInf (const Type x) { return isinf(x); }
74 #define IsInf(x) isinf(x) // Intel ICC compiler on Linux macro77 #define IsInf(x) (!_finite(x)) macro80 …#define IsInf(x) std::isinf(x) // GNU C/C++ (and/or other compilers), just hope for C… macro2649 return IsInf(x) || (std::modf ( std::ldexp ( std::frexp ( x, &i ), n ), &t ) == 0.0);
587 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local596 Value *Result = Builder.CreateSelect(IsInf, SignResult, Zero); in EmitBuiltinExpr()663 Value *IsInf = in EmitBuiltinExpr() local668 Builder.CreateCondBr(IsInf, End, NotInf); in EmitBuiltinExpr()
1406 + IsInf.cpp \