Lines Matching refs:vec_max
2135 vsc = vec_max(vsc, vsc); in test_integer()
2136 vsc = vec_max(vsc, vbc); in test_integer()
2137 vsc = vec_max(vbc, vsc); in test_integer()
2138 vuc = vec_max(vuc, vuc); in test_integer()
2139 vuc = vec_max(vuc, vbc); in test_integer()
2140 vuc = vec_max(vbc, vuc); in test_integer()
2141 vss = vec_max(vss, vss); in test_integer()
2142 vss = vec_max(vss, vbs); in test_integer()
2143 vss = vec_max(vbs, vss); in test_integer()
2144 vus = vec_max(vus, vus); in test_integer()
2145 vus = vec_max(vus, vbs); in test_integer()
2146 vus = vec_max(vbs, vus); in test_integer()
2147 vsi = vec_max(vsi, vsi); in test_integer()
2148 vsi = vec_max(vsi, vbi); in test_integer()
2149 vsi = vec_max(vbi, vsi); in test_integer()
2150 vui = vec_max(vui, vui); in test_integer()
2151 vui = vec_max(vui, vbi); in test_integer()
2152 vui = vec_max(vbi, vui); in test_integer()
2153 vsl = vec_max(vsl, vsl); in test_integer()
2154 vsl = vec_max(vsl, vbl); in test_integer()
2155 vsl = vec_max(vbl, vsl); in test_integer()
2156 vul = vec_max(vul, vul); in test_integer()
2157 vul = vec_max(vul, vbl); in test_integer()
2158 vul = vec_max(vbl, vul); in test_integer()
2159 vd = vec_max(vd, vd); in test_integer()