Lines Matching refs:expect
47 memset(expect, 0xaa, sizeof(expect)); in test_vasrvuhubrndsat()
71 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubrndsat()
84 memset(expect, 0xaa, sizeof(expect)); in test_vasrvuhubsat()
108 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubsat()
121 memset(expect, 0xaa, sizeof(expect)); in test_vasrvwuhrndsat()
145 expect[i].w[j] = (half1 << 16) | (half0 & 0xffff); in test_vasrvwuhrndsat()
158 memset(expect, 0xaa, sizeof(expect)); in test_vasrvwuhsat()
182 expect[i].w[j] = (half1 << 16) | (half0 & 0xffff); in test_vasrvwuhsat()
194 memset(expect, 0xaa, sizeof(expect)); in test_vassign_tmp()
220 expect[i].w[j] = buffer0[i].w[j] + 3; in test_vassign_tmp()
233 memset(expect, 0xaa, sizeof(expect)); in test_vcombine_tmp()
267 expect[i].w[j] = buffer0[i].w[j] + 10; in test_vcombine_tmp()
280 memset(expect, 0xaa, sizeof(expect)); in test_vmpyuhvs()
295 expect[i].uh[j] = (buffer0[i].uh[j] * buffer1[i].uh[j]) >> 16; in test_vmpyuhvs()