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