HomeSort by relevance Sort by last modified time
    Searched refs:copy_bool (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/util/
Macros.h 181 inline bool copy_bool(bool b) { return b; } function in namespace:Eigen::internal
195 EIGEN_DONT_INLINE bool copy_bool(bool b) { return b; }
206 if(!Eigen::internal::copy_bool(x)) \
  /external/eigen/test/eigen2/
main.h 100 // see bug 89. The copy_bool here is working around a bug in gcc <= 4.3
102 if( (!Eigen::internal::copy_bool(a)) && (!no_more_assert) ) \
  /external/eigen/test/
main.h 165 // see bug 89. The copy_bool here is working around a bug in gcc <= 4.3
167 if( (!Eigen::internal::copy_bool(a)) && (!no_more_assert) )\

Completed in 63 milliseconds