Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:cbit

897 function cbit(x) {
906 for(var i = 0; i < this.t; ++i) r += cbit(this_array[i]^x);