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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divdf3.c 91 uint32_t correction32; local in function:__divdf3
92 correction32 = -((uint64_t)recip32 * q31b >> 32);
93 recip32 = (uint64_t)recip32 * correction32 >> 31;
94 correction32 = -((uint64_t)recip32 * q31b >> 32);
95 recip32 = (uint64_t)recip32 * correction32 >> 31;
96 correction32 = -((uint64_t)recip32 * q31b >> 32);
97 recip32 = (uint64_t)recip32 * correction32 >> 31;
divdf3.c 91 uint32_t correction32; local in function:__divdf3
92 correction32 = -((uint64_t)recip32 * q31b >> 32);
93 recip32 = (uint64_t)recip32 * correction32 >> 31;
94 correction32 = -((uint64_t)recip32 * q31b >> 32);
95 recip32 = (uint64_t)recip32 * correction32 >> 31;
96 correction32 = -((uint64_t)recip32 * q31b >> 32);
97 recip32 = (uint64_t)recip32 * correction32 >> 31;

Completed in 22 milliseconds