HomeSort by relevance Sort by last modified time
    Searched full:times_4_gives_0 (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
sizeoverflow.cpp 44 // this is tested in tests of the form times_4_gives_0 * sizeof(float)
49 size_t times_4_gives_0 = size_t(1) << (8 * sizeof(Index) - 2); local
50 VERIFY(times_4_gives_0 * 4 == 0);
57 triggerMatrixBadAlloc<MatrixXf>(times_4_gives_0, 1);
63 triggerVectorBadAlloc<VectorXf>(times_4_gives_0);

Completed in 90 milliseconds