Home
last modified time | relevance | path

Searched refs:vi1x001234567 (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/f16-prelu/gen/
Dneonfp16arith-2x8.c51 const float16x8_t vi1x001234567 = vld1q_f16(i1); i1 += 8; in xnn_f16_prelu_ukernel__neonfp16arith_2x8() local
55 float16x8_t vacc1x001234567 = vmulq_f16(vi1x001234567, vw01234567); in xnn_f16_prelu_ukernel__neonfp16arith_2x8()
56 … const uint16x8_t vm1x001234567 = vcltq_s16(vreinterpretq_s16_f16(vi1x001234567), vmovq_n_s16(0)); in xnn_f16_prelu_ukernel__neonfp16arith_2x8()
59 vacc1x001234567 = vbslq_f16(vm1x001234567, vacc1x001234567, vi1x001234567); in xnn_f16_prelu_ukernel__neonfp16arith_2x8()
Dneonfp16arith-2x16.c53 const float16x8_t vi1x001234567 = vld1q_f16(i1); i1 += 8; in xnn_f16_prelu_ukernel__neonfp16arith_2x16() local
60 float16x8_t vacc1x001234567 = vmulq_f16(vi1x001234567, vw01234567); in xnn_f16_prelu_ukernel__neonfp16arith_2x16()
61 … const uint16x8_t vm1x001234567 = vcltq_s16(vreinterpretq_s16_f16(vi1x001234567), vmovq_n_s16(0)); in xnn_f16_prelu_ukernel__neonfp16arith_2x16()
67 vacc1x001234567 = vbslq_f16(vm1x001234567, vacc1x001234567, vi1x001234567); in xnn_f16_prelu_ukernel__neonfp16arith_2x16()