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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivdf3.c100 uint32_t correction32; local
101 correction32 = -((uint64_t)recip32 * q31b >> 32);
102 recip32 = (uint64_t)recip32 * correction32 >> 31;
103 correction32 = -((uint64_t)recip32 * q31b >> 32);
104 recip32 = (uint64_t)recip32 * correction32 >> 31;
105 correction32 = -((uint64_t)recip32 * q31b >> 32);
106 recip32 = (uint64_t)recip32 * correction32 >> 31;

Completed in 103 milliseconds