Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 108) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_msa.c27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument
47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument
60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument
78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument
87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument
102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local
184 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h795 …TIC_FORCEINLINE q31_t arm_nn_requantize(const q31_t val, const q31_t multiplier, const q31_t shift) in arm_nn_requantize()
848 const int32x4_t shift = vdupq_n_s32(-exponent); in arm_divide_by_power_of_two_mve() local
863 …INLINE int32x4_t arm_requantize_mve(const int32x4_t val, const q31_t multiplier, const q31_t shift) in arm_requantize_mve()
876 const int32x4_t shift = -exponent; in arm_divide_by_power_of_two_mve_32x4() local
884 const int32x4_t shift) in arm_requantize_mve_32x4()
902 int32_t shift = 24; in arm_nn_exp_on_negative_values() local
947 const int32_t shift = (1 << 29); in arm_nn_one_over_one_plus_x_for_x_in_0_1() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/
A Darm_nnsupportfunctions.h795 …TIC_FORCEINLINE q31_t arm_nn_requantize(const q31_t val, const q31_t multiplier, const q31_t shift) in arm_nn_requantize()
848 const int32x4_t shift = vdupq_n_s32(-exponent); in arm_divide_by_power_of_two_mve() local
863 …INLINE int32x4_t arm_requantize_mve(const int32x4_t val, const q31_t multiplier, const q31_t shift) in arm_requantize_mve()
876 const int32x4_t shift = -exponent; in arm_divide_by_power_of_two_mve_32x4() local
884 const int32x4_t shift) in arm_requantize_mve_32x4()
902 int32_t shift = 24; in arm_nn_exp_on_negative_values() local
947 const int32_t shift = (1 << 29); in arm_nn_one_over_one_plus_x_for_x_in_0_1() local
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c118 FT_Int shift; in ft_trig_prenorm() local
365 FT_Int shift; in FT_Vector_Rotate() local
402 FT_Int shift; in FT_Vector_Length() local
438 FT_Int shift; in FT_Vector_Polarize() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_reader_inl_utils.h127 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit() local
177 const int shift = kVP8Log2Range[range]; in VP8GetBitAlt() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dquantization_util.cc54 int* shift) { in QuantizeMultiplier()
106 int shift; in QuantizeMultiplierSmallerThanOneExp() local
112 int64_t IntegerFrExp(double input, int* shift) { in IntegerFrExp()
178 double DoubleFromFractionAndShift(int64_t fraction, int shift) { in DoubleFromFractionAndShift()
283 int shift; in PreprocessSoftmaxScaling() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstr-two-way.h332 size_t shift; in __rtl_two_way_long_needle() local
383 size_t shift; in __rtl_two_way_long_needle() local
A Ddiag.c53 int shift = 0;// = 12; in DiagVSprintf() local
298 int shift = 0;// = 12; in DiagSnPrintf() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/
A Darm_softmax_q7.c65 uint8_t shift; in arm_softmax_q7() local
A Darm_softmax_q15.c65 uint8_t shift; in arm_softmax_q15() local
A Darm_softmax_s8.c40 int32_t shift = SHIFT_START; in arm_exp_on_negative_values_mve_32x4() local
90 const int32_t shift, in arm_softmax_s8()
A Darm_softmax_u8.c48 const int32_t shift, in arm_softmax_u8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/
A Darm_softmax_q7.c65 uint8_t shift; in arm_softmax_q7() local
A Darm_softmax_q15.c65 uint8_t shift; in arm_softmax_q15() local
A Darm_softmax_s8.c40 int32_t shift = SHIFT_START; in arm_exp_on_negative_values_mve_32x4() local
90 const int32_t shift, in arm_softmax_s8()
A Darm_softmax_u8.c48 const int32_t shift, in arm_softmax_u8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dapply_multiplier.cc50 int shift) { in MultiplyByQuantizedMultiplier()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_depthwise_conv_s8_core.c134 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_s8_core() local
185 const int32x4_t shift = vldrwq_z_s32(out_shift, p); in arm_nn_depthwise_conv_s8_core() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_depthwise_conv_s8_core.c134 const int32x4_t shift = vldrwq_s32(out_shift); in arm_nn_depthwise_conv_s8_core() local
185 const int32x4_t shift = vldrwq_z_s32(out_shift, p); in arm_nn_depthwise_conv_s8_core() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dmean.h28 int32 multiplier, int32 shift, int32 bias, in MeanImpl()
170 int32 shift; member
212 int32 multiplier, shift; in Mean() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/BasicMathFunctions/
A Darm_scale_q7.c58 int8_t shift, in arm_scale_q7()
A Darm_scale_q15.c59 int8_t shift, in arm_scale_q15()
A Darm_scale_q31.c58 int8_t shift, in arm_scale_q31()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_bitops.h184 static __INLINE __u32 rol32(__u32 word, unsigned int shift) in rol32()
194 static __INLINE __u32 ror32(__u32 word, unsigned int shift) in ror32()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/
A Darm_mat_scale_q31.c59 int32_t shift, in arm_mat_scale_q31()

Completed in 41 milliseconds

12345