Lines Matching refs:x2

95     uint32_t x2 = x;
101 convert_float4(py0[x2]) * coeff[2] +
107 convert_float4(py1[x2]) * coeff[7] +
113 convert_float4(py2[x2]) * coeff[12] +
119 convert_float4(py3[x2]) * coeff[17] +
125 convert_float4(py4[x2]) * coeff[22] +
138 uint32_t x2 = x;
144 convert_float2(py0[x2]) * coeff[2] +
150 convert_float2(py1[x2]) * coeff[7] +
156 convert_float2(py2[x2]) * coeff[12] +
162 convert_float2(py3[x2]) * coeff[17] +
168 convert_float2(py4[x2]) * coeff[22] +
181 uint32_t x2 = x;
187 (float)(py0[x2]) * coeff[2] +
193 (float)(py1[x2]) * coeff[7] +
199 (float)(py2[x2]) * coeff[12] +
205 (float)(py3[x2]) * coeff[17] +
211 (float)(py4[x2]) * coeff[22] +
224 uint32_t x2 = x;
230 py0[x2] * coeff[2] +
236 py1[x2] * coeff[7] +
242 py2[x2] * coeff[12] +
248 py3[x2] * coeff[17] +
254 py4[x2] * coeff[22] +
266 uint32_t x2 = x;
272 py0[x2] * coeff[2] +
278 py1[x2] * coeff[7] +
284 py2[x2] * coeff[12] +
290 py3[x2] * coeff[17] +
296 py4[x2] * coeff[22] +
308 uint32_t x2 = x;
314 py0[x2] * coeff[2] +
320 py1[x2] * coeff[7] +
326 py2[x2] * coeff[12] +
332 py3[x2] * coeff[17] +
338 py4[x2] * coeff[22] +
374 uint32_t x2 = xend;
376 while((x1 < x2) && (x1 < 2)) {
383 if(gArchUseSIMD && ((x1 + 3) < x2)) {
384 uint32_t len = (x2 - x1 - 3) >> 1;
391 while(x1 < x2) {
423 uint32_t x2 = xend;
425 while((x1 < x2) && (x1 < 2)) {
432 if((x1 + 3) < x2) {
433 uint32_t len = (x2 - x1 - 3) >> 1;
440 while(x1 < x2) {
472 uint32_t x2 = xend;
474 while((x1 < x2) && (x1 < 2)) {
481 if((x1 + 3) < x2) {
482 uint32_t len = (x2 - x1 - 3) >> 1;
489 while(x1 < x2) {
521 uint32_t x2 = xend;
523 while((x1 < x2) && (x1 < 2)) {
530 if((x1 + 3) < x2) {
531 uint32_t len = (x2 - x1 - 3) >> 1;
538 while(x1 < x2) {
570 uint32_t x2 = xend;
572 while((x1 < x2) && (x1 < 2)) {
579 if((x1 + 3) < x2) {
580 uint32_t len = (x2 - x1 - 3) >> 1;
587 while(x1 < x2) {
619 uint32_t x2 = xend;
621 while((x1 < x2) && (x1 < 2)) {
628 if((x1 + 3) < x2) {
629 uint32_t len = (x2 - x1 - 3) >> 1;
636 while(x1 < x2) {