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

  /external/compiler-rt/lib/
adddf3.c 76 const rep_t resultSign = aRep & signBit;
126 if (aExponent >= maxExponent) return fromRep(infRep | resultSign);
145 result |= resultSign;
addsf3.c 75 const rep_t resultSign = aRep & signBit;
125 if (aExponent >= maxExponent) return fromRep(infRep | resultSign);
144 result |= resultSign;

Completed in 70 milliseconds