OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Dr
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h
82
VectorXd
Dr
, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors
83
Dr
.resize(m); Dc.resize(n);
90
Dr
.setZero(); Dc.setZero();
95
if (
Dr
(it.row()) < abs(it.value()) )
96
Dr
(it.row()) = abs(it.value());
104
Dr
(i) = std::sqrt(
Dr
(i));
110
m_left(i) /=
Dr
(i);
119
it.valueRef() = it.value()/(
Dr
(it.row()) * Dc(it.col()) );
/external/clang/test/SemaCXX/
functional-cast.cpp
184
typedef D &
Dr
;
185
(void)
Dr
(*((A*)0)); // expected-error {{cannot cast 'A' to '
Dr
' (aka 'D &') via virtual base 'B'}}
/external/valgrind/main/cachegrind/
cg_main.c
114
CacheCC
Dr
; /* Data read counts */
278
lineCC->
Dr
.a = 0;
279
lineCC->
Dr
.m1 = 0;
280
lineCC->
Dr
.mL = 0;
378
&n->parent->
Dr
.m1, &n->parent->
Dr
.mL);
379
n->parent->
Dr
.a++;
403
&n->parent->
Dr
.m1, &n->parent->
Dr
.mL);
404
n->parent->
Dr
.a++
[
all
...]
/external/valgrind/main/callgrind/
main.c
203
notified event where possible (Dw immediately following
Dr
and
254
}
Dr
;
281
case Ev_Dr: return ev->Ev.
Dr
.ea;
290
case Ev_Dr: return ev->Ev.
Dr
.szB;
337
VG_(printf)("
Dr
(InstrInfo %p) at +%d %d EA=",
338
ev->inode, ev->inode->instr_offset, ev->Ev.
Dr
.szB);
339
ppIRExpr(ev->Ev.
Dr
.ea);
391
// available sets: D0
Dr
401
// extend event set by
Dr
counters
459
/* Merge an Ir with a following
Dr
. *
[
all
...]
Completed in 1934 milliseconds