HomeSort by: relevance | last modified time | path
    Searched defs:correction64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c 91 uint64_t correction64; local in function:__divtf3
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...]
divtf3.c 91 uint64_t correction64; local in function:__divtf3
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 24 milliseconds