Searched refs:exp2 (Results 1 – 1 of 1) sorted by relevance
465 int exp2 = (int)((conv.U >> 52U) & 0x07FFU) - 1023; // effectively log2 in _etoa() local468 …int expval = (int)(0.1760912590558 + exp2 * 0.301029995663981 + (conv.F - 1.5) * 0.289529654602168… in _etoa()470 exp2 = (int)(expval * 3.321928094887362 + 0.5); in _etoa()471 const double z = expval * 2.302585092994046 - exp2 * 0.6931471805599453; in _etoa()473 conv.U = (uint64_t)(exp2 + 1023) << 52U; in _etoa()