Searched defs:nb_storeu (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dunalignedcount.cpp13 static int nb_storeu; variable
18 #define EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; }
21 nb_load = nb_loadu = nb_store = nb_storeu = 0; \
23 if(!(nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US)) \
24 std::cerr << " >> " << nb_load << ", " << nb_loadu << ", " << nb_store << ", " << nb_storeu << "\n"; \
25 VERIFY( (#XPR) && nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US ); \
42 nb_load = nb_loadu = nb_store = nb_storeu = 0;

Completed in 245 milliseconds