OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pd3
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
openglsupport.cpp
175
Transform<double,3,Projective>
pd3
;
pd3
.matrix().setRandom();
local
176
VERIFY_MATRIX(glLoadMatrix(
pd3
), Projective3d(
pd3
).matrix());
177
VERIFY_MATRIX(glMultMatrix(
pd3
), Projective3d(
pd3
).matrix());
/external/clang/test/SemaCXX/
constant-expression-cxx11.cpp
945
constexpr Derived *
pd3
= const_cast<Derived*>(&a[3]);
947
static_assert(pb3 ==
pd3
, "");
[
all
...]
Completed in 611 milliseconds