/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows()); 231 evalTo(dst, workspace); 236 void evalTo(Dest& dst, Workspace& workspace) const 238 workspace.resize(rows()); 251 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), workspace.data()); 254 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), workspace.data()); 271 … .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0)); 274 … .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0)); 282 …Matrix<Scalar,1,Dest::RowsAtCompileTime,RowMajor,1,Dest::MaxRowsAtCompileTime> workspace(dst.rows(… 283 applyThisOnTheRight(dst, workspace); [all …]
|
D | Householder.h | 115 Scalar* workspace) in applyHouseholderOnTheLeft() argument 123 Map<typename internal::plain_row_type<PlainObject>::type> tmp(workspace,cols()); in applyHouseholderOnTheLeft() 152 Scalar* workspace) in applyHouseholderOnTheRight() argument 160 Map<typename internal::plain_col_type<PlainObject>::type> tmp(workspace,rows()); in applyHouseholderOnTheRight()
|
/external/skia/site/dev/contrib/ |
D | patch.md | 26 1. Prepare your local workspace to accept the patch. 28 * cd into the root directory (usually trunk/) of the workspace where you 30 * Make sure that the workspace is up-to-date and clean (or "updated and 32 an old revision of the repo, you may need to sync your local workspace 57 * You should still be in the root directory of the workspace where you want 68 Wrong revision. Maybe your local workspace is not up to date? Or maybe the 71 workspace to an older revision, then re-apply the patch.)
|
/external/jpeg/ |
D | jcdctmgr.c | 190 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */ in forward_DCT() local 201 workspaceptr = workspace; in forward_DCT() 224 (*do_dct) (workspace); in forward_DCT() 233 temp = workspace[i]; in forward_DCT() 280 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */ in forward_DCT_float() local 291 workspaceptr = workspace; in forward_DCT_float() 315 (*do_dct) (workspace); in forward_DCT_float() 324 temp = workspace[i] * divisors[i]; in forward_DCT_float()
|
D | mips_jidctfst.c | 191 DCTELEM workspace[DCTSIZE2]; /* buffers data between passes */ in jpeg_idct_mips() local 198 mips_idct_columns(inptr, quantptr, workspace, mips_idct_coefs); in jpeg_idct_mips() 204 mips_idct_rows(workspace, output_buf, output_col, mips_idct_coefs); in jpeg_idct_mips()
|
D | jidctred.c | 130 int workspace[DCTSIZE*4]; /* buffers data between passes */ variable 137 wsptr = workspace; 196 wsptr = workspace; 282 int workspace[DCTSIZE*2]; /* buffers data between passes */ in jpeg_idct_2x2() local 289 wsptr = workspace; in jpeg_idct_2x2() 329 wsptr = workspace; in jpeg_idct_2x2()
|
D | jdcoefct.c | 727 JBLOCK workspace; in decompress_smooth_data() local 816 jcopy_block_row(buffer_ptr, (JBLOCKROW) workspace, (JDIMENSION) 1); in decompress_smooth_data() 828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 840 workspace[1] = (JCOEF) pred; in decompress_smooth_data() 843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 855 workspace[8] = (JCOEF) pred; in decompress_smooth_data() 858 if ((Al=coef_bits[3]) != 0 && workspace[16] == 0) { in decompress_smooth_data() 870 workspace[16] = (JCOEF) pred; in decompress_smooth_data() 873 if ((Al=coef_bits[4]) != 0 && workspace[9] == 0) { in decompress_smooth_data() 885 workspace[9] = (JCOEF) pred; in decompress_smooth_data() [all …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcdctmgr.c | 191 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */ in forward_DCT() local 202 workspaceptr = workspace; in forward_DCT() 225 (*do_dct) (workspace); in forward_DCT() 234 temp = workspace[i]; in forward_DCT() 281 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */ in forward_DCT_float() local 292 workspaceptr = workspace; in forward_DCT_float() 316 (*do_dct) (workspace); in forward_DCT_float() 325 temp = workspace[i] * divisors[i]; in forward_DCT_float()
|
D | fpdfapi_jdcoefct.c | 475 JBLOCK workspace; in decompress_smooth_data() local 564 jcopy_block_row(buffer_ptr, (JBLOCKROW) workspace, (JDIMENSION) 1); in decompress_smooth_data() 576 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 588 workspace[1] = (JCOEF) pred; in decompress_smooth_data() 591 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 603 workspace[8] = (JCOEF) pred; in decompress_smooth_data() 606 if ((Al=coef_bits[3]) != 0 && workspace[16] == 0) { in decompress_smooth_data() 618 workspace[16] = (JCOEF) pred; in decompress_smooth_data() 621 if ((Al=coef_bits[4]) != 0 && workspace[9] == 0) { in decompress_smooth_data() 633 workspace[9] = (JCOEF) pred; in decompress_smooth_data() [all …]
|
D | fpdfapi_jidctred.c | 131 int workspace[DCTSIZE*4]; /* buffers data between passes */ variable 138 wsptr = workspace; 197 wsptr = workspace; 283 int workspace[DCTSIZE*2]; /* buffers data between passes */ in jpeg_idct_2x2() local 290 wsptr = workspace; in jpeg_idct_2x2() 330 wsptr = workspace; in jpeg_idct_2x2()
|
/external/v8/tools/ |
D | presubmit.py | 420 def CheckRuntimeVsNativesNameClashes(workspace): argument 422 [sys.executable, join(workspace, "tools", "check-name-clashes.py")]) 426 def CheckExternalReferenceRegistration(workspace): argument 428 [sys.executable, join(workspace, "tools", "external-reference-check.py")]) 440 workspace = abspath(join(dirname(sys.argv[0]), '..')) 446 success = CppLintProcessor().Run(workspace) and success 449 success = SourceProcessor().Run(workspace) and success 450 success = CheckRuntimeVsNativesNameClashes(workspace) and success 451 success = CheckExternalReferenceRegistration(workspace) and success
|
D | run-tests.py | 399 workspace = os.path.abspath(join(os.path.dirname(sys.argv[0]), "..")) 403 [sys.executable, join(workspace, "tools", "presubmit.py")]) 405 suite_paths = utils.GetSuitePaths(join(workspace, "test")) 429 os.path.join(workspace, "test", root)) 439 code = Execute(arch, mode, args, options, suites, workspace) 446 def Execute(arch, mode, args, options, suites, workspace): argument 452 shell_dir = os.path.join(workspace, options.outdir, mode) 455 shell_dir = os.path.join(workspace, options.outdir, 573 ctx, peers, workspace)
|
D | run-deopt-fuzzer.py | 295 workspace = os.path.abspath(join(os.path.dirname(sys.argv[0]), "..")) 297 suite_paths = utils.GetSuitePaths(join(workspace, "test")) 312 os.path.join(workspace, "test", root)) 323 code = Execute(arch, mode, args, options, suites, workspace) 341 def Execute(arch, mode, args, options, suites, workspace): argument 349 shell_dir = os.path.join(workspace, options.outdir, mode) 352 shell_dir = os.path.join(workspace, options.outdir,
|
D | android-run.py | 90 workspace = abspath(join(dirname(sys.argv[0]), '..')) 98 script = script.replace(workspace, android_workspace)
|
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.c | 324 stream->workspace = malloc(lzo[algorithm].size); in squashfs_lzo_init() 325 if(stream->workspace == NULL) in squashfs_lzo_init() 332 free(stream->workspace); in squashfs_lzo_init() 348 stream->workspace); in lzo_compress() 419 lzo_uintp compsize, lzo_voidp workspace) in lzo1x_999_wrapper() argument 422 workspace, NULL, 0, 0, compression_level); in lzo1x_999_wrapper()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | RealSchur.h | 241 … il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace); 273 Scalar* workspace = &m_workspaceVector.coeffRef(0); in computeFromHessenberg() local 316 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace); in computeFromHessenberg() 468 …x il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace) in performFrancisQRStep() argument 497 m_matT.block(k, k, 3, size-k).applyHouseholderOnTheLeft(ess, tau, workspace); in performFrancisQRStep() 498 m_matT.block(0, k, (std::min)(iu,k+3) + 1, 3).applyHouseholderOnTheRight(ess, tau, workspace); in performFrancisQRStep() 500 m_matU.block(0, k, size, 3).applyHouseholderOnTheRight(ess, tau, workspace); in performFrancisQRStep() 512 m_matT.block(iu-1, iu-1, 2, size-iu+1).applyHouseholderOnTheLeft(ess, tau, workspace); in performFrancisQRStep() 513 m_matT.block(0, iu-1, iu+1, 2).applyHouseholderOnTheRight(ess, tau, workspace); in performFrancisQRStep() 515 m_matU.block(0, iu-1, size, 2).applyHouseholderOnTheRight(ess, tau, workspace); in performFrancisQRStep()
|
/external/boringssl/src/util/bot/go/ |
D | bootstrap.py | 208 workspace=None): argument 219 if workspace: 220 env['GOBIN'] = os.path.join(workspace, 'bin') 225 if workspace: 226 all_go_paths.append(workspace)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-07-30-PEICrash.ll | 33 %workspace = alloca [64 x float], align 4 ; <[64 x float]*> [#uses=11] 41 …%scevgep42 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp41 ; <float*> [… 43 …%scevgep44 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp43 ; <float*> [… 45 …%scevgep46 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp45 ; <float*> [… 47 …%scevgep48 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp47 ; <float*> [… 49 …%scevgep50 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp49 ; <float*> [… 51 …%scevgep52 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp51 ; <float*> [… 52 …%wsptr.119 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %indvar ; <float*> … 120 …%scevgep24 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp2392 ; <float*>… 122 …%scevgep26 = getelementptr [64 x float], [64 x float]* %workspace, i32 0, i32 %tmp2591 ; <float*>… [all …]
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | GMRES.h | 98 VectorType v = VectorType::Unit(m, k - 1), workspace(m); in gmres() 102 …v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data(… in gmres() 111 …v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data(… in gmres() 125 …v.tail(m - k).applyHouseholderOnTheLeft(H.col(k).tail(m - k - 1), tau.coeffRef(k), workspace.data(… in gmres() 162 … k + 1).applyHouseholderOnTheLeft(H.col(k - 1).tail(m - k), tau.coeffRef(k - 1), workspace.data()); in gmres() 167 …tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data()); in gmres()
|
/external/v8/tools/testrunner/network/ |
D | endpoint.py | 89 def Execute(workspace, ctx, tests, sock, server): argument 90 suite_paths = utils.GetSuitePaths(os.path.join(workspace, "test")) 94 os.path.join(workspace, "test", root))
|
D | network_execution.py | 53 def __init__(self, suites, progress_indicator, context, peers, workspace): argument 71 "cd %s; git log -1 --format=%%H --grep=git-svn-id" % workspace, 78 (workspace, self.base_rev), shell=True).strip() 80 "cd %s; git diff %s" % (workspace, self.base_rev), shell=True)
|
/external/libxml2/result/ |
D | dav13.rde | 9 http://webdav.sb.aol.com/workspace/webdav/proposal.doc 16 http://webdav.sb.aol.com/workspace/webdav/
|
D | dav13.rdr | 9 http://webdav.sb.aol.com/workspace/webdav/proposal.doc 16 http://webdav.sb.aol.com/workspace/webdav/
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 88 msblk->stream.workspace = kmalloc(zlib_inflate_workspacesize(), in squashfs_fill_super() 90 if (msblk->stream.workspace == NULL) { in squashfs_fill_super() 286 kfree(msblk->stream.workspace); in squashfs_fill_super() 293 kfree(msblk->stream.workspace); in squashfs_fill_super() 335 kfree(sbi->stream.workspace); in squashfs_put_super()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests.bat | 25 REM Delete previous Eclipse installation and workspace 30 if EXIST workspace rmdir /s /Q workspace
|