Home
last modified time | relevance | path

Searched refs:nb_load (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dunalignedcount.cpp10 static int nb_load; variable
15 #define EIGEN_DEBUG_ALIGNED_LOAD { nb_load++; }
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()