Searched refs:shiftFrac (Results 1 – 1 of 1) sorted by relevance
146 const double shiftFrac = deLdExp(frac, shift); in round() local147 const double roundFrac = upward ? deCeil(shiftFrac) : deFloor(shiftFrac); in round()