Home
last modified time | relevance | path

Searched refs:IsNormal (Results 1 – 10 of 10) sorted by relevance

/external/ceres-solver/include/ceres/
Dfpclassify.h52 inline bool IsNormal (double x) { in IsNormal() function
63 inline bool IsNormal (double x) { return isnormal(x); }
85 inline bool IsNormal (double x) { return std::isnormal(x); }
Djet.h608 bool IsNormal(const Jet<T, N>& f) { in IsNormal() function
609 if (!IsNormal(f.a)) { in IsNormal()
613 if (!IsNormal(f.v[i])) { in IsNormal()
/external/ceres-solver/internal/ceres/
Djet_test.cc328 EXPECT_FALSE(IsNormal(a)); in TEST()
339 EXPECT_FALSE(IsNormal(a)); in TEST()
350 EXPECT_FALSE(IsNormal(a)); in TEST()
361 EXPECT_TRUE(IsNormal(a)); in TEST()
/external/chromium_org/v8/src/
Dproperty.h209 if (IsNormal()) return true; in CanHoldValue()
308 bool IsNormal() { in IsNormal() function
Dic.cc1462 if (lookup->IsInterceptor() || lookup->IsNormal()) return false; in LookupForWrite()
1581 lookup.IsNormal() || in Store()
Dhydrogen.cc4667 if (!lookup->IsNormal() || in LookupGlobalProperty()
9187 if (lookup.IsNormal() && lookup.GetValue()->IsJSFunction()) { in VisitCompareOperation()
Druntime.cc2379 } else if (lookup.IsNormal()) { in RUNTIME_FUNCTION()
2470 } else if (lookup.IsNormal()) { in RUNTIME_FUNCTION()
/external/lzma/CPP/Windows/
DFileFind.h52 bool IsNormal() const { return MatchesMask(FILE_ATTRIBUTE_NORMAL); } in IsNormal() function
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp494 Value *IsNormal = new ICmpInst(EntryBB->getTerminator(), in insertExpensiveEHSupport() local
502 BranchInst::Create(ContBlock, CatchBB, IsNormal, EntryBB); in insertExpensiveEHSupport()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp525 Value *IsNormal = in EmitBuiltinExpr() local
529 V = Builder.CreateAnd(V, IsNormal, "and"); in EmitBuiltinExpr()
590 Value *IsNormal = in EmitBuiltinExpr() local
594 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)), in EmitBuiltinExpr()