Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:remainder

384     var remainder = x % y;
386 if ((remainder * y) < 0)
387 return remainder + y;
389 return remainder;