Searched refs:IsNormal (Results 1 – 10 of 10) sorted by relevance
53 inline bool IsNormal (double x) { in IsNormal() function64 inline bool IsNormal (double x) { return isnormal(x); }81 inline bool IsNormal (double x) { return std::isnormal(x); }
540 bool IsNormal(const Jet<T, N>& f) { in IsNormal() function541 if (!IsNormal(f.a)) { in IsNormal()545 if (!IsNormal(f.v[i])) { in IsNormal()
328 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()
52 bool IsNormal() const { return MatchesMask(FILE_ATTRIBUTE_NORMAL); } in IsNormal() function
254 bool IsNormal() const { in IsNormal() function
1218 if (lookup->IsInterceptor() || lookup->IsNormal()) return false; in LookupForWrite()1329 } else if (lookup.IsNormal() || in Store()
5222 if (!lookup->IsNormal() || in LookupGlobalProperty()10571 if (lookup.IsNormal() && lookup.GetValue()->IsJSFunction()) { in VisitCompareOperation()
2563 } else if (lookup.IsNormal()) { in RUNTIME_FUNCTION()2653 } else if (lookup.IsNormal()) { in RUNTIME_FUNCTION()
5102 ASSERT(result.IsNormal()); in GetHiddenPropertiesHashTable()
536 Value *IsNormal = in EmitBuiltinExpr() local540 V = Builder.CreateAnd(V, IsNormal, "and"); in EmitBuiltinExpr()601 Value *IsNormal = in EmitBuiltinExpr() local605 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)), in EmitBuiltinExpr()