Searched defs:setExp (Results 1 – 3 of 3) sorted by relevance
181 …inline softfloat setExp(int e) const { softfloat x; x.v = (v & 0x807fffff) | (((e + 127) & 0xFF) <… in setExp() function318 inline softdouble setExp(int e) const in setExp() function