HomeSort by relevance Sort by last modified time
    Searched full:binary_complement (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 200 template<typename T> inline T binary_complement(T x) function in namespace:WebCore::CheckedInt_internal
264 has_sign_bit(binary_complement(T((result^x) & (result^y))))
266 binary_complement(x) >= y;
273 has_sign_bit(binary_complement(T((result^x) & (x^y))))

Completed in 176 milliseconds