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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c 82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b; 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
    [all...]
divtf3.c 82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b; 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
    [all...]
divtf3.c 82 uint64_t recip64 = UINT64_C(0x7504f333F9DE6484) - q63b; 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
    [all...]

Completed in 158 milliseconds