Searched refs:hiExponent (Results 1 – 1 of 1) sorted by relevance
27 int hiExponent, loExponent, shift; in __fixunstfti() local46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()67 if (hiExponent < 63) { in __fixunstfti()69 } else if (hiExponent < 128) { in __fixunstfti()71 shift = hiExponent - 54; in __fixunstfti()