/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/ |
A D | sha1.c | 146 P( E, A, B, C, D, R(16) ); in sha1_process() 147 P( D, E, A, B, C, R(17) ); in sha1_process() 148 P( C, D, E, A, B, R(18) ); in sha1_process() 149 P( B, C, D, E, A, R(19) ); in sha1_process() 157 P( A, B, C, D, E, R(20) ); in sha1_process() 158 P( E, A, B, C, D, R(21) ); in sha1_process() 159 P( D, E, A, B, C, R(22) ); in sha1_process() 160 P( C, D, E, A, B, R(23) ); in sha1_process() 161 P( B, C, D, E, A, R(24) ); in sha1_process() 162 P( A, B, C, D, E, R(25) ); in sha1_process() [all …]
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_sha1.c | 138 P(E, A, B, C, D, R(16)); in utils_sha1_process() 139 P(D, E, A, B, C, R(17)); in utils_sha1_process() 140 P(C, D, E, A, B, R(18)); in utils_sha1_process() 141 P(B, C, D, E, A, R(19)); in utils_sha1_process() 149 P(A, B, C, D, E, R(20)); in utils_sha1_process() 150 P(E, A, B, C, D, R(21)); in utils_sha1_process() 151 P(D, E, A, B, C, R(22)); in utils_sha1_process() 152 P(C, D, E, A, B, R(23)); in utils_sha1_process() 153 P(B, C, D, E, A, R(24)); in utils_sha1_process() 154 P(A, B, C, D, E, R(25)); in utils_sha1_process() [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | sha1.c | 194 P( E, A, B, C, D, R(16) ); in mbedtls_internal_sha1_process() 195 P( D, E, A, B, C, R(17) ); in mbedtls_internal_sha1_process() 196 P( C, D, E, A, B, R(18) ); in mbedtls_internal_sha1_process() 197 P( B, C, D, E, A, R(19) ); in mbedtls_internal_sha1_process() 205 P( A, B, C, D, E, R(20) ); in mbedtls_internal_sha1_process() 206 P( E, A, B, C, D, R(21) ); in mbedtls_internal_sha1_process() 207 P( D, E, A, B, C, R(22) ); in mbedtls_internal_sha1_process() 208 P( C, D, E, A, B, R(23) ); in mbedtls_internal_sha1_process() 209 P( B, C, D, E, A, R(24) ); in mbedtls_internal_sha1_process() 210 P( A, B, C, D, E, R(25) ); in mbedtls_internal_sha1_process() [all …]
|
A D | ecp.c | 1824 MBEDTLS_MPI_CHK( ecp_double_jac( grp, R, R ) ); in ecp_mul_comb_core() 1826 MBEDTLS_MPI_CHK( ecp_add_mixed( grp, R, R, &Txi ) ); in ecp_mul_comb_core() 1918 RR = &rs_ctx->rsm->R; in ecp_mul_comb_after_precomp() 2242 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &R->X, &AA, &BB ) ); MOD_MUL( R->X ); 2243 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &R->Z, &grp->A, &E ) ); MOD_MUL( R->Z ); 2244 MBEDTLS_MPI_CHK( mbedtls_mpi_add_mpi( &R->Z, &BB, &R->Z ) ); MOD_ADD( R->Z ); 2245 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &R->Z, &E, &R->Z ) ); MOD_MUL( R->Z ); 2302 MBEDTLS_MPI_CHK( ecp_double_add_mxz( grp, R, &RP, R, &RP, &PX ) ); 2467 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_mpi( &R->Y, &grp->P, &R->Y ) ); 2515 pR = &rs_ctx->ma->R; [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix2_q15.c | 101 q31_t T, S, R; in arm_radix2_butterfly_q15() local 128 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 163 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 209 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 236 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 279 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 292 R = __QSUB16(T, S); in arm_radix2_butterfly_q15() 430 q31_t T, S, R; in arm_radix2_butterfly_inverse_q15() local 457 R = __QSUB16(T, S); in arm_radix2_butterfly_inverse_q15() 491 R = __QSUB16(T, S); in arm_radix2_butterfly_inverse_q15() [all …]
|
A D | arm_cfft_radix4_q15.c | 160 q31_t R, S, T, U; in arm_radix4_butterfly_q15() local 215 R = __QADD16(T, S); in arm_radix4_butterfly_q15() 241 R = __QSUB16(R, T); in arm_radix4_butterfly_q15() 286 R = __QASX(S, T); in arm_radix4_butterfly_q15() 293 R = __QSAX(S, T); in arm_radix4_butterfly_q15() 423 R = __SHSUB16(R, T); in arm_radix4_butterfly_q15() 1077 q31_t R, S, T, U; in arm_radix4_butterfly_inverse_q15() local 1156 R = __QSUB16(R, T); in arm_radix4_butterfly_inverse_q15() 1201 R = __QSAX(S, T); in arm_radix4_butterfly_inverse_q15() 1208 R = __QASX(S, T); in arm_radix4_butterfly_inverse_q15() [all …]
|
A D | arm_cfft_q15.c | 143 q31_t T, S, R; in arm_cfft_radix4by2_q15() local 168 R = __QSUB16(T, S); in arm_cfft_radix4by2_q15() 175 out1 = __SMUAD(coeff, R) >> 16; in arm_cfft_radix4by2_q15() 176 out2 = __SMUSDX(coeff, R); in arm_cfft_radix4by2_q15() 180 out1 = __SMUSDX(R, coeff) >> 16u; in arm_cfft_radix4by2_q15() 181 out2 = __SMUAD(coeff, R); in arm_cfft_radix4by2_q15() 250 q31_t T, S, R; in arm_cfft_radix4by2_inverse_q15() local 275 R = __QSUB16(T, S); in arm_cfft_radix4by2_inverse_q15() 282 out1 = __SMUSD(coeff, R) >> 16; in arm_cfft_radix4by2_inverse_q15() 283 out2 = __SMUADX(coeff, R); in arm_cfft_radix4by2_inverse_q15() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | pack_arm.cc | 144 "ld1 { v3.b }[" #R "], [%[src_ptr3]], #1\n" in Pack8bitColMajorForNeon() 346 #define RUY_LOAD_ONE_ROW1(I, R) \ in Pack8bitColMajorForNeon4Cols() argument 349 "vld1.8 { d0[" #R "]}, [%[src_ptr0]]!\n" \ in Pack8bitColMajorForNeon4Cols() 350 "vld1.8 { d2[" #R "]}, [%[src_ptr1]]!\n" \ in Pack8bitColMajorForNeon4Cols() 362 #define RUY_LOAD_ONE_ROW2(I, R) \ in Pack8bitColMajorForNeon4Cols() argument 365 "vld1.8 { d1[" #R "]}, [%[src_ptr0]]!\n" \ in Pack8bitColMajorForNeon4Cols() 366 "vld1.8 { d3[" #R "]}, [%[src_ptr1]]!\n" \ in Pack8bitColMajorForNeon4Cols() 398 #define RUY_LOAD_ONE_ROW1(I, R) \ in Pack8bitColMajorForNeon4Cols() argument 401 "vld1.8 { d0[" #R "]}, [%[src_ptr2]]!\n" \ in Pack8bitColMajorForNeon4Cols() 402 "vld1.8 { d2[" #R "]}, [%[src_ptr3]]!\n" \ in Pack8bitColMajorForNeon4Cols() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | rdcolmap.c | 67 colormap0[ncolors] = (JSAMPLE) R; in add_map_entry() 83 int R, G, B; in read_gif_map() local 104 R = getc(infile); in read_gif_map() 107 if (R == EOF || G == EOF || B == EOF) in read_gif_map() 110 R << (BITS_IN_JSAMPLE-8), in read_gif_map() 175 int R, G, B; in read_ppm_map() local 196 R = read_pbm_integer(cinfo, infile); in read_ppm_map() 199 add_map_entry(cinfo, R, G, B); in read_ppm_map() 207 R = getc(infile); in read_ppm_map() 210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | generated_examples_zip_test.cc | 74 {R"(^\/where.*1,2,3,1)", "134692786"}, in GetKnownBrokenTests() 76 {R"(^\/div.*dtype=tf\.int64)", "119126484"}, in GetKnownBrokenTests() 77 {R"(^\/mul.*dtype=tf\.int64)", "119126484"}, in GetKnownBrokenTests() 78 {R"(^\/floor_div.*dtype=tf\.int64)", "119126484"}, in GetKnownBrokenTests() 96 {R"(^\/add.*dtype=tf\.int32)", "122987564"}, in GetKnownBrokenNnapiTests() 97 {R"(^\/concat.*dtype=tf\.int32)", "122987564"}, in GetKnownBrokenNnapiTests() 98 {R"(^\/mul.*dtype=tf\.int32)", "122987564"}, in GetKnownBrokenNnapiTests() 122 {R"(^\/conv.*fully_quantize=True)", "134594898"}, in GetKnownQuantizeBrokenTests() 124 {R"(^\/sum.*fully_quantize=True)", "134594898"}, in GetKnownQuantizeBrokenTests() 125 {R"(^\/l2norm.*fully_quantize=True)", "134594898"}, in GetKnownQuantizeBrokenTests() [all …]
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_log.c | 87 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 112 R = f*f*(0.5-0.33333333333333333*f); in __ieee754_log() 113 if(k==0) return f-R; else {dk=(double)k; in __ieee754_log() 114 return dk*ln2_hi-((R-dk*ln2_lo)-f);} in __ieee754_log() 125 R = t2+t1; in __ieee754_log() 128 if(k==0) return f-(hfsq-s*(hfsq+R)); else in __ieee754_log() 129 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f); in __ieee754_log() 131 if(k==0) return f-s*(f-R); else in __ieee754_log() 132 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f); in __ieee754_log()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 62 r�b(��N��a��l��h��[��T��R��S��V��U��U��U��Q��R��P��M��Q��Q��P��V��U��U��_��Z��T��U��R��R��R��]��… 87 ���2��I��b��o��l��g��Y��R��S��U��T��T��S��S��U��Q��L��Q��R��[��Z��]��W��W��R��Q��U��Y��V��R��… 120 �z.��G��V��f��a��X��T��V��S��T��S��S��R��R��N��K��N��R��X��Z��W��U��R��P��P��R��S��S��V��Y`X0CE … 153 …g�Ks�V|�Z��`��\��Z��_��c��e��_��e��e��c��b��e��^��c��e��t�ʂ�И�ӯ�ӷ�Π�Ƈ�ă��k��Y-$%"&R 157 pb�v.��<��^��j��U��T��R��R��R��S��S��T��N��O��N��P��U��Z��_��a��[��T��T��R��V��X��N|�DV-2E+… 163 ttb[ ��=��A��Z��`��S��R��Q��R��P��Q��U��R��O��M��M��R��V��Y��Z��\��V��Q��R��Q��O��M|�FcT1F 234 �|s0{g1~T,^!0R 253 ��F��L��U��D��F��N��Q��R��Q��N��N��J��L��M��R��U��X��R��P��U��X��[��X��R��T��S��RqD(63:@?… 291 …9��:��5��<��C��>��D��D��D��O��L��I��I��M��N��R��T��P��P��Q��Z��V��T��X��W\*;LRU[SX\ 296 …5��4��>��@��?��C��D��C��E��K��H��I��L��O��Q��T��Q��P��T��W��R��V��_��A=@KQR[[U_ ] [all …]
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/utils/ |
A D | Outcome.h | 24 template<typename E, typename R> 34 Outcome(const R& r): success_(true), r_(r) in Outcome() 40 Outcome(R&& r) : success_(true), r_(std::forward<R>(r)) in Outcome() 78 const R& result()const { return r_; } in result() 80 R& result() { return r_; } in result() 84 R r_;
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | asinfacosf.c | 36 static float R(float z) in R() function 61 return x + x*R(x*x); in asinf() 66 x = pio2_hi - (2*(s+s*R(z)) - pio2_lo); // dpgeorge: use pio2_hi and pio2_lo in asinf() 113 return pio2_hi - (x - (pio2_lo-x*R(x*x))); in acosf() 119 w = R(z)*s-pio2_lo; in acosf() 128 w = R(z)*s+c; in acosf()
|
A D | sf_erf.c | 120 float R,S,P,Q,s,y,z,r; local 153 R=ra0+s*(ra1+s*(ra2+s*(ra3+s*(ra4+s*( 158 R=rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( 165 r = __ieee754_expf(-z*z-(float)0.5625)*__ieee754_expf((z-x)*(z+x)+R/S); 177 float R,S,P,Q,s,y,z,r; local 214 R=ra0+s*(ra1+s*(ra2+s*(ra3+s*(ra4+s*( 220 R=rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( 228 __ieee754_expf((z-x)*(z+x)+R/S);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_msa.c | 325 v16u8 R, G, B; in YuvToRgbLine() local 328 STORE16_3(R, G, B, dst); in YuvToRgbLine() 339 STORE16_3(R, G, B, temp); in YuvToRgbLine() 345 STORE8_3(R, G, B, temp); in YuvToRgbLine() 352 v16u8 R, G, B; in YuvToBgrLine() local 355 STORE16_3(B, G, R, dst); in YuvToBgrLine() 366 STORE16_3(B, G, R, temp); in YuvToBgrLine() 372 STORE8_3(B, G, R, temp); in YuvToBgrLine() 380 v16u8 R, G, B; in YuvToRgbaLine() local 408 v16u8 R, G, B; in YuvToBgraLine() local [all …]
|
A D | upsampling_mips_dsp_r2.c | 22 #define YUV_TO_RGB(Y, U, V, R, G, B) do { \ argument 25 R = MultHi(V, 26149); \ 28 R = t1 + R; \ 31 R = R - 14234; \ 35 "shll_s.w %[" #R "], %[" #R "], 17 \n\t" \ 38 "precrqu_s.qb.ph %[" #R "], %[" #R "], $zero \n\t" \ 41 "srl %[" #R "], %[" #R "], 24 \n\t" \ 44 : [R]"+r"(R), [G]"+r"(G), [B]"+r"(B) \
|
A D | yuv_mips_dsp_r2.c | 38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument 57 "sb %[temp5], " #R "(%[dst]) \n\t" \ 71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument 88 ROW_FUNC_PART_2(R, G, B, 1) \ 89 ROW_FUNC_PART_2(R + XSTEP, G + XSTEP, B + XSTEP, 0) \ 101 ROW_FUNC_PART_2(R, G, B, 0) \
|
A D | yuv_sse2.c | 147 const __m128i r0 = _mm_packus_epi16(*R, *R); in PackAndStore565_SSE2() 198 __m128i R, G, B; in VP8YuvToRgba32_SSE2() local 209 __m128i R, G, B; in VP8YuvToBgra32_SSE2() local 220 __m128i R, G, B; in VP8YuvToArgb32_SSE2() local 231 __m128i R, G, B; in VP8YuvToRgba444432_SSE2() local 241 __m128i R, G, B; in VP8YuvToRgb56532_SSE2() local 243 PackAndStore565_SSE2(&R, &G, &B, dst); in VP8YuvToRgb56532_SSE2() 300 __m128i R, G, B; in YuvToRgbaRow_SSE2() local 301 YUV420ToRGB_SSE2(y, u, v, &R, &G, &B); in YuvToRgbaRow_SSE2() 322 __m128i R, G, B; in YuvToBgraRow_SSE2() local [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | binary_function.h | 29 template <typename R, typename T1, typename T2> 33 const RuntimeShape& unextended_output_shape, R* output_data, in BroadcastBinaryFunction4DSlow() 34 R (*func)(T1, T2)) { in BroadcastBinaryFunction4DSlow() 63 template <typename R, typename T1, typename T2> 68 const RuntimeShape& output_shape, R* output_data, in BinaryFunction() 69 R (*func)(T1, T2)) { in BinaryFunction()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | cost_enc.c | 222 int R = 0; in VP8GetCostLuma4() local 228 R += VP8GetResidualCost(ctx, &res); in VP8GetCostLuma4() 229 return R; in VP8GetCostLuma4() 236 int R = 0; in VP8GetCostLuma16() local 243 R += VP8GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); in VP8GetCostLuma16() 251 R += VP8GetResidualCost(ctx, &res); in VP8GetCostLuma16() 255 return R; in VP8GetCostLuma16() 262 int R = 0; in VP8GetCostUV() local 272 R += VP8GetResidualCost(ctx, &res); in VP8GetCostUV() 277 return R; in VP8GetCostUV()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | Outcome.h | 23 template <typename E, typename R> class Outcome { 27 explicit Outcome(const R &r) : r_(r), success_(true), e_() {} in Outcome() 50 R result() const { return r_; } in result() 55 R r_;
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | acos.c | 52 static double R(double z) in R() function 84 return pio2_hi - (x - (pio2_lo-x*R(x*x))); in acos() 90 w = R(z)*s-pio2_lo; in acos() 99 w = R(z)*s+c; in acos()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_compare.c | 47 Uint8 R, G, B, A; in SDLTest_CompareSurfaces() local 79 SDL_GetRGBA(*(Uint32*)p, surface->format, &R, &G, &B, &A); in SDLTest_CompareSurfaces() 83 dist += (R-Rd)*(R-Rd); in SDLTest_CompareSurfaces()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_auto.c | 206 R = (R * modulateR) / 255; in SDL_Blit_RGB888_RGB888_Modulate() 258 R = (R * modulateR) / 255; in SDL_Blit_RGB888_RGB888_Modulate_Scale() 606 R = (R * modulateR) / 255; in SDL_Blit_RGB888_BGR888_Modulate() 658 R = (R * modulateR) / 255; in SDL_Blit_RGB888_BGR888_Modulate_Scale() 1013 R = (R * modulateR) / 255; in SDL_Blit_RGB888_ARGB8888_Modulate() 1067 R = (R * modulateR) / 255; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale() 1419 R = (R * modulateR) / 255; in SDL_Blit_BGR888_RGB888_Modulate() 1471 R = (R * modulateR) / 255; in SDL_Blit_BGR888_RGB888_Modulate_Scale() 1814 R = (R * modulateR) / 255; in SDL_Blit_BGR888_BGR888_Modulate() 1866 R = (R * modulateR) / 255; in SDL_Blit_BGR888_BGR888_Modulate_Scale() [all …]
|