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

  /external/eigen/test/
unalignedcount.cpp 13 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 151 milliseconds