HomeSort by relevance Sort by last modified time
    Searched refs:test_right_shift (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
right_shift.pass.cpp 35 void test_right_shift() function
47 test_right_shift<0>();
48 test_right_shift<1>();
49 test_right_shift<31>();
50 test_right_shift<32>();
51 test_right_shift<33>();
52 test_right_shift<63>();
53 test_right_shift<64>();
54 test_right_shift<65>();
55 test_right_shift<1000>()
    [all...]
right_shift_eq.pass.cpp 35 void test_right_shift() function
52 test_right_shift<0>();
53 test_right_shift<1>();
54 test_right_shift<31>();
55 test_right_shift<32>();
56 test_right_shift<33>();
57 test_right_shift<63>();
58 test_right_shift<64>();
59 test_right_shift<65>();
60 test_right_shift<1000>()
    [all...]

Completed in 165 milliseconds