HomeSort by relevance Sort by last modified time
    Searched refs:xout (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 45 FX_FLOAT xin, xout; local
48 xout = (FX_FLOAT)clip_box.x2;
51 xout = (FX_FLOAT)clip_box.x1;
81 FX_FLOAT toutx = FXSYS_Div(xout - x1, deltax);
98 *x++ = (T)xout;
114 *x++ = (T)xout;
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 64 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride)
68 Complex * Fout_beg = xout;
69 Complex * Fout_end = xout + p*m;
77 work(stage+1, xout , xin, fstride*p,in_stride);
79 }while( (xout += m) != Fout_end );
82 *xout = *xin;
84 }while(++xout != Fout_end );
86 xout=Fout_beg;
90 case 2: bfly2(xout,fstride,m); break;
91 case 3: bfly3(xout,fstride,m); break
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3607 png_uint_32 xin, xout, xstep; local
3633 png_uint_32 xin, xout, xstep; local
    [all...]

Completed in 108 milliseconds