Lines Matching refs:TO
13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 // Keep reference to original values of some global properties. This
31 // changes to these properties.
48 if (x === 0) return 0; // To handle -0.
100 // It's more common to call this with a positive number that's out
104 // them to an unsigned 32-bit value using the shift operator.
106 // has to be -0, which wouldn't be the case with the shift.
123 return -1/0; // Compiler constant-folds this to -Infinity.
143 return 1/0; // Compiler constant-folds this to Infinity.