Searched refs:dstExpBits (Results 1 – 1 of 1) sorted by relevance
102 static const int dstExpBits = 8; variable112 static const int dstExpBits = 11; variable122 static const int dstExpBits = 15; variable157 return (sign << (dstBits - 1)) | (exp << (dstBits - 1 - dstExpBits)) | sigFrac; in construct_dst_rep()