Searched refs:bRep (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dadddf3.c24 rep_t bRep = toRep(b); local
26 const rep_t bAbs = bRep & absMask;
60 aRep = bRep;
61 bRep = temp;
66 int bExponent = bRep >> significandBits & maxExponent;
68 rep_t bSignificand = bRep & significandMask;
77 const bool subtraction = (aRep ^ bRep) & signBit;
H A Daddsf3.c23 rep_t bRep = toRep(b); local
25 const rep_t bAbs = bRep & absMask;
59 aRep = bRep;
60 bRep = temp;
65 int bExponent = bRep >> significandBits & maxExponent;
67 rep_t bSignificand = bRep & significandMask;
76 const bool subtraction = (aRep ^ bRep) & signBit;

Completed in 44 milliseconds