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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtf3.c92 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b; local
102 correction64 = -((rep_t)recip64 * q63b >> 64);
103 recip64 = (rep_t)recip64 * correction64 >> 63;
104 correction64 = -((rep_t)recip64 * q63b >> 64);
105 recip64 = (rep_t)recip64 * correction64 >> 63;
106 correction64 = -((rep_t)recip64 * q63b >> 64);
107 recip64 = (rep_t)recip64 * correction6
[all...]

Completed in 38 milliseconds