Searched refs:nb_loadu (Results 1 – 1 of 1) sorted by relevance
11 static int nb_loadu; variable16 #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 ); \49 nb_load = nb_loadu = nb_store = nb_storeu = 0; in test_unalignedcount()