HomeSort by relevance Sort by last modified time
    Searched refs:quotientSign (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
divdf3.c 28 const rep_t quotientSign = (toRep(a) ^ toRep(b)) & signBit;
49 else return fromRep(aAbs | quotientSign);
53 if (bAbs == infRep) return fromRep(quotientSign);
59 else return fromRep(quotientSign);
62 if (!bAbs) return fromRep(infRep | quotientSign);
163 return fromRep(infRep | quotientSign);
169 return fromRep(quotientSign);
181 const double result = fromRep(absResult | quotientSign);
divsf3.c 28 const rep_t quotientSign = (toRep(a) ^ toRep(b)) & signBit;
49 else return fromRep(aAbs | quotientSign);
53 if (bAbs == infRep) return fromRep(quotientSign);
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);

Completed in 1140 milliseconds