Searched refs:fast_log2 (Results 1 – 1 of 1) sorted by relevance
57 def fast_log2(x, p): function74 y = [ fast_log2(x[i], p) for i in range(len(x)) ]