Lines Matching refs:fromRep
38 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
40 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
44 if (bAbs) return fromRep(aAbs | productSign);
46 else return fromRep(qnanRep);
51 if (aAbs) return fromRep(bAbs | productSign);
53 else return fromRep(qnanRep);
57 if (!aAbs) return fromRep(productSign);
59 if (!bAbs) return fromRep(productSign);
90 if (productExponent >= maxExponent) return fromRep(infRep | productSign);
100 if (shift >= typeWidth) return fromRep(productSign);
121 return fromRep(productHi);