Searched refs:biased_e (Results 1 – 1 of 1) sorted by relevance
49 int biased_e = static_cast<int>((u.u64 & kDpExponentMask) >> kDpSignificandSize); in DiyFp() local51 if (biased_e != 0) { in DiyFp()53 e = biased_e - kDpExponentBias; in DiyFp()