Lines Matching refs:vec_any_lt
1469 idx = vec_any_lt(vsc, vsc); in test_compare()
1471 idx = vec_any_lt(vsc, vbc); in test_compare()
1473 idx = vec_any_lt(vbc, vsc); in test_compare()
1475 idx = vec_any_lt(vuc, vuc); in test_compare()
1477 idx = vec_any_lt(vuc, vbc); in test_compare()
1479 idx = vec_any_lt(vbc, vuc); in test_compare()
1481 idx = vec_any_lt(vbc, vbc); in test_compare()
1483 idx = vec_any_lt(vss, vss); in test_compare()
1485 idx = vec_any_lt(vss, vbs); in test_compare()
1487 idx = vec_any_lt(vbs, vss); in test_compare()
1489 idx = vec_any_lt(vus, vus); in test_compare()
1491 idx = vec_any_lt(vus, vbs); in test_compare()
1493 idx = vec_any_lt(vbs, vus); in test_compare()
1495 idx = vec_any_lt(vbs, vbs); in test_compare()
1497 idx = vec_any_lt(vsi, vsi); in test_compare()
1499 idx = vec_any_lt(vsi, vbi); in test_compare()
1501 idx = vec_any_lt(vbi, vsi); in test_compare()
1503 idx = vec_any_lt(vui, vui); in test_compare()
1505 idx = vec_any_lt(vui, vbi); in test_compare()
1507 idx = vec_any_lt(vbi, vui); in test_compare()
1509 idx = vec_any_lt(vbi, vbi); in test_compare()
1511 idx = vec_any_lt(vsl, vsl); in test_compare()
1513 idx = vec_any_lt(vsl, vbl); in test_compare()
1515 idx = vec_any_lt(vbl, vsl); in test_compare()
1517 idx = vec_any_lt(vul, vul); in test_compare()
1519 idx = vec_any_lt(vul, vbl); in test_compare()
1521 idx = vec_any_lt(vbl, vul); in test_compare()
1523 idx = vec_any_lt(vbl, vbl); in test_compare()
1525 idx = vec_any_lt(vd, vd); in test_compare()