Searched defs:isNormal (Results 1 – 2 of 2) sorted by relevance
367 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
257 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope()