Searched refs:test_right_shift (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dright_shift.pass.cpp29 void test_right_shift() function
41 test_right_shift<0>();
42 test_right_shift<1>();
43 test_right_shift<31>();
44 test_right_shift<32>();
45 test_right_shift<33>();
46 test_right_shift<63>();
47 test_right_shift<64>();
48 test_right_shift<65>();
49 test_right_shift<100
[all...]
H A Dright_shift_eq.pass.cpp29 void test_right_shift() function
46 test_right_shift<0>();
47 test_right_shift<1>();
48 test_right_shift<31>();
49 test_right_shift<32>();
50 test_right_shift<33>();
51 test_right_shift<63>();
52 test_right_shift<64>();
53 test_right_shift<65>();
54 test_right_shift<100
[all...]

Completed in 1232 milliseconds