Searched refs:bExp (Results 1 – 1 of 1) sorted by relevance
59 const int bExp = db.IntegerExponent(); in CheckWithinHalfULP() local60 const int hExp = bExp - 1; in CheckWithinHalfULP()77 if (bExp >= 0) in CheckWithinHalfULP()78 bS_Exp2 += bExp; in CheckWithinHalfULP()80 dS_Exp2 -= bExp; in CheckWithinHalfULP()81 hS_Exp2 -= bExp; in CheckWithinHalfULP()