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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivtf3.c81 const uint64_t q63b = bSignificand >> 49; local
82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b;
92 correction64 = -((rep_t)recip64 * q63b >> 64);
94 correction64 = -((rep_t)recip64 * q63b >> 64);
96 correction64 = -((rep_t)recip64 * q63b >> 64);
98 correction64 = -((rep_t)recip64 * q63b >> 64);
100 correction64 = -((rep_t)recip64 * q63b >> 64);
117 wideMultiply((rep_t)recip64, (rep_t)q63b, &dummy, &r64q63);

Completed in 100 milliseconds