Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_permutations.cpp42 PermutationMatrix<Dynamic> p, p_null; in sparse_permutations() local
68 res = mat.template selfadjointView<Upper>().twistedBy(p_null); in sparse_permutations()
72 res = mat.template selfadjointView<Lower>().twistedBy(p_null); in sparse_permutations()
77 res = up.template selfadjointView<Upper>().twistedBy(p_null); in sparse_permutations()
81 res = lo.template selfadjointView<Lower>().twistedBy(p_null); in sparse_permutations()
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h492 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
494 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
551 PermutationMatrix<Dynamic,Dynamic,Index> p_null;
553 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc204 volatile int *p_null; // external linkage, so GCC can't tell that it variable
207 *p_null = 1; in DoNullPointerDereference()