Searched refs:num_buckets (Results 1 – 1 of 1) sorted by relevance
243 function ComputeHistogram(num_buckets = 30, is_free_x = true) { argument275 for (let j = 0; j < num_buckets; j++) buckets.push(0);278 let bucket_idx = parseInt(t / ((ub - lb) / num_buckets));