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

/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Ddivdf3.c92 uint32_t correction32; local
93 correction32 = -((uint64_t)recip32 * q31b >> 32);
94 recip32 = (uint64_t)recip32 * correction32 >> 31;
95 correction32 = -((uint64_t)recip32 * q31b >> 32);
96 recip32 = (uint64_t)recip32 * correction32 >> 31;
97 correction32 = -((uint64_t)recip32 * q31b >> 32);
98 recip32 = (uint64_t)recip32 * correction32 >> 31;

Completed in 40 milliseconds