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

  /external/compiler-rt/lib/
adddf3.c 24 rep_t bRep = toRep(b);
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;
addsf3.c 23 rep_t bRep = toRep(b);
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;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 988 milliseconds