OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdot
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
423
Scalar
tdot
(0);
426
tdot
= m_Q.col(curIdx).dot(tval);
428
tdot
*= m_hcoeffs(curIdx);
431
// FIXME: tval -=
tdot
* m_Q.col(curIdx) should amount to the same (need to check/add support for efficient "dense ?= sparse")
433
tval(itq.row()) -= itq.value() *
tdot
;
/external/jemalloc/src/
ctl.c
727
const char *elm, *
tdot
, *dot;
local
733
dot = ((
tdot
= strchr(elm, '.')) != NULL) ?
tdot
: strchr(elm, '\0');
809
dot = ((
tdot
= strchr(elm, '.')) != NULL) ?
tdot
:
[
all
...]
Completed in 181 milliseconds