Lines Matching refs:fromRep
33 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
41 else return fromRep(qnanRep);
46 if (aAbs) return fromRep(bAbs | productSign);
48 else return fromRep(qnanRep);
52 if (!aAbs) return fromRep(productSign);
54 if (!bAbs) return fromRep(productSign);
85 if (productExponent >= maxExponent) return fromRep(infRep | productSign);
95 if (shift >= typeWidth) return fromRep(productSign);
115 return fromRep(productHi);