OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:times_8_gives_0
(Results
1 - 1
of
1
) sorted by null
/external/eigen/test/
sizeoverflow.cpp
52
size_t
times_8_gives_0
= size_t(1) << (8 * sizeof(Index) - 3);
local
53
VERIFY(
times_8_gives_0
* 8 == 0);
61
triggerMatrixBadAlloc<MatrixXd>(
times_8_gives_0
, 1);
65
triggerVectorBadAlloc<VectorXd>(
times_8_gives_0
);
Completed in 49 milliseconds