Searched refs:xout (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_clip_liang_barsky.h | 56 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/ |
D | ei_kissfft_impl.h | 64 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/mesa3d/src/amd/common/ |
D | ac_surface.c | 1155 ADDR_COMPUTE_BASE_SWIZZLE_OUTPUT xout = {0}; in gfx6_compute_surface() local 1158 xout.size = sizeof(ADDR_COMPUTE_BASE_SWIZZLE_OUTPUT); in gfx6_compute_surface() 1167 int r = AddrComputeBaseSwizzle(addrlib, &xin, &xout); in gfx6_compute_surface() 1171 assert(xout.tileSwizzle <= u_bit_consecutive(0, sizeof(surf->tile_swizzle) * 8)); in gfx6_compute_surface() 1172 surf->fmask_tile_swizzle = xout.tileSwizzle; in gfx6_compute_surface() 1474 ADDR2_COMPUTE_PIPEBANKXOR_OUTPUT xout = {0}; in gfx9_compute_miptree() local 1477 xout.size = sizeof(ADDR2_COMPUTE_PIPEBANKXOR_OUTPUT); in gfx9_compute_miptree() 1487 ret = Addr2ComputePipeBankXor(addrlib->handle, &xin, &xout); in gfx9_compute_miptree() 1491 assert(xout.pipeBankXor <= u_bit_consecutive(0, sizeof(surf->tile_swizzle) * 8)); in gfx9_compute_miptree() 1492 surf->tile_swizzle = xout.pipeBankXor; in gfx9_compute_miptree() [all …]
|
/external/llvm-project/libclc/generic/lib/math/ |
D | asinh.cl | 259 int xout = absx <= 32.0 | absx > recrteps; 261 y = xout ? absx : y; 267 double dxexp = (double)(xexp + xout);
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 222 float xin, xout; in clip_liang_barsky() local 225 xout = clip_box.x2; in clip_liang_barsky() 228 xout = clip_box.x1; in clip_liang_barsky() 257 float toutx = (xout - x1) / deltax; in clip_liang_barsky() 274 *x++ = xout; in clip_liang_barsky() 290 *x++ = xout; in clip_liang_barsky()
|
/external/llvm-project/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 2606 Output xout(ostr, nullptr, 0); in TEST() local 2608 xout << x; in TEST() 2619 xout << x; in TEST() 2646 Output xout(ostr, nullptr, 0); in TEST() local 2648 xout << x; in TEST() 2705 Output xout(ostr, nullptr, 0); in TestEscaped() local 2708 yamlize(xout, Input, true, Ctx); in TestEscaped()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 4034 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()
|