Home
last modified time | relevance | path

Searched defs:IsInf (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/mpreal/
Dmpreal.h74 #define IsInf(x) isinf(x) // Intel ICC compiler on Linux macro
77 #define IsInf(x) (!_finite(x)) macro
80 …#define IsInf(x) std::isinf(x) // GNU C/C++ (and/or other compilers), just hope for C… macro
/external/clang/lib/CodeGen/
DCGBuiltin.cpp587 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
663 Value *IsInf = in EmitBuiltinExpr() local