Searched refs:smallestNormal (Results 1 – 1 of 1) sorted by relevance
355 updateMinAndMax(smallestNormal(f)); in Floaty()449 mMinValue = smallestNormal(-1.0f); in ExpandMin()490 mMaxValue = smallestNormal(1.0f); in ExpandMax()510 return 0 < af && af < smallestNormal(1.0f); in IsSubnormal()517 private double smallestNormal(double f) { in smallestNormal() method in Target.Floaty543 u = Math.max(u, smallestNormal(1.f)); in Ulp()559 u = Math.min(u, smallestNormal(-1.f)); in NegativeUlp()