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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divdf3.c 82 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; 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
    [all...]
divdf3.c 82 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; 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
    [all...]

Completed in 21 milliseconds