Lines Matching refs:vec_max
1590 res_vsc = vec_max(vsc, vsc); in test6()
1594 res_vsc = vec_max(vbc, vsc); in test6()
1598 res_vsc = vec_max(vsc, vbc); in test6()
1602 res_vuc = vec_max(vuc, vuc); in test6()
1606 res_vuc = vec_max(vbc, vuc); in test6()
1610 res_vuc = vec_max(vuc, vbc); in test6()
1614 res_vs = vec_max(vs, vs); in test6()
1618 res_vs = vec_max(vbs, vs); in test6()
1622 res_vs = vec_max(vs, vbs); in test6()
1626 res_vus = vec_max(vus, vus); in test6()
1630 res_vus = vec_max(vbs, vus); in test6()
1634 res_vus = vec_max(vus, vbs); in test6()
1638 res_vi = vec_max(vi, vi); in test6()
1642 res_vi = vec_max(vbi, vi); in test6()
1646 res_vi = vec_max(vi, vbi); in test6()
1650 res_vui = vec_max(vui, vui); in test6()
1654 res_vui = vec_max(vbi, vui); in test6()
1658 res_vui = vec_max(vui, vbi); in test6()
1662 res_vf = vec_max(vf, vf); in test6()