Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint.h363 inline int BitwiseXor_PosNeg_ResultLength(int x_length, int y_length) { in BitwiseXor_PosNeg_ResultLength() function
/third_party/node/deps/v8/src/objects/
Dbigint.cc681 bigint::BitwiseXor_PosNeg_ResultLength(x->length(), y->length()); in BitwiseXor()