Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h88 constexpr bool IsSubnormal() const { in IsSubnormal() function
92 return !(IsInfinite() || IsNotANumber() || IsSubnormal()); in IsNormal()
197 if (IsSubnormal()) { in FlushSubnormalToZero()
361 if (IsSubnormal()) { in UnbiasedExponent()