Lines Matching refs:vec_max
3300 vsc = vec_max(vsc, vsc); in test_integer()
3302 vsc = vec_max(vsc, vbc); in test_integer()
3304 vsc = vec_max(vbc, vsc); in test_integer()
3306 vuc = vec_max(vuc, vuc); in test_integer()
3308 vuc = vec_max(vuc, vbc); in test_integer()
3310 vuc = vec_max(vbc, vuc); in test_integer()
3312 vss = vec_max(vss, vss); in test_integer()
3314 vss = vec_max(vss, vbs); in test_integer()
3316 vss = vec_max(vbs, vss); in test_integer()
3318 vus = vec_max(vus, vus); in test_integer()
3320 vus = vec_max(vus, vbs); in test_integer()
3322 vus = vec_max(vbs, vus); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3326 vsi = vec_max(vsi, vbi); in test_integer()
3328 vsi = vec_max(vbi, vsi); in test_integer()
3330 vui = vec_max(vui, vui); in test_integer()
3332 vui = vec_max(vui, vbi); in test_integer()
3334 vui = vec_max(vbi, vui); in test_integer()
3336 vsl = vec_max(vsl, vsl); in test_integer()
3338 vsl = vec_max(vsl, vbl); in test_integer()
3340 vsl = vec_max(vbl, vsl); in test_integer()
3342 vul = vec_max(vul, vul); in test_integer()
3344 vul = vec_max(vul, vbl); in test_integer()
3346 vul = vec_max(vbl, vul); in test_integer()
3348 vd = vec_max(vd, vd); in test_integer()