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

  /external/compiler-rt/lib/
divdf3.c 83 uint32_t recip32 = UINT32_C(0x7504f333) - q31b; local
93 correction32 = -((uint64_t)recip32 * q31b >> 32);
94 recip32 = (uint64_t)recip32 * correction32 >> 31;
95 correction32 = -((uint64_t)recip32 * q31b >> 32);
96 recip32 = (uint64_t)recip32 * correction32 >> 31;
97 correction32 = -((uint64_t)recip32 * q31b >> 32);
98 recip32 = (uint64_t)recip32 * correction32 >> 31
    [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]

Completed in 401 milliseconds