Home | History | Annotate | Download | only in lib

Lines Matching refs:fromRep

41         if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
43 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
47 if (bAbs == infRep) return fromRep(qnanRep);
49 else return fromRep(aAbs | quotientSign);
53 if (bAbs == infRep) return fromRep(quotientSign);
57 if (!bAbs) return fromRep(qnanRep);
59 else return fromRep(quotientSign);
62 if (!bAbs) return fromRep(infRep | quotientSign);
148 return fromRep(infRep | quotientSign);
154 return fromRep(quotientSign);
166 return fromRep(absResult | quotientSign);