Lines Matching refs:left
45 print("(function(left) { return left / " + divisor + "; })");
46 var div_func = this.eval("(function(left) { return left / " + divisor + "; })");
47 var mod_func = this.eval("(function(left) { return left % " + divisor + "; })");
207 mod_func = this.eval("(function(left) { return left % " + divisors[j]+ "; })");
234 // With positive left hand side operand.
266 // With negative left hand side operand.