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

  /external/libchrome/base/numerics/
safe_math_impl.h 126 T BinaryComplement(T x) {
146 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
152 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
169 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
  /external/libweave/third_party/chromium/base/numerics/
safe_math_impl.h 125 T BinaryComplement(T x) {
145 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
151 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
168 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
  /external/pdfium/third_party/base/numerics/
safe_math_impl.h 107 T BinaryComplement(T x) {
127 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
133 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
150 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
  /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 1123 milliseconds