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

  /external/eigen/Eigen/src/Core/util/
Macros.h 174 inline bool copy_bool(bool b) { return b; } function in namespace:Eigen::internal
188 EIGEN_DONT_INLINE bool copy_bool(bool b) { return b; }
199 if(!Eigen::internal::copy_bool(x)) \
  /external/chromium/base/
values_unittest.cc 360 Value* copy_bool = NULL; local
361 ASSERT_TRUE(copy_dict->Get("bool", &copy_bool));
362 ASSERT_TRUE(copy_bool);
363 ASSERT_NE(copy_bool, original_bool);
364 ASSERT_TRUE(copy_bool->IsType(Value::TYPE_BOOLEAN));
366 ASSERT_TRUE(copy_bool->GetAsBoolean(&copy_bool_value));
  /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 137 // see bug 89. The copy_bool here is working around a bug in gcc <= 4.3
139 if( (!Eigen::internal::copy_bool(a)) && (!no_more_assert) )\

Completed in 197 milliseconds