Home
last modified time | relevance | path

Searched refs:first_half (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c234 static bool first_half; in update_beacon_observation() local
241 first_half = !first_half; in update_beacon_observation()
242 if (first_half) { in update_beacon_observation()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dneon_tensor_utils.cc872 const int32x4_t first_half = vmovl_s16(vget_low_s16(output_val)); in NeonMatrixBatchVectorAccumulateImpl() local
879 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() local
930 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()
A Doptimized_ops.h5682 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 31 milliseconds