Lines Matching full:decimal
250 * the decimal point in a floating point conversion.
274 * * before a floating point mantissa decimal point
276 * * after a floating point mantissa decimal point due
299 /** Number of extra zeros to be inserted after a decimal
310 /** Get a size represented as a sequence of decimal digits.
744 /* Extract the next decimal character in the converted representation of a
857 * the decimal point).
997 /* Record whether we must retain the decimal point even if we in encode_float()
1020 /* Pad out to full range since this is below the decimal in encode_float()
1100 * 0 and -2 as the magnitude of a fractional decimal digit is 3 bits. in encode_float()
1194 /* Emit the digits above the decimal point. */ in encode_float()
1209 /* Emit the decimal point only if required by the alternative in encode_float()
1227 /* Emit the one digit before the decimal. If it's not zero, in encode_float()
1235 /* Emit the decimal point only if required by the alternative in encode_float()
1275 /* At most 3 digits to the decimal. Spit them out. */ in encode_float()
1292 * store EOS as a non-digit/non-decimal value so we don't have to in encode_float()
1746 * * any pre-decimal content from the converted value in z_cbvprintf_impl()
1748 * * any decimal point in the converted value in z_cbvprintf_impl()