Searched refs:first_half (Results 1 – 3 of 3) sorted by relevance
234 static bool first_half; in update_beacon_observation() local241 first_half = !first_half; in update_beacon_observation()242 if (first_half) { in update_beacon_observation()
872 const int32x4_t first_half = vmovl_s16(vget_low_s16(output_val)); in NeonMatrixBatchVectorAccumulateImpl() local879 vaddq_s32(vaddq_s32(temp_val.val[0], first_half), output_zp_dup); in NeonMatrixBatchVectorAccumulateImpl()928 const int16x8_t first_half = vmovl_s8(vget_low_s8(output_val)); in NeonMatrixBatchVectorAccumulateImpl() local930 const int32x4_t output_val_1 = vmovl_s16(vget_low_s16(first_half)); in NeonMatrixBatchVectorAccumulateImpl()931 const int32x4_t output_val_2 = vmovl_s16(vget_high_s16(first_half)); in NeonMatrixBatchVectorAccumulateImpl()
5682 const int16x8_t first_half = vmovl_s8(vget_low_s8(input_vec));5685 input.val[0] = vmovl_s16(vget_low_s16(first_half));5686 input.val[1] = vmovl_s16(vget_high_s16(first_half));5769 const uint16x8_t first_half = vmovl_u8(vget_low_u8(input_vec));5772 input.val[0] = vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(first_half)));5773 input.val[1] = vreinterpretq_s32_u32(vmovl_u16(vget_high_u16(first_half)));5847 const int16x8_t first_half = vmovl_s8(vget_low_s8(input_vec));5850 input.val[0] = vmovl_s16(vget_low_s16(first_half));5851 input.val[1] = vmovl_s16(vget_high_s16(first_half));5924 const uint16x8_t first_half = vmovl_u8(vget_low_u8(input_vec));[all …]
Completed in 32 milliseconds