Home
last modified time | relevance | path

Searched defs:dotprod (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/fec/
H A Ddotprod.h3 struct dotprod { struct
4 int len; /* Number of coefficients */
14 signed short *coeffs[8];
H A Ddotprod_port.c9 struct dotprod { struct
17 struct dotprod *dp; in initdp_port() argument
H A Ddotprod_mmx.c10 struct dotprod { struct
23 struct dotprod *dp; in initdp_mmx() argument
H A Ddotprod_sse2.c11 struct dotprod { struct
25 struct dotprod *dp; in initdp_sse2() argument
H A Ddotprod_av.c9 struct dotprod { struct
20 struct dotprod *dp; in initdp_av() argument
H A Ddotprod.c74 long dotprod(void *p,signed short a[]){ in dotprod() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/
H A Daarch64.rs49 let dotprod = _sysctlbyname("hw.optional.arm.FEAT_DotProd\0"); in detect_features() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/
H A Daarch64.rs49 let dotprod = _sysctlbyname("hw.optional.arm.FEAT_DotProd\0"); in detect_features() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/
H A Daarch64.rs49 let dotprod = _sysctlbyname("hw.optional.arm.FEAT_DotProd\0"); in detect_features() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/
H A Daarch64.rs49 let dotprod = _sysctlbyname("hw.optional.arm.FEAT_DotProd\0"); in detect_features() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/macos/
H A Daarch64.rs49 let dotprod = _sysctlbyname("hw.optional.arm.FEAT_DotProd\0"); in detect_features() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.cc148 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local
186 int32_t dotprod = 0; in PortableMatrixBatchVectorMultiplyAccumulate() local
308 int32_t dotprod = 0; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc861 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyImpl() local
1185 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulate() local
1376 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonMatrixBatchVectorMultiplyAccumulateImpl() local
1476 int32_t dotprod = *(scratch_ptr++); in NeonMatrixBatchVectorMultiplyAccumulate() local
2139 int32_t dotprod = AccumulateNeonLane(dotprod_32x4); in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
H A Dsse_tensor_utils.cc517 int32_t dotprod = ReduceInt32x4(dotprod_32x4); in SseSparseMatrixVectorMultiplyAccumulate() local