Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Functions | |
void | swap (ne10_float32_t *a, ne10_float32_t *b) |
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. More... | |
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. More... | |
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. More... | |
|
inline |
Definition at line 38 of file NE10_transmat.c.