Searched refs:recip32 (Results 1 - 1 of 1) sorted by last modified time

/external/compiler-rt/lib/builtins/
H A Ddivdf3.c84 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; local
94 correction32 = -((uint64_t)recip32 * q31b >> 32);
95 recip32 = (uint64_t)recip32 * correction32 >> 31;
96 correction32 = -((uint64_t)recip32 * q31b >> 32);
97 recip32 = (uint64_t)recip32 * correction32 >> 31;
98 correction32 = -((uint64_t)recip32 * q31b >> 32);
99 recip32 = (uint64_t)recip32 * correction3
[all...]

Completed in 175 milliseconds