Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_identitymat.c File Reference
#include "NE10_types.h"
#include "macros.h"

Go to the source code of this file.

Functions

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. More...
 
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. More...
 
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. More...