Searched refs:test_bitwise (Results 1 – 4 of 4) sorted by relevance
5 test.cpp(13): Entering test case "test_bitwise"6 test.cpp(17): error: in "test_bitwise": check a == (a & ~1) has failed [171 != 170]. Bitwise compar…8 test.cpp(18): error: in "test_bitwise": check a == a + 1 has failed [171 != 172]. Bitwise compariso…13 test.cpp(21): error: in "test_bitwise": check a == b has failed [171 != 136]. Bitwise comparison fa…17 test.cpp(13): Leaving test case "test_bitwise"; testing time: 627us
13 BOOST_AUTO_TEST_CASE(test_bitwise) in BOOST_AUTO_TEST_CASE() argument
27 static void test_bitwise(void) in test_bitwise() function
74 static void test_bitwise(void) in test_bitwise() function