Searched defs:exponentBits (Results 1 – 2 of 2) sorted by relevance
222 #define signBit (REP_C(1) << (significandBits + exponentBits)) macro
97 int exponentBits{R::bits - significandBits - 1}; in basicTests() local