/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | Scaling.h | 82 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local 83 Dr.resize(m); Dc.resize(n); in compute() 90 Dr.setZero(); Dc.setZero(); in compute() 95 if ( Dr(it.row()) < abs(it.value()) ) in compute() 96 Dr(it.row()) = abs(it.value()); in compute() 104 Dr(i) = std::sqrt(Dr(i)); in compute() 110 m_left(i) /= Dr(i); in compute() 119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
|
/external/chromium_org/third_party/drmemory/ |
D | README.chromium | 1 Name: Dr. Memory 10 This directory contains a self-extracting 7z file with Dr. Memory 12 by Chromium Dr. Memory/Windows buildbots and Chromium developers. 14 More info on using Dr. Memory for testing Chromium can be found here: 17 To update the Dr. Memory distribution, please do the following steps: 43 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 114 CacheCC Dr; /* Data read counts */ member 279 lineCC->Dr.a = 0; in get_lineCC() 280 lineCC->Dr.m1 = 0; in get_lineCC() 281 lineCC->Dr.mL = 0; in get_lineCC() 403 &n->parent->Dr.m1, &n->parent->Dr.mL); in log_1IrNoX_1Dr_cache_access() 404 n->parent->Dr.a++; in log_1IrNoX_1Dr_cache_access() 431 &n->parent->Dr.m1, &n->parent->Dr.mL); in log_0Ir_1Dr_cache_access() 432 n->parent->Dr.a++; in log_0Ir_1Dr_cache_access() 533 } Dr; member 558 case Ev_Dr: return ev->Ev.Dr.ea; in get_Event_dea() [all …]
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | unit_tests.gtest-drmemory_win32.txt | 2 # known Dr. Memory bugs: 8 # un-analyzed Dr. Memory bugs:
|
D | blink_heap_unittests.gtest-drmemory_win32.txt | 1 # crbug.com/396172: flaky under Dr. Memory
|
D | media_unittests.gtest-drmemory_win32.txt | 1 # Hangs under Dr. Memory
|
D | browser_tests.gtest-drmemory_win32.txt | 3 # Dr.Memory i#1052: http://code.google.com/p/drmemory/issues/detail?id=1052 9 # it takes too long to run all browser_tests with Dr.Memory,
|
D | net_unittests.gtest-drmemory_win32.txt | 7 # Dr. Memory hits an assertion:
|
/external/chromium_org/tools/valgrind/ |
D | chrome_tests.bat | 36 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1 40 echo "Can't find Dr. Memory executables."
|
/external/valgrind/main/callgrind/tests/ |
D | simwork1.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | simwork-cache.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | notpower2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | notpower2-hwpref.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | notpower2-wb.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
D | simwork2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
D | simwork3.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
D | notpower2-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
D | threads-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysT…
|
D | simwork-both.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Bc Bcm Bi Bim
|
/external/llvm/test/YAMLParser/ |
D | spec-02-27.data | 11 458 Walkman Dr.
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 184 typedef D &Dr; in t_529_5_8() typedef 185 (void)Dr(*((A*)0)); // expected-error {{cannot cast 'A' to 'Dr' (aka 'D &') via virtual base 'B'}} in t_529_5_8()
|
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/ |
D | libyuv_tests.bat | 45 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1 49 echo "Can't find Dr. Memory executables."
|
/external/e2fsprogs/po/ |
D | at-expand.pl | 31 "#. %Dr <dirent> -> rec_len\n",
|
/external/icu/icu4c/source/data/brkitr/ |
D | es.txt | 44 "Dr.",
|
/external/skia/src/core/ |
D | SkXfermode.cpp | 549 int Dr, Dg, Db; in saturation_modeproc() local 552 Dr = dr * sa; in saturation_modeproc() 555 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da); in saturation_modeproc() 556 SetLum(&Dr, &Dg, &Db, sa * da, Lum(dr, dg, db) * sa); in saturation_modeproc() 558 Dr = 0; in saturation_modeproc() 564 int r = blendfunc_nonsep_byte(sr, dr, sa, da, Dr); in saturation_modeproc() 616 int Dr, Dg, Db; in luminosity_modeproc() local 619 Dr = dr * sa; in luminosity_modeproc() 622 SetLum(&Dr, &Dg, &Db, sa * da, Lum(sr, sg, sb) * da); in luminosity_modeproc() 624 Dr = 0; in luminosity_modeproc() [all …]
|