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
452
Scalar
tdot
(0);
455
tdot
= m_Q.col(curIdx).dot(tval);
457
tdot
*= m_hcoeffs(curIdx);
460
// FIXME: tval -=
tdot
* m_Q.col(curIdx) should amount to the same (need to check/add support for efficient "dense ?= sparse")
462
tval(itq.row()) -= itq.value() *
tdot
;
/external/jemalloc/src/
ctl.c
812
const char *elm, *
tdot
, *dot;
local
818
dot = ((
tdot
= strchr(elm, '.')) != NULL) ?
tdot
: strchr(elm, '\0');
894
dot = ((
tdot
= strchr(elm, '.')) != NULL) ?
tdot
:
[
all
...]
Completed in 249 milliseconds