Lines Matching refs:vec_max
1517 res_vsc = vec_max(vsc, vsc); in test6()
1521 res_vsc = vec_max(vbc, vsc); in test6()
1525 res_vsc = vec_max(vsc, vbc); in test6()
1529 res_vuc = vec_max(vuc, vuc); in test6()
1533 res_vuc = vec_max(vbc, vuc); in test6()
1537 res_vuc = vec_max(vuc, vbc); in test6()
1541 res_vs = vec_max(vs, vs); in test6()
1545 res_vs = vec_max(vbs, vs); in test6()
1549 res_vs = vec_max(vs, vbs); in test6()
1553 res_vus = vec_max(vus, vus); in test6()
1557 res_vus = vec_max(vbs, vus); in test6()
1561 res_vus = vec_max(vus, vbs); in test6()
1565 res_vi = vec_max(vi, vi); in test6()
1569 res_vi = vec_max(vbi, vi); in test6()
1573 res_vi = vec_max(vi, vbi); in test6()
1577 res_vui = vec_max(vui, vui); in test6()
1581 res_vui = vec_max(vbi, vui); in test6()
1585 res_vui = vec_max(vui, vbi); in test6()
1589 res_vf = vec_max(vf, vf); in test6()