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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivtf3.c91 uint64_t correction64; 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 * correction64 >> 63;
98 correction64 = -((rep_t)recip64 * q63b >> 64);
99 recip64 = (rep_t)recip64 * correction64 >> 63;
100 correction64
[all...]

Completed in 45 milliseconds