48 for (
unsigned int itr = 0; itr < count; itr++ )
61 for (
unsigned int itr = 0; itr < count; itr++ )
81 for (
unsigned int itr = 0; itr < count; itr++ )
100 dst[ itr ].
c4.
r3 = src[ itr ].
c3.
r4;
101 dst[ itr ].
c4.
r4 = src[ itr ].
c4.
r4;
ne10_result_t ne10_transmat_3x3f_c(ne10_mat3x3f_t *dst, ne10_mat3x3f_t *src, ne10_uint32_t count)
Specific implementation of ne10_transmat_3x3f using plain C code.
ne10_result_t ne10_transmat_2x2f_c(ne10_mat2x2f_t *dst, ne10_mat2x2f_t *src, ne10_uint32_t count)
Specific implementation of ne10_transmat_2x2f using plain C code.
void swap(ne10_float32_t *a, ne10_float32_t *b)
ne10_result_t ne10_transmat_4x4f_c(ne10_mat4x4f_t *dst, ne10_mat4x4f_t *src, ne10_uint32_t count)
Specific implementation of ne10_transmat_4x4f using plain C code.
#define NE10_CHECKPOINTER_DstSrc