Lines Matching refs:t0

65             int t0 = ((const int*)src)[j];
67 ((int*)dst)[j] = t0;
69 t0 = ((const int*)src)[j+2];
71 ((int*)dst)[j+2] = t0;
99 int t0 = ((int*)_src)[0];
101 ((int*)dst)[j] = t0;
108 int t0 = ((int*)_src)[0];
110 ((int*)dst)[j] = t0;
112 t0 = ((int*)_src)[2];
114 ((int*)dst)[j+2] = t0;
342 worktype t0 = d_buf[j] + b_data[j]*al; \
344 d_buf[j] = t0; \
346 t0 = d_buf[j+2] + b_data[j+2]*al; \
348 d_buf[j+2] = t0; \
515 worktype t0 = alpha*d_buf[j]; \
517 t0 += beta*worktype(c_data[0]); \
519 d_data[j] = arrtype(t0); \
521 t0 = alpha*d_buf[j+2]; \
523 t0 += beta*worktype(c_data[c_step1*2]); \
525 d_data[j+2] = arrtype(t0); \
530 worktype t0 = alpha*d_buf[j]; \
531 d_data[j] = arrtype(t0 + beta*c_data[0]); \
538 worktype t0 = alpha*d_buf[j]; \
540 d_data[j] = arrtype(t0); \
542 t0 = alpha*d_buf[j+2]; \
544 d_data[j+2] = arrtype(t0); \
760 double t0 = a[0]*b[0] + a[1]*b[b_step];
762 d[0] = t0*alpha + c[0]*beta;
777 double t0 = a[0]*b[0] + a[1]*b[b_step];
779 d[0] = t0*alpha + c[0]*beta;
791 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2];
794 d[0] = t0*alpha + c[0]*beta;
810 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2];
814 d[0] = t0*alpha + c[0]*beta;
827 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3];
831 d[0] = t0*alpha + c[0]*beta;
848 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3];
855 d[0] = t0*alpha + c[0]*beta;
886 float t0 = a[0]*b[0] + a[1]*b[b_step];
888 d[0] = (float)(t0*alpha + c[0]*beta);
903 float t0 = a[0]*b[0] + a[1]*b[b_step];
905 d[0] = (float)(t0*alpha + c[0]*beta);
917 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2];
920 d[0] = (float)(t0*alpha + c[0]*beta);
936 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2];
940 d[0] = (float)(t0*alpha + c[0]*beta);
953 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3];
957 d[0] = (float)(t0*alpha + c[0]*beta);
974 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3];
981 d[0] = (float)(t0*alpha + c[0]*beta);
1272 temptype t0 = _cast_macro1_(_mat[0]*v0 + _mat[1]); \
1273 dst[k] = _cast_macro2_(t0); \
1285 temptype t0; \
1287 t0 = _cast_macro1_(ft0); \
1288 dst[i] = _cast_macro2_(t0); \
1299 temptype t0, t1; \
1302 t0 = _cast_macro1_(ft0); \
1304 dst[i] = _cast_macro2_(t0); \
1316 temptype t0 = \
1318 dst[k] = _cast_macro2_(t0); \
1328 temptype t0, t1; \
1331 t0 = _cast_macro1_(ft0); \
1333 dst[i] = _cast_macro2_(t0); \
1345 temptype t0, t1, t2; \
1352 t0 = _cast_macro1_(ft0); \
1355 dst[i] = _cast_macro2_(t0); \
1365 temptype t0 = _cast_macro1_(mat[0]*_ld_(src[0]) + \
1367 dst[i] = _cast_macro2_(t0); \
1378 temptype t0 = _cast_macro1_(_mat[0]*v0 + \
1380 dst[k] = _cast_macro2_(t0); \
1390 temptype t0, t1, t2; \
1394 t0 = _cast_macro1_(ft0); \
1397 dst[i] = _cast_macro2_(t0); \
1412 temptype t0 =_cast_macro1_(_mat[0]*v0+_mat[1]*v1+ \
1414 dst[k] = _cast_macro2_(t0); \
1424 temptype t0, t1; \
1427 t0 = _cast_macro1_(ft0); \
1429 dst[i] = _cast_macro2_(t0); \
1433 t0 = _cast_macro1_(ft0); \
1435 dst[i+2] = _cast_macro2_(t0); \
1838 float t0 = (float)ptr[0];
1840 ipp_coeffs[i] = t0;
1842 t0 = (float)ptr[2];
1844 ipp_coeffs[i+2] = t0;
2124 temptype t0 = (src1)[i]*s0 + (src2)[i]; \
2127 (dst)[i] = (arrtype)t0; \
2130 t0 = (src1)[i+2]*s0 + (src2)[i+2]; \
2133 (dst)[i+2] = (arrtype)t0; \
2139 temptype t0 = (src1)[i]*s0 + (src2)[i]; \
2140 (dst)[i] = (arrtype)t0; \
2151 temptype t0 = (src1)[i]*s0 - (src1)[i+1]*s1 + (src2)[i]; \
2154 (dst)[i] = (arrtype)t0; \
2157 t0 = (src1)[i+2]*s0 - (src1)[i+3]*s1 + (src2)[i+2]; \
2160 (dst)[i+2] = (arrtype)t0; \
2166 temptype t0 = (src1)[i]*s0 - (src1)[i+1]*s1 + (src2)[i]; \
2169 (dst)[i] = (arrtype)t0; \
2398 double t0 = dst[x] + ty*tempbuf[x]; \
2400 dst[x] = (avgtype)t0; \
2402 t0 = dst[x+2] + ty*tempbuf[x+2]; \
2404 dst[x+2] = (avgtype)t0; \
3241 temptype t0 = (temptype)src1[i]*src2[i]; \
3243 t0 += (temptype)src1[i+2]*src2[i+2]; \
3245 sum += t0 + t1; \