Lines Matching refs:bs2
9 volatile vector bool short bs, bs2; variable
419 ss = ss + bs2; in test_add()
422 us = us + bs2; in test_add()
520 ss += bs2; in test_add_assign()
522 us += bs2; in test_add_assign()
649 ss = ss - bs2; in test_sub()
652 us = us - bs2; in test_sub()
750 ss -= bs2; in test_sub_assign()
752 us -= bs2; in test_sub_assign()
1131 bs = ~bs2; in test_not()
1267 ss = ss & bs2; in test_and()
1270 us = us & bs2; in test_and()
1272 bs = bs & bs2; in test_and()
1382 ss &= bs2; in test_and_assign()
1384 us &= bs2; in test_and_assign()
1385 bs &= bs2; in test_and_assign()
1525 ss = ss | bs2; in test_or()
1528 us = us | bs2; in test_or()
1530 bs = bs | bs2; in test_or()
1640 ss |= bs2; in test_or_assign()
1642 us |= bs2; in test_or_assign()
1643 bs |= bs2; in test_or_assign()
1783 ss = ss ^ bs2; in test_xor()
1786 us = us ^ bs2; in test_xor()
1788 bs = bs ^ bs2; in test_xor()
1898 ss ^= bs2; in test_xor_assign()
1900 us ^= bs2; in test_xor_assign()
1901 bs ^= bs2; in test_xor_assign()
2807 bs = ss == bs2; in test_cmpeq()
2810 bs = us == bs2; in test_cmpeq()
2812 bs = bs == bs2; in test_cmpeq()
2991 bs = ss != bs2; in test_cmpne()
2994 bs = us != bs2; in test_cmpne()
2996 bs = bs != bs2; in test_cmpne()
3092 bs = bs >= bs2; in test_cmpge()
3180 bs = bs > bs2; in test_cmpgt()
3268 bs = bs <= bs2; in test_cmple()
3356 bs = bs < bs2; in test_cmplt()