Lines Matching full:exponent
44 * leading 0, a dot, and an exponent in the form e+xxx for a total of
834 /* Number of bits in the exponent of an IEEE 754-2008 double precision
898 /* Extract the non-negative offset exponent and fraction. Record in encode_float()
906 /* Exponent of all-ones signals infinity or NaN, which are in encode_float()
956 /* Remove the offset from the exponent, and store the in encode_float()
958 * exponent as first bit isn't the implicit bit. in encode_float()
1070 * discard garbage from the exponent where the implicit 1 would be in encode_float()
1080 * the exponent. in encode_float()
1086 /* Adjust the offset exponent to be signed rather than offset, in encode_float()
1146 /* Use the specified precision and exponent to select the in encode_float()
1228 * this is significant so reduce the base-10 exponent. in encode_float()
1262 /* Emit the explicit exponent, if format requires it. */ in encode_float()
1750 * * any pre-exponent content from the converted value in z_cbvprintf_impl()
1752 * * any exponent content from the converted value in z_cbvprintf_impl()