HomeSort by relevance Sort by last modified time
    Searched refs:cube_root_table (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/congestion_control/
cube_root.cc 48 const uint32 cube_root_table[] = { member in namespace:__anon9256
67 return ((cube_root_table[static_cast<uint32>(a)]) + 31) >> 6;
76 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)
cubic.cc 67 const uint32 cube_root_table[] = { member in namespace:net::__anon9257
91 return ((cube_root_table[static_cast<uint32>(a)]) + 31) >> 6;
100 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)

Completed in 2357 milliseconds