Searched refs:times_itself_gives_0 (Results 1 – 1 of 1) sorted by relevance
44 size_t times_itself_gives_0 = size_t(1) << (8 * sizeof(Index) / 2); in test_sizeoverflow() local45 VERIFY(times_itself_gives_0 * times_itself_gives_0 == 0); in test_sizeoverflow()53 triggerMatrixBadAlloc<MatrixXf>(times_itself_gives_0, times_itself_gives_0); in test_sizeoverflow()54 triggerMatrixBadAlloc<MatrixXf>(times_itself_gives_0 / 4, times_itself_gives_0); in test_sizeoverflow()57 triggerMatrixBadAlloc<MatrixXd>(times_itself_gives_0, times_itself_gives_0); in test_sizeoverflow()58 triggerMatrixBadAlloc<MatrixXd>(times_itself_gives_0 / 8, times_itself_gives_0); in test_sizeoverflow()