Searched defs:IsNormal (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dfpclassify.h53 inline bool IsNormal (double x) { function in namespace:ceres
64 inline bool IsNormal (double x) { return isnormal(x); }
81 inline bool IsNormal (double x) { return std::isnormal(x); }
H A Djet.h540 bool IsNormal(const Jet<T, N>& f) { function in namespace:ceres
541 if (!IsNormal(f.a)) {
545 if (!IsNormal(f.v[i])) {
/external/lzma/CPP/Windows/
H A DFileFind.h52 bool IsNormal() const { return MatchesMask(FILE_ATTRIBUTE_NORMAL); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp536 Value *IsNormal = local
540 V = Builder.CreateAnd(V, IsNormal, "and");
601 Value *IsNormal = local
605 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)),

Completed in 131 milliseconds