OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 588 milliseconds