Home | History | Annotate | Download | only in Support

Lines Matching full:hexadecimal

36 /* Assumed in hexadecimal significand parsing, and conversion to
37 hexadecimal strings. */
308 /* Return the trailing fraction of a hexadecimal number.
328 assert(p != end && "Invalid trailing hexadecimal fraction!");
517 when rounding up during hexadecimal output. */
525 /* Write out an integerPart in hexadecimal, starting with the most
2401 /* Hex floats require an exponent but not a hexadecimal point. */
2411 /* Implicit hexadecimal point? */
2690 /* Write out a hexadecimal representation of the floating point value
2707 what the leading hexadecimal digit should be. This implementation
2710 range, and the leading hexadecimal digit will be 0 (for denormals),
2758 /* Does the hard work of outputting the correctly rounded hexadecimal
2760 hexadecimal digits. If HEXDIGITS is zero the minimum number of
2809 of the hexadecimal point. We move the most significant digit
2810 left and add the hexadecimal point later. */