Home | History | Annotate | Download | only in src

Lines Matching defs:x1

285         magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \
288 x1 = x1*x1 + y1*y1; \
290 mag[i+1] = x1; \
292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \
294 x1 = x1*x1 + y1*y1; \
296 mag[i+3] = x1; \
826 double x1 = x[i + 1].f * exp_prescale;
835 x1 = x[i+1].i < 0 ? -exp_max_val : exp_max_val;
844 val1 = cvRound(x1);
849 x1 = (x1 - val1)*exp_postscale;
870 x1 = buf[1].d * icvExpTab[val1 & EXPTAB_MASK] * EXPPOLY( x1 );
873 y[i + 1] = (float)x1;
931 double x1 = x[i + 1].f * exp_prescale;
944 x1 = t < 0 ? -exp_max_val : exp_max_val;
955 val1 = cvRound(x1);
960 x1 = (x1 - val1)*exp_postscale;
981 y1 = buf[1].d * icvExpTab[val1 & EXPTAB_MASK] * EXPPOLY( x1 );
1396 double x0, x1, x2, x3;
1418 x1 = LOGTAB_TRANSLATE( buf[1].f, h1 );
1436 y1 += LOGPOLY( x1, h1 == 510 );
1496 double x0, x1, x2, x3;
1528 x1 = LOGTAB_TRANSLATE( buf[1].d, h1 );
1546 y1 += LOGPOLY( x1, h1 == 510 );