Searched refs:dotprod (Results 1 – 12 of 12) sorted by relevance
/external/fec/ |
D | dotprod_port.c | 9 struct dotprod { struct 17 struct dotprod *dp; in initdp_port() argument 23 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod)); in initdp_port() 36 struct dotprod *dp = (struct dotprod *)p; in freedp_port() 47 struct dotprod *dp = (struct dotprod *)p; in dotprod_port()
|
D | dotprod_mmx.c | 10 struct dotprod { struct 23 struct dotprod *dp; in initdp_mmx() argument 30 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod)); in initdp_mmx() 46 struct dotprod *dp = (struct dotprod *)p; in freedp_mmx() 59 struct dotprod *dp = (struct dotprod *)p; in dotprod_mmx()
|
D | dotprod_sse2.c | 11 struct dotprod { struct 25 struct dotprod *dp; in initdp_sse2() argument 31 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod)); in initdp_sse2() 50 struct dotprod *dp = (struct dotprod *)p; in freedp_sse2() 63 struct dotprod *dp = (struct dotprod *)p; in dotprod_sse2()
|
D | dotprod_av.c | 9 struct dotprod { struct 20 struct dotprod *dp; in initdp_av() argument 26 dp = (struct dotprod *)calloc(1,sizeof(struct dotprod)); in initdp_av() 43 struct dotprod *dp = (struct dotprod *)p; in freedp_av() 56 struct dotprod *dp = (struct dotprod *)p; in dotprod_av()
|
D | dotprod.h | 3 struct dotprod { struct
|
D | makefile.in | 17 dotprod.o dotprod_port.o \ 105 dotprod.o: dotprod.c fec.h
|
D | dotprod.c | 74 long dotprod(void *p,signed short a[]){ in dotprod() function
|
D | dtest.c | 91 simd_result = dotprod(dp_simd,input+offset);
|
D | dotprod_sse2_assist.s | 3 # long dotprod(signed short *a,signed short *b,int cnt)
|
D | dotprod_mmx_assist.s | 3 # long dotprod(signed short *a,signed short *b,int cnt)
|
D | fec.h | 300 long dotprod(void *dp,signed short a[]);
|
D | README | 62 properly constrained. This applies primarily to the "dotprod" (dot
|