Searched defs:isNormal (Results 1 – 3 of 3) sorted by relevance
64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
356 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function1233 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
286 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope()