Searched defs:op_andnot (Results 1 - 1 of 1) sorted by relevance

/external/v8/benchmarks/
H A 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); }

Completed in 62 milliseconds