Home
last modified time | relevance | path

Searched refs:op_andnot (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js846 function op_andnot(x,y) { return x&~y; } function
847 function bnAndNot(a) { var r = nbi(); this.bitwiseTo(a,op_andnot,r); return r; }
929 function bnClearBit(n) { return this.changeBit(n,op_andnot); }