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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivtf3.c82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b; local
92 correction64 = -((rep_t)recip64 * q63b >> 64);
93 recip64 = (rep_t)recip64 * correction64 >> 63;
94 correction64 = -((rep_t)recip64 * q63b >> 64);
95 recip64 = (rep_t)recip64 * correction64 >> 63;
96 correction64 = -((rep_t)recip64 * q63b >> 64);
97 recip64 = (rep_t)recip64 * correction6
[all...]

Completed in 94 milliseconds