Home | History | Annotate | Download | only in priv

Lines Matching full:mantissa

1898    /* If both exponent and mantissa are zero, the value is zero.
1906 /* If exponent is zero but mantissa isn't, it's a denormal.
1914 /* If the exponent is 7FF and the mantissa is zero, this is an infinity.
1922 /* If the exponent is 7FF and the mantissa isn't zero, this is a NaN.