Lines Matching refs:vec_min
2161 vsc = vec_min(vsc, vsc); in test_integer()
2162 vsc = vec_min(vsc, vbc); in test_integer()
2163 vsc = vec_min(vbc, vsc); in test_integer()
2164 vuc = vec_min(vuc, vuc); in test_integer()
2165 vuc = vec_min(vuc, vbc); in test_integer()
2166 vuc = vec_min(vbc, vuc); in test_integer()
2167 vss = vec_min(vss, vss); in test_integer()
2168 vss = vec_min(vss, vbs); in test_integer()
2169 vss = vec_min(vbs, vss); in test_integer()
2170 vus = vec_min(vus, vus); in test_integer()
2171 vus = vec_min(vus, vbs); in test_integer()
2172 vus = vec_min(vbs, vus); in test_integer()
2173 vsi = vec_min(vsi, vsi); in test_integer()
2174 vsi = vec_min(vsi, vbi); in test_integer()
2175 vsi = vec_min(vbi, vsi); in test_integer()
2176 vui = vec_min(vui, vui); in test_integer()
2177 vui = vec_min(vui, vbi); in test_integer()
2178 vui = vec_min(vbi, vui); in test_integer()
2179 vsl = vec_min(vsl, vsl); in test_integer()
2180 vsl = vec_min(vsl, vbl); in test_integer()
2181 vsl = vec_min(vbl, vsl); in test_integer()
2182 vul = vec_min(vul, vul); in test_integer()
2183 vul = vec_min(vul, vbl); in test_integer()
2184 vul = vec_min(vbl, vul); in test_integer()
2185 vd = vec_min(vd, vd); in test_integer()