Lines Matching refs:vec_srab
1983 vsc = vec_srab(vsc, vsc); in test_integer()
1985 vsc = vec_srab(vsc, vuc); in test_integer()
1987 vuc = vec_srab(vuc, vsc); in test_integer()
1989 vuc = vec_srab(vuc, vuc); in test_integer()
1991 vss = vec_srab(vss, vss); in test_integer()
1993 vss = vec_srab(vss, vus); in test_integer()
1995 vus = vec_srab(vus, vss); in test_integer()
1997 vus = vec_srab(vus, vus); in test_integer()
1999 vsi = vec_srab(vsi, vsi); in test_integer()
2001 vsi = vec_srab(vsi, vui); in test_integer()
2003 vui = vec_srab(vui, vsi); in test_integer()
2005 vui = vec_srab(vui, vui); in test_integer()
2007 vsl = vec_srab(vsl, vsl); in test_integer()
2009 vsl = vec_srab(vsl, vul); in test_integer()
2011 vul = vec_srab(vul, vsl); in test_integer()
2013 vul = vec_srab(vul, vul); in test_integer()
2015 vd = vec_srab(vd, vsl); in test_integer()
2017 vd = vec_srab(vd, vul); in test_integer()