Home
last modified time | relevance | path

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

/external/ceres-solver/google3/
Djet_traits.h48 static bool IsInf (const Type x) { return isinf(x); }
/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
2649 return IsInf(x) || (std::modf ( std::ldexp ( std::frexp ( x, &i ), n ), &t ) == 0.0);
/external/clang/lib/CodeGen/
DCGBuiltin.cpp587 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
596 Value *Result = Builder.CreateSelect(IsInf, SignResult, Zero); in EmitBuiltinExpr()
663 Value *IsInf = in EmitBuiltinExpr() local
668 Builder.CreateCondBr(IsInf, End, NotInf); in EmitBuiltinExpr()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1406 + IsInf.cpp \