HomeSort by relevance Sort by last modified time
    Searched full:correction64 (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/builtins/
divtf3.c 91 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 = -((rep_t)recip64 * q63b >> 64)
    [all...]

Completed in 73 milliseconds