Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ComplexMathFunctions/
A Darm_cmplx_dot_prod_f32.c84 float32_t a0,b0,c0,d0; in arm_cmplx_dot_prod_f32() local
101 d0 = *pSrcB++; in arm_cmplx_dot_prod_f32()
104 imag_sum += a0 * d0; in arm_cmplx_dot_prod_f32()
105 real_sum -= b0 * d0; in arm_cmplx_dot_prod_f32()
111 d0 = *pSrcB++; in arm_cmplx_dot_prod_f32()
114 imag_sum += a0 * d0; in arm_cmplx_dot_prod_f32()
115 real_sum -= b0 * d0; in arm_cmplx_dot_prod_f32()
121 d0 = *pSrcB++; in arm_cmplx_dot_prod_f32()
131 d0 = *pSrcB++; in arm_cmplx_dot_prod_f32()
151 d0 = *pSrcB++; in arm_cmplx_dot_prod_f32()
[all …]
A Darm_cmplx_dot_prod_q15.c66 q15_t a0,b0,c0,d0; in arm_cmplx_dot_prod_q15() local
84 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
87 imag_sum += (q31_t)a0 * d0; in arm_cmplx_dot_prod_q15()
88 real_sum -= (q31_t)b0 * d0; in arm_cmplx_dot_prod_q15()
94 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
104 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
114 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
134 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
154 d0 = *pSrcB++; in arm_cmplx_dot_prod_q15()
157 imag_sum += a0 * d0; in arm_cmplx_dot_prod_q15()
[all …]
A Darm_cmplx_dot_prod_q31.c67 q31_t a0,b0,c0,d0; in arm_cmplx_dot_prod_q31() local
85 d0 = *pSrcB++; in arm_cmplx_dot_prod_q31()
88 imag_sum += ((q63_t)a0 * d0) >> 14; in arm_cmplx_dot_prod_q31()
89 real_sum -= ((q63_t)b0 * d0) >> 14; in arm_cmplx_dot_prod_q31()
95 d0 = *pSrcB++; in arm_cmplx_dot_prod_q31()
98 imag_sum += ((q63_t)a0 * d0) >> 14; in arm_cmplx_dot_prod_q31()
99 real_sum -= ((q63_t)b0 * d0) >> 14; in arm_cmplx_dot_prod_q31()
105 d0 = *pSrcB++; in arm_cmplx_dot_prod_q31()
115 d0 = *pSrcB++; in arm_cmplx_dot_prod_q31()
135 d0 = *pSrcB++; in arm_cmplx_dot_prod_q31()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/arm/
A Dfilter_neon.S70 vadd.u8 d0, d3, d4
71 vadd.u8 d1, d0, d5
90 vadd.u8 d0, d3, d22
92 vadd.u8 d1, d0, d5
126 vhadd.u8 d0, d3, d16
127 vadd.u8 d0, d0, d4
128 vhadd.u8 d1, d0, d17
152 vhadd.u8 d0, d3, d20
154 vadd.u8 d0, d0, d22
200 vadd.u8 d0, d0, d4
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Dpoly1305.c111 uint64_t d0, d1, d2, d3; in poly1305_process() local
147 acc0 = (uint32_t) d0; in poly1305_process()
176 d1 += ( d0 >> 32 ); in poly1305_process()
179 acc0 = (uint32_t) d0; in poly1305_process()
187 acc0 = (uint32_t) d0; in poly1305_process()
188 d0 = (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process()
189 acc1 = (uint32_t) d0; in poly1305_process()
190 d0 = (uint64_t) acc2 + ( d0 >> 32U ); in poly1305_process()
191 acc2 = (uint32_t) d0; in poly1305_process()
192 d0 = (uint64_t) acc3 + ( d0 >> 32U ); in poly1305_process()
[all …]
A Dbignum.c1347 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int()
1391 d0 = d & uint_halfword_mask; in mbedtls_int_div_int()
1402 while( q1 >= radix || ( q1 * d0 > radix * r0 + u0_msw ) ) in mbedtls_int_div_int()
1414 while( q0 >= radix || ( q0 * d0 > radix * r0 + u0_lsw ) ) in mbedtls_int_div_int()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/
A Darm_mat_cmplx_mult_f32.c76 float32_t a0, b0, c0, d0; in arm_mat_cmplx_mult_f32() local
147 d0 = *(pIn2 + 1u); in arm_mat_cmplx_mult_f32()
155 sumReal2 -= b0 * d0; in arm_mat_cmplx_mult_f32()
156 sumImag2 += a0 * d0; in arm_mat_cmplx_mult_f32()
179 d0 = *(pIn2 + 1u); in arm_mat_cmplx_mult_f32()
187 sumReal2 -= b0 * d0; in arm_mat_cmplx_mult_f32()
188 sumImag2 += a0 * d0; in arm_mat_cmplx_mult_f32()
A Darm_mat_cmplx_mult_q31.c78 q31_t a0, b0, c0, d0; in arm_mat_cmplx_mult_q31() local
145 d0 = *(pIn2 + 1u); in arm_mat_cmplx_mult_q31()
156 sumReal1 -= (q63_t) b0 *d0; in arm_mat_cmplx_mult_q31()
157 sumImag1 += (q63_t) a0 *d0; in arm_mat_cmplx_mult_q31()
183 d0 = *(pIn2 + 1u); in arm_mat_cmplx_mult_q31()
194 sumReal1 -= (q63_t) b0 *d0; in arm_mat_cmplx_mult_q31()
195 sumImag1 += (q63_t) a0 *d0; in arm_mat_cmplx_mult_q31()
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-neon-asm.S148 vstmmi a3!, {d0}
163 vstmcs a3!, {d0}
203 vstmcs a3!, {d0}
229 vmull.u8 q14, d0, d3
248 vld4.8 {d0-d3}, [SRC]!
256 vmull.u8 q14, d0, d3
295 vshr.u8 d0, #3
306 vmull.u8 q14, d0, d3
324 vld4.8 {d0-d3}, [SRC]!
348 vshr.u8 d0, #3
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing_sse41.c58 const __m128i d0 = _mm_or_si128(c0, c1); in ExtractAlpha_SSE41() local
60 _mm_storeu_si128((__m128i*)&alpha[i], d0); in ExtractAlpha_SSE41()
62 all_alphas = _mm_and_si128(all_alphas, d0); in ExtractAlpha_SSE41()
A Denc_sse2.c286 const __m128i d0 = _mm_srai_epi16(c0, 4); in FTransformPass2_SSE2() local
289 const __m128i d0_g1 = _mm_unpacklo_epi64(d0, g1); in FTransformPass2_SSE2()
455 const __m128i d0 = _mm_sub_epi16(zero, out0); in CollectHistogram_SSE2() local
1009 const __m128i d0 = _mm_madd_epi16(c0, c0); in SSE8x8_SSE2() local
1012 const __m128i sum01 = _mm_add_epi32(d0, d1); in SSE8x8_SSE2()
1046 const __m128i d0 = _mm_subs_epi16(a01s, b01s); in SSE4x4_SSE2() local
1048 const __m128i e0 = _mm_madd_epi16(d0, d0); in SSE4x4_SSE2()
1073 const __m128i d0 = _mm_add_epi32(b0, c0); in Mean16x4_SSE2() local
1077 const __m128i e0 = _mm_add_epi32(d0, d1); in Mean16x4_SSE2()
1173 const __m128i d0 = _mm_sub_epi16(zero, A_b0); in TTransform_SSE2() local
[all …]
A Dalpha_processing_sse2.c126 const __m128i d0 = _mm_packus_epi16(c0, c0); in ExtractAlpha_SSE2() local
128 _mm_storel_epi64((__m128i*)&alpha[i], d0); in ExtractAlpha_SSE2()
130 all_alphas = _mm_and_si128(all_alphas, d0); in ExtractAlpha_SSE2()
A Dyuv_neon.c247 const int16x8_t d0 = vaddq_s16(c1, a0); in SharpYUVFilterRow_NEON() local
249 const int16x8_t e0 = vrshrq_n_s16(d0, 1); in SharpYUVFilterRow_NEON()
A Denc.c161 const int d0 = src[0] - ref[0]; // 9bit dynamic range ([-255,255]) in FTransform_C() local
165 const int a0 = (d0 + d3); // 10b [-510,510] in FTransform_C()
168 const int a3 = (d0 - d3); in FTransform_C()
A Dyuv_sse2.c827 const __m128i d0 = _mm_add_epi16(c1, a0); in SharpYUVFilterRow_SSE2() local
829 const __m128i e0 = _mm_srai_epi16(d0, 1); in SharpYUVFilterRow_SSE2()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A DlePhone_rw_ble_error.txt2 04 3e 13 01 00 00 00 01 01 7e dd 73 45 f9 4c 20 00 00 00 d0 07 01
8 3e 13 01 00 00 00 01 01 7e dd 73 45 f9 4c 20 00 00 00 d0 07 01
174 04 3e 0a 03 00 00 00 06 00 00 00 d0 07
180 3e 0a 03 00 00 00 06 00 00 00 d0 07
/AliOS-Things-master/components/SDL2/test/
A DMakefile.os247 CFLAGS = $(INCPATH) -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Doptimized_ops.h7203 output += d0; in Transpose2D()
7209 output += d0; in Transpose2D()
7215 output += d0; in Transpose2D()
7221 output += d0; in Transpose2D()
7236 for (; i < d0; ++i) { in Transpose2D()
7240 output += d0; in Transpose2D()
7294 output += d0; in Transpose2D()
7296 output += d0; in Transpose2D()
7298 output += d0; in Transpose2D()
7300 output += d0; in Transpose2D()
[all …]
/AliOS-Things-master/components/SDL2/docs/
A DREADME-android.md303 I/DEBUG ( 31): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 400085d0
305 I/DEBUG ( 31): r4 400085d0 r5 40008000 r6 afd41504 r7 436c6a7c
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxPrimitives.c6629 int d0, d1; /* difference terms d0=perpendicular to line, d1=along line */ in _murphyWideline() local
6675 d0 = 0; in _murphyWideline()
6729 if (d0 < m->kt) { /* square move */ in _murphyWideline()
6741 d0 -= m->ku; in _murphyWideline()
6788 d0 += m->kv; in _murphyWideline()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt722 vmovn.u16 d0, q0
A Dconfigure19550 vmovn.u16 d0, q0
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin961 F��d���������i���2!��i�X������B�� Z���d0���� �c����S�!��T��!�d1d��eO� 0���F���=!��F���x
1310 …"�!��N�@"�!��J�O�<q��e�F�!��B� �(�((���V����IF��5� F����8�8h(�����d0����! F����! F����…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …w8/t8.s7-s7-s9.s9.r8-r8-q8-p7,p7,p7,p5-o6-n5,n5,m4+l3*i3)i3)g1'k7,h4)e1&h4)d0%f4)uC8�JE�LH�PJ�TL�W…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog856 429120d0 Add MSA optimized color transform functions

Completed in 192 milliseconds