Home
last modified time | relevance | path

Searched refs:vi21c0 (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3x4-scalar-1x1.c197 const float vi21c0 = i2[0]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
199 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
200 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
201 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
202 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
556 const float vi21c0 = i2[0]; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1() local
558 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
559 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
560 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
561 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p0p1c3x4-scalar-1x1.c197 const float vi21c0 = i2[3]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
199 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
200 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
201 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
202 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
556 const float vi21c0 = i2[3]; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1() local
558 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
559 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
560 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
561 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc_ukernel_3x3s2p0p1c3x4__scalar_1x1()
/external/XNNPACK/src/f32-conv-hwc2chw/
D3x3s2p1c3x4-scalar-1x1.c210 const float vi21c0 = i2[0]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
212 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
213 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
214 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
215 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
554 const float vi21c0 = i2[0]; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1() local
556 voc0 += vk21c0x0 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
557 voc1 += vk21c0x1 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
558 voc2 += vk21c0x2 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
559 voc3 += vk21c0x3 * vi21c0; in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__scalar_1x1()
D3x3s2p1c3x4-sse-1x1.c126 const __m128 vi21c0 = _mm_load1_ps(i2); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
127 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk21c0x0123, vi21c0)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()
253 const __m128 vi21c0 = _mm_load1_ps(i2); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1() local
254 voc0123 = _mm_add_ps(voc0123, _mm_mul_ps(vk21c0x0123, vi21c0)); in xnn_f32_conv_hwc2chw_ukernel_3x3s2p1c3x4__sse_1x1()