Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:int2char

173 function int2char(n) { return BI_RM.charAt(n); }
263 if(p < BI_DB && (d = this_array[i]>>p) > 0) { m = true; r = int2char(d); }
274 if(m) r += int2char(d);