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

  /external/libchrome/base/
logging_unittest.cc 247 const void* p_null = nullptr; local
248 const void* p_not_null = &p_null;
249 DCHECK_EQ(p_null, nullptr);
250 DCHECK_EQ(nullptr, p_null);
  /external/eigen/test/
sparse_permutations.cpp 74 PermutationMatrix<Dynamic> p, p_null; local
111 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p_null) ));
115 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p_null) ));
120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) ));
124 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p_null) ));
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 473 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null;
475 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
534 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null;
536 m_matrix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 208 volatile int *p_null; // external linkage, so GCC can't tell that it variable
211 *p_null = 1;
    [all...]

Completed in 321 milliseconds