OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m1_copy
(Results
1 - 8
of
8
) sorted by null
/external/eigen/test/
swap.cpp
39
MatrixType
m1_copy
= m1;
local
47
VERIFY_IS_APPROX(m2,
m1_copy
);
53
m1 =
m1_copy
;
59
VERIFY_IS_APPROX(m3,
m1_copy
);
60
m1 =
m1_copy
;
66
VERIFY_IS_APPROX(m2,
m1_copy
);
67
m1 =
m1_copy
;
73
VERIFY_IS_APPROX(m3,
m1_copy
);
74
m1 =
m1_copy
;
block.cpp
47
m1_copy
= m1,
local
65
m1 =
m1_copy
;
66
m1.row(r1) += s1 *
m1_copy
.row(r2);
67
VERIFY_IS_APPROX(m1.row(r1),
m1_copy
.row(r1) + s1 *
m1_copy
.row(r2));
69
m1.row(r1).row(0) += s1 *
m1_copy
.row(r2);
70
VERIFY_IS_APPROX(m1.row(r1),
m1_copy
.row(r1) + Scalar(2) * s1 *
m1_copy
.row(r2));
71
m1 =
m1_copy
;
72
m1.col(c1) += s1 *
m1_copy
.col(c2)
[
all
...]
/external/vulkan-validation-layers/libs/glm/detail/
type_mat2x2.inl
614
tmat2x2<T, P>
m1_copy
(m1);
615
return
m1_copy
/= m2;
type_mat3x3.inl
743
tmat3x3<T, P>
m1_copy
(m1);
744
return
m1_copy
/= m2;
type_mat4x4.inl
832
tmat4x4<T, P>
m1_copy
(m1);
833
return
m1_copy
/= m2;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat2x2.inl
614
tmat2x2<T, P>
m1_copy
(m1);
615
return
m1_copy
/= m2;
type_mat3x3.inl
743
tmat3x3<T, P>
m1_copy
(m1);
744
return
m1_copy
/= m2;
type_mat4x4.inl
832
tmat4x4<T, P>
m1_copy
(m1);
833
return
m1_copy
/= m2;
Completed in 477 milliseconds