37 for (
unsigned int itr = 0; itr < count; itr++ )
39 dst[ itr ].
c1.
r1 = 1.0f;
40 dst[ itr ].
c1.
r2 = 0.0f;
41 dst[ itr ].
c2.
r1 = 0.0f;
42 dst[ itr ].
c2.
r2 = 1.0f;
49 for (
unsigned int itr = 0; itr < count; itr++ )
51 dst[ itr ].
c1.
r1 = 1.0f;
52 dst[ itr ].
c1.
r2 = 0.0f;
53 dst[ itr ].
c1.
r3 = 0.0f;
55 dst[ itr ].
c2.
r1 = 0.0f;
56 dst[ itr ].
c2.
r2 = 1.0f;
57 dst[ itr ].
c2.
r3 = 0.0f;
59 dst[ itr ].
c3.
r1 = 0.0f;
60 dst[ itr ].
c3.
r2 = 0.0f;
61 dst[ itr ].
c3.
r3 = 1.0f;
68 for (
unsigned int itr = 0; itr < count; itr++ )
70 dst[ itr ].
c1.
r1 = 1.0f;
71 dst[ itr ].
c1.
r2 = 0.0f;
72 dst[ itr ].
c1.
r3 = 0.0f;
73 dst[ itr ].
c1.
r4 = 0.0f;
75 dst[ itr ].
c2.
r1 = 0.0f;
76 dst[ itr ].
c2.
r2 = 1.0f;
77 dst[ itr ].
c2.
r3 = 0.0f;
78 dst[ itr ].
c2.
r4 = 0.0f;
80 dst[ itr ].
c3.
r1 = 0.0f;
81 dst[ itr ].
c3.
r2 = 0.0f;
82 dst[ itr ].
c3.
r3 = 1.0f;
83 dst[ itr ].
c3.
r4 = 0.0f;
85 dst[ itr ].
c4.
r1 = 0.0f;
86 dst[ itr ].
c4.
r2 = 0.0f;
87 dst[ itr ].
c4.
r3 = 0.0f;
88 dst[ itr ].
c4.
r4 = 1.0f;
ne10_result_t ne10_identitymat_2x2f_c(ne10_mat2x2f_t *dst, ne10_uint32_t count)
Specific implementation of ne10_identitymat_2x2f using plain C code.
ne10_result_t ne10_identitymat_4x4f_c(ne10_mat4x4f_t *dst, ne10_uint32_t count)
Specific implementation of ne10_identitymat_4x4f using plain C code.
ne10_result_t ne10_identitymat_3x3f_c(ne10_mat3x3f_t *dst, ne10_uint32_t count)
Specific implementation of ne10_identitymat_3x3f using plain C code.