Home
last modified time | relevance | path

Searched refs:xout (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h56 float xin, xout; in clip_liang_barsky() local
59 xout = (float)clip_box.x2; in clip_liang_barsky()
62 xout = (float)clip_box.x1; in clip_liang_barsky()
92 float toutx = (xout - x1) / deltax; in clip_liang_barsky()
109 *x++ = (T)xout; in clip_liang_barsky()
125 *x++ = (T)xout; in clip_liang_barsky()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h64 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride) in work()
68 Complex * Fout_beg = xout; in work()
69 Complex * Fout_end = xout + p*m; in work()
77 work(stage+1, xout , xin, fstride*p,in_stride); in work()
79 }while( (xout += m) != Fout_end ); in work()
82 *xout = *xin; in work()
84 }while(++xout != Fout_end ); in work()
86 xout=Fout_beg; in work()
90 case 2: bfly2(xout,fstride,m); break; in work()
91 case 3: bfly3(xout,fstride,m); break; in work()
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp239 float xin, xout; in clip_liang_barsky() local
242 xout = clip_box.x2; in clip_liang_barsky()
245 xout = clip_box.x1; in clip_liang_barsky()
274 float toutx = (xout - x1) / deltax; in clip_liang_barsky()
291 *x++ = xout; in clip_liang_barsky()
307 *x++ = xout; in clip_liang_barsky()
/external/libpng/contrib/libtests/
Dpngvalid.c4034 png_uint_32 xin, xout, xstep; in interlace_row() local
4046 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4048 pixel_copy(buffer, xout, imageRow, xin, pixel_size, littleendian); in interlace_row()
4049 ++xout; in interlace_row()
4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4065 xout = PNG_PASS_START_COL(pass); in deinterlace_row()
4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
4070 pixel_copy(buffer, xout, row, xin, pixel_size, littleendian); in deinterlace_row()
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Drnn_cell_test.py1564 xout, sout = cell()(x, state0)
1567 res = sess.run([xout, sout], {
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...