Lines Matching refs:vec_min
3351 vsc = vec_min(vsc, vsc); in test_integer()
3353 vsc = vec_min(vsc, vbc); in test_integer()
3355 vsc = vec_min(vbc, vsc); in test_integer()
3357 vuc = vec_min(vuc, vuc); in test_integer()
3359 vuc = vec_min(vuc, vbc); in test_integer()
3361 vuc = vec_min(vbc, vuc); in test_integer()
3363 vss = vec_min(vss, vss); in test_integer()
3365 vss = vec_min(vss, vbs); in test_integer()
3367 vss = vec_min(vbs, vss); in test_integer()
3369 vus = vec_min(vus, vus); in test_integer()
3371 vus = vec_min(vus, vbs); in test_integer()
3373 vus = vec_min(vbs, vus); in test_integer()
3375 vsi = vec_min(vsi, vsi); in test_integer()
3377 vsi = vec_min(vsi, vbi); in test_integer()
3379 vsi = vec_min(vbi, vsi); in test_integer()
3381 vui = vec_min(vui, vui); in test_integer()
3383 vui = vec_min(vui, vbi); in test_integer()
3385 vui = vec_min(vbi, vui); in test_integer()
3387 vsl = vec_min(vsl, vsl); in test_integer()
3389 vsl = vec_min(vsl, vbl); in test_integer()
3391 vsl = vec_min(vbl, vsl); in test_integer()
3393 vul = vec_min(vul, vul); in test_integer()
3395 vul = vec_min(vul, vbl); in test_integer()
3397 vul = vec_min(vbl, vul); in test_integer()
3399 vd = vec_min(vd, vd); in test_integer()