Searched refs:DTRT_ALIASED (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/bigint/ |
D | BigUnsigned.cc | 120 #define DTRT_ALIASED(cond, op) \ macro 131 DTRT_ALIASED(this == &a || this == &b, add(a, b)); in add() 191 DTRT_ALIASED(this == &a || this == &b, subtract(a, b)); in subtract() 306 DTRT_ALIASED(this == &a || this == &b, multiply(a, b)); in multiply() 550 DTRT_ALIASED(this == &a || this == &b, bitAnd(a, b)); in bitAnd() 561 DTRT_ALIASED(this == &a || this == &b, bitOr(a, b)); in bitOr() 581 DTRT_ALIASED(this == &a || this == &b, bitXor(a, b)); in bitXor() 601 DTRT_ALIASED(this == &a, bitShiftLeft(a, b)); in bitShiftLeft() 626 DTRT_ALIASED(this == &a, bitShiftRight(a, b)); in bitShiftRight()
|
D | BigInteger.cc | 165 #define DTRT_ALIASED(cond, op) \ macro 174 DTRT_ALIASED(this == &a || this == &b, add(a, b)); in add() 210 DTRT_ALIASED(this == &a || this == &b, subtract(a, b)); in subtract() 248 DTRT_ALIASED(this == &a || this == &b, multiply(a, b)); in multiply() 367 DTRT_ALIASED(this == &a, negate(a)); in negate()
|