Searched refs:quotientExponent (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Ddivdf3.c76 int quotientExponent = aExponent - bExponent + scale; local
153 quotientExponent--;
159 const int writtenExponent = quotientExponent + exponentBias;
H A Ddivsf3.c76 int quotientExponent = aExponent - bExponent + scale; local
138 quotientExponent--;
144 const int writtenExponent = quotientExponent + exponentBias;

Completed in 54 milliseconds