Searched refs:orig_v (Results 1 – 1 of 1) sorted by relevance
336 const uint32_t orig_v = v; in FastSLog2Slow_C() local348 correction = (23 * (orig_v & (y - 1))) >> 4; in FastSLog2Slow_C()360 const uint32_t orig_v = v; in FastLog2Slow_C() local368 if (orig_v >= APPROX_LOG_MAX) { in FastLog2Slow_C()371 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C()372 log_2 += (double)correction / orig_v; in FastLog2Slow_C()
Completed in 4 milliseconds