41 for (
unsigned int itr = 0; itr < count; itr++ )
43 dst[ itr ] = DET2x2 (&src[ itr ]);
51 for (
unsigned int itr = 0; itr < count; itr++ )
53 dst[ itr ] = DET3x3 (& (src[ itr ]));
61 for (
unsigned int itr = 0; itr < count; itr++ )
63 dst[ itr ] = DET4x4 (&src[ itr ]);
ne10_result_t ne10_detmat_3x3f_c(ne10_float32_t *dst, ne10_mat3x3f_t *src, ne10_uint32_t count)
Specific implementation of ne10_detmat_3x3f using plain C code.
ne10_result_t ne10_detmat_2x2f_c(ne10_float32_t *dst, ne10_mat2x2f_t *src, ne10_uint32_t count)
Specific implementation of ne10_detmat_2x2f using plain C code.
ne10_result_t ne10_detmat_4x4f_c(ne10_float32_t *dst, ne10_mat4x4f_t *src, ne10_uint32_t count)
Specific implementation of ne10_detmat_4x4f using plain C code.
#define NE10_CHECKPOINTER_DstSrc