add prefix "ne10_" to all the functions
authoryang <yang.zhang@arm.com>
Fri, 26 Oct 2012 03:29:42 +0000 (11:29 +0800)
committeryang <yang.zhang@arm.com>
Fri, 26 Oct 2012 03:29:42 +0000 (11:29 +0800)
commit7267c7a218ee8202b259e260ae7e0097d2222817
tree4ee6d1a2efc38bc969754ca6c0d73c67d958ce32
parent4424b75b8dfb8d598653a1889c981bfba9fadc4a
add prefix "ne10_" to all the functions
68 files changed:
inc/NE10_math.h
modules/math/NE10_abs.asm.s
modules/math/NE10_abs.c
modules/math/NE10_abs.neon.s
modules/math/NE10_add.asm.s
modules/math/NE10_add.c
modules/math/NE10_add.neon.s
modules/math/NE10_addc.asm.s
modules/math/NE10_addc.c
modules/math/NE10_addc.neon.c
modules/math/NE10_addmat.c
modules/math/NE10_addmat.neon.c
modules/math/NE10_cross.c
modules/math/NE10_cross.neon.s
modules/math/NE10_detmat.c
modules/math/NE10_detmat.neon.inc.s
modules/math/NE10_detmat.neon.s
modules/math/NE10_div.asm.s
modules/math/NE10_div.c
modules/math/NE10_div.neon.s
modules/math/NE10_divc.asm.s
modules/math/NE10_divc.c
modules/math/NE10_divc.neon.c
modules/math/NE10_dot.c
modules/math/NE10_dot.neon.s
modules/math/NE10_identitymat.c
modules/math/NE10_identitymat.neon.s
modules/math/NE10_init_math.c
modules/math/NE10_invmat.c
modules/math/NE10_invmat.neon.s
modules/math/NE10_len.asm.s
modules/math/NE10_len.c
modules/math/NE10_len.neon.s
modules/math/NE10_mla.asm.s
modules/math/NE10_mla.c
modules/math/NE10_mla.neon.s
modules/math/NE10_mlac.asm.s
modules/math/NE10_mlac.c
modules/math/NE10_mlac.neon.c
modules/math/NE10_mul.asm.s
modules/math/NE10_mul.c
modules/math/NE10_mul.neon.s
modules/math/NE10_mulc.asm.s
modules/math/NE10_mulc.c
modules/math/NE10_mulc.neon.c
modules/math/NE10_mulcmatvec.c
modules/math/NE10_mulcmatvec.neon.s
modules/math/NE10_mulmat.c
modules/math/NE10_mulmat.neon.s
modules/math/NE10_normalize.asm.s
modules/math/NE10_normalize.c
modules/math/NE10_normalize.neon.s
modules/math/NE10_rsbc.asm.s
modules/math/NE10_rsbc.c
modules/math/NE10_rsbc.neon.c
modules/math/NE10_setc.asm.s
modules/math/NE10_setc.c
modules/math/NE10_setc.neon.c
modules/math/NE10_sub.asm.s
modules/math/NE10_sub.c
modules/math/NE10_sub.neon.s
modules/math/NE10_subc.asm.s
modules/math/NE10_subc.c
modules/math/NE10_subc.neon.c
modules/math/NE10_submat.c
modules/math/NE10_submat.neon.c
modules/math/NE10_transmat.c
modules/math/NE10_transmat.neon.s