Searched refs:isSubnormal (Results 1 – 3 of 3) sorted by relevance
265 bool isSubnormal(X)(X x) @trusted pure nothrow @nogc in isSubnormal() function317 for (f = 1.0; !isSubnormal(f); f /= 2)327 for (f = 1.0; !isSubnormal(f); f /= 2) in subnormalTest()
2101 import std.math.traits : isSubnormal;2130 assert(T.mant_dig > double.mant_dig || isSubnormal(value));
5882 bool isSubnormal(X)(X x) @trusted pure nothrow @nogc5916 return isSubnormal((cast(double*)&x)[MANTISSA_MSB]);5932 for (f = 1.0; !isSubnormal(f); f /= 2)