Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_fir_interpolate_f32.c153 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local
240 c3 = *(ptr2 + S->L * 3); in arm_fir_interpolate_f32()
246 acc0 += x3 * c3; in arm_fir_interpolate_f32()
247 acc1 += x0 * c3; in arm_fir_interpolate_f32()
248 acc2 += x1 * c3; in arm_fir_interpolate_f32()
249 acc3 += x2 * c3; in arm_fir_interpolate_f32()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass_str.py43 c3 = C3(1) variable
44 print(c3)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c94 int16x8_t c3 = vldrbq_z_s16(ip_c3, p); in arm_nn_mat_mult_s8() local
96 c3 = vaddq_m_s16(vuninitializedq_s16(), c3, offset, p); in arm_nn_mat_mult_s8()
101 acc_3 = vmladavaq_p_s16(acc_3, r0, c3, p); in arm_nn_mat_mult_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c94 int16x8_t c3 = vldrbq_z_s16(ip_c3, p); in arm_nn_mat_mult_s8() local
96 c3 = vaddq_m_s16(vuninitializedq_s16(), c3, offset, p); in arm_nn_mat_mult_s8()
101 acc_3 = vmladavaq_p_s16(acc_3, r0, c3, p); in arm_nn_mat_mult_s8()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_log_report.c146 const char *c3 = "ProfileTarget"; in parse_switch_info() local
166 ret = lite_cjson_object_item(&lite, c3, strlen(c3), &lite_sample_target); in parse_switch_info()
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_trig.c210 double l, a, c1, s1, c3, s3; in test_rotate() local
224 c3 = c1 * cra - s1 * sra; in test_rotate()
227 c4 = (FT_Fixed)(c3*65536.0); in test_rotate()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c146 double c1, c2, c3, c4, ca; in Draw() local
257 c3 = GetPotential(map, grayscale, unrelaxed, x-1, y, picture->w, picture->h); in Draw()
261 ca = ((c1 + c2 + c3 + c4)/4.0); in Draw()
/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c61 STATIC bool is_char_or3(mp_lexer_t *lex, byte c1, byte c2, byte c3) { in is_char_or3() argument
62 return lex->chr0 == c1 || lex->chr0 == c2 || lex->chr0 == c3; in is_char_or3()
66 STATIC bool is_char_or4(mp_lexer_t *lex, byte c1, byte c2, byte c3, byte c4) { in is_char_or4() argument
67 return lex->chr0 == c1 || lex->chr0 == c2 || lex->chr0 == c3 || lex->chr0 == c4; in is_char_or4()
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m4133 *6[[78]]?:*:*:*) ax_gcc_arch=c3 ;;
134 *69?:*:*:*) ax_gcc_arch="c3-2 c3" ;;
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc_sse2.c90 const __m128i c3 = _mm_sub_epi16(in1, in3); in ITransform_SSE2() local
92 const __m128i c = _mm_add_epi16(c3, c4); in ITransform_SSE2()
121 const __m128i c3 = _mm_sub_epi16(T1, T3); in ITransform_SSE2() local
123 const __m128i c = _mm_add_epi16(c3, c4); in ITransform_SSE2()
262 const __m128i c3 = _mm_madd_epi16(b23, k2217_5352); in FTransformPass2_SSE2() local
264 const __m128i d3 = _mm_add_epi32(c3, k51000); in FTransformPass2_SSE2()
1072 const __m128i c3 = _mm_and_si128(a3, mask); in Mean16x4_SSE2() local
1076 const __m128i d3 = _mm_add_epi32(b3, c3); in Mean16x4_SSE2()
A Ddec_neon.c536 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \ argument
537 "vld4.8 {" #c1 "[0]," #c2 "[0]," #c3 "[0]," #c4 "[0]}," #b1 "," #stride "\n" \
538 "vld4.8 {" #c1 "[1]," #c2 "[1]," #c3 "[1]," #c4 "[1]}," #b2 "," #stride "\n" \
539 "vld4.8 {" #c1 "[2]," #c2 "[2]," #c3 "[2]," #c4 "[2]}," #b1 "," #stride "\n" \
540 "vld4.8 {" #c1 "[3]," #c2 "[3]," #c3 "[3]," #c4 "[3]}," #b2 "," #stride "\n" \
541 "vld4.8 {" #c1 "[4]," #c2 "[4]," #c3 "[4]," #c4 "[4]}," #b1 "," #stride "\n" \
542 "vld4.8 {" #c1 "[5]," #c2 "[5]," #c3 "[5]," #c4 "[5]}," #b2 "," #stride "\n" \
543 "vld4.8 {" #c1 "[6]," #c2 "[6]," #c3 "[6]," #c4 "[6]}," #b1 "," #stride "\n" \
544 "vld4.8 {" #c1 "[7]," #c2 "[7]," #c3 "[7]," #c4 "[7]}," #b2 "," #stride "\n"
A Denc_neon.c842 const int16x8_t c3 = vsubq_s16(c2, sign); // restore sign in Quantize_NEON() local
843 const int16x8_t c4 = vmulq_s16(c3, vreinterpretq_s16_u16(q)); in Quantize_NEON()
846 return c3; in Quantize_NEON()
A Ddec_sse2.c92 const __m128i c3 = _mm_sub_epi16(in1, in3); in Transform_SSE2() local
94 const __m128i c = _mm_add_epi16(c3, c4); in Transform_SSE2()
123 const __m128i c3 = _mm_sub_epi16(T1, T3); in Transform_SSE2() local
125 const __m128i c = _mm_add_epi16(c3, c4); in Transform_SSE2()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A DREADME.md41 - c0, c1, c2, c3: connect to `COM?`
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c309 # define xyinterp(x, y, c1, c2, c3, c4) (((size * size / 2) +\ in generate_palette() argument
310 (interp(x, c1, c2) * y + (size-y) * interp(x, c3, c4))) /\ in generate_palette()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c7676 limb_t i, c2, c3, c4; in mul_trig() local
7684 c3 = mul_mod_fast(c2, c1, m, m_inv1); in mul_trig()
7687 int_to_ntt_limb(c2, m), int_to_ntt_limb(c3, m)); in mul_trig()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …{;2t;2s:1p:0o9/n8.m7-k7,k7,l8-l8-j8-j8-j8-j8-i9-i9-n91m80m80m80m80i7.f4+c1(c3)a1']-#_0&c4*\-#_0&sD…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3218 777341c3 Fix a memleak in WebPMuxCreate()

Completed in 60 milliseconds