Lines Matching refs:bs2
10 volatile vector bool short bs, bs2; variable
303 ss = ss + bs2; in test_add()
315 us = us + bs2; in test_add()
405 ss += bs2; in test_add_assign()
413 us += bs2; in test_add_assign()
491 ss = ss - bs2; in test_sub()
503 us = us - bs2; in test_sub()
593 ss -= bs2; in test_sub_assign()
601 us -= bs2; in test_sub_assign()
931 bs = ~bs2; in test_not()
994 ss = ss & bs2; in test_and()
1006 us = us & bs2; in test_and()
1014 bs = bs & bs2; in test_and()
1107 ss &= bs2; in test_and_assign()
1115 us &= bs2; in test_and_assign()
1119 bs &= bs2; in test_and_assign()
1204 ss = ss | bs2; in test_or()
1216 us = us | bs2; in test_or()
1224 bs = bs | bs2; in test_or()
1317 ss |= bs2; in test_or_assign()
1325 us |= bs2; in test_or_assign()
1329 bs |= bs2; in test_or_assign()
1414 ss = ss ^ bs2; in test_xor()
1426 us = us ^ bs2; in test_xor()
1434 bs = bs ^ bs2; in test_xor()
1527 ss ^= bs2; in test_xor_assign()
1535 us ^= bs2; in test_xor_assign()
1539 bs ^= bs2; in test_xor_assign()
2238 bs = ss == bs2; in test_cmpeq()
2253 bs = us == bs2; in test_cmpeq()
2263 bs = bs == bs2; in test_cmpeq()
2393 bs = ss != bs2; in test_cmpne()
2408 bs = us != bs2; in test_cmpne()
2418 bs = bs != bs2; in test_cmpne()
2533 bs = bs >= bs2; in test_cmpge()
2608 bs = bs > bs2; in test_cmpgt()
2683 bs = bs <= bs2; in test_cmple()
2758 bs = bs < bs2; in test_cmplt()