Searched refs:exponentBits (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dfp_lib.h92 #define exponentBits (typeWidth - significandBits - 1) macro
93 #define maxExponent ((1 << exponentBits) - 1)
98 #define signBit (REP_C(1) << (significandBits + exponentBits))
H A Dmuldf3.c76 // have (exponentBits + 2) integral digits, all but two of which must be
80 wideMultiply(aSignificand, bSignificand << exponentBits,
H A Dmulsf3.c76 // have (exponentBits + 2) integral digits, all but two of which must be
80 wideMultiply(aSignificand, bSignificand << exponentBits,

Completed in 107 milliseconds