Searched refs:rightOne (Results 1 – 1 of 1) sorted by relevance
682 static Right const rightOne( 1 ); in bitwise_equal_impl() local687 if( ( left & ( leftOne << counter ) ) != ( right & ( rightOne << counter ) ) ) { in bitwise_equal_impl()