Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DIsInf.cpp46 int IsInf(float f) { return isinf(f); } in IsInf() function
47 int IsInf(double d) { return isinf(d); } in IsInf() function
/external/eigen/unsupported/test/mpreal/
Dmpreal.h76 #define IsInf(x) (isinf)(x) // GNU C++/Intel ICC compiler on Linux macro
78 #define IsInf(x) (!_finite(x)) macro
80 …#define IsInf(x) (std::isinf)(x) // GNU C/C++ (and/or other compilers), just hope for… macro
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h170 const static char IsInf[] = "isinf"; variable
/external/clang/lib/CodeGen/
DCGBuiltin.cpp873 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
936 Value *IsInf = in EmitBuiltinExpr() local