Lines Matching full:exponent
62 nonzero. Exponent is 15 bits, fractional part is 63 bits, and
76 Exponent is 11 bits, fractional part is 52 bits, and there is a
128 /* If the exponent is zero, either we have a zero or a denormal.
143 mantissa so as to decide how much to bump the exponent down
160 /* Set the exponent appropriately, and we're done. */
168 /* If the exponent is 7FF, this is either an Infinity, a SNaN or
217 normalised number. Rebias the exponent and build the new
256 /* If the exponent is zero, either we have a zero or a denormal.
266 /* If the exponent is 7FFF, this is either an Infinity, a SNaN or
333 normalised number. Rebias the exponent and consider. */
374 Copy the exponent and mantissa into place. */
430 /* Extract the signed significand or exponent component as per
432 ULongs. Returns significand when getExp is zero and exponent
468 /* Split into sign, exponent and significand. */
471 /* Mask off exponent & sign. uSig is in range 0 .. 2^52-1. */
474 /* Get the exponent. */
477 /* Deal with denormals: if the exponent is zero, then the
480 1, and decrease the exponent accordingly.