Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:or

9  * distribute, sublicense, and/or sell copies of the Software, and to
14 * included in all copies or substantial portions of the Software.
17 * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
18 * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
21 * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
22 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
24 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
451 // r != q, this != m. q or r may be null.
887 // (public) returns index of lowest 1-bit (or -1 if none)
1139 if(is1) { // ret == 1, don't bother squaring or multiplying it
1311 BigInteger.prototype.or = bnOr;