Searched defs:isNormal (Results 1 – 4 of 4) sorted by relevance
59 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
346 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function1221 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
203 bool isNormal(X)(X x) @trusted pure nothrow @nogc in isNormal() function
287 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope()