Searched defs:dotprod (Results 1 – 11 of 11) sorted by relevance
115 subroutine dotprod (b, c, n, block_size, num_teams, block_threads) subroutine119 !REF: /dotprod/b argument124 !REF: /dotprod/block_size argument130 !REF: /dotprod/sum argument
3 struct dotprod { struct4 int len; /* Number of coefficients */14 signed short *coeffs[8];
9 struct dotprod { struct17 struct dotprod *dp; in initdp_port() argument
10 struct dotprod { struct23 struct dotprod *dp; in initdp_mmx() argument
11 struct dotprod { struct25 struct dotprod *dp; in initdp_sse2() argument
9 struct dotprod { struct20 struct dotprod *dp; in initdp_av() argument
74 long dotprod(void *p,signed short a[]){ in dotprod() function
148 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local186 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local273 int32_t dotprod = 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
48 Sk2f dotprod = leftTan * rightTan; in calc_curvature_costheta() local
835 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyImpl() local1159 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulate() local1350 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulateImpl() local1453 int32_t dotprod = *(scratch_ptr++); in NeonMatrixBatchVectorMultiplyAccumulate() local2039 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
314 int32_t dotprod = ReduceInt32x4(dotprod_32x4); in SseSparseMatrixVectorMultiplyAccumulate() local