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:__anon11288
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 63 const uint32 cube_root_table[] = { member in namespace:net::__anon11289
87 return ((cube_root_table[static_cast<uint32>(a)]) + 31) >> 6;
96 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift)

Completed in 1492 milliseconds