HomeSort by relevance Sort by last modified time
    Searched refs:BinaryComplement (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/numerics/
safe_math_impl.h 126 constexpr T BinaryComplement(T x) {
146 if (HasSignBit(BinaryComplement(
153 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
170 if (HasSignBit(BinaryComplement(
  /external/v8/src/base/
safe_math_impl.h 135 T BinaryComplement(T x) {
155 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
161 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
178 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))

Completed in 75 milliseconds