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

/external/eigen/test/
H A Dunalignedcount.cpp11 static int nb_loadu; variable
16 #define EIGEN_DEBUG_UNALIGNED_LOAD { nb_loadu++; }
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 88 milliseconds