Home
last modified time | relevance | path

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

123456

/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/
A DChangeLog.txt2 20170323 v2.0.0 Compatible with B_Cut.
5 20170508 v2.0.2 Enable RSIP Function.
6 20170724 v2.0.3 (1) Fix other baudrate except 1.5Mbps can not download issue
8 20170815 v2.0.4 Add Offset and Len options to Security Boot
13 20180202 v2.2.1 Compatible with AmebaD Security Function.
14 20180306 v2.2.2 (1) Compatible with AmebaD Uart Download Function.
23 20180725 v2.2.5 (1) Show default download address for different chips
25 20180727 v2.2.6 Add H/W power down enable function for AmebaD.
26 20180731 v2.2.7 Modify flash speed options for AmebaD.
27 20180820 v2.2.8 (1) Add support to Ameba-D RSIP mask function.
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt2 20170323 v2.0.0 Compatible with B_Cut.
5 20170508 v2.0.2 Enable RSIP Function.
6 20170724 v2.0.3 (1) Fix other baudrate except 1.5Mbps can not download issue
8 20170815 v2.0.4 Add Offset and Len options to Security Boot
13 20180202 v2.2.1 Compatible with AmebaD Security Function.
14 20180306 v2.2.2 (1) Compatible with AmebaD Uart Download Function.
23 20180725 v2.2.5 (1) Show default download address for different chips
25 20180727 v2.2.6 Add H/W power down enable function for AmebaD.
26 20180731 v2.2.7 Modify flash speed options for AmebaD.
27 20180820 v2.2.8 (1) Add support to Ameba-D RSIP mask function.
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_accumulate_q7_to_q15.c47 q31_t v1, v2, vo1, vo2; in arm_nn_accumulate_q7_to_q15() local
55 v2 = __SXTB16(value); in arm_nn_accumulate_q7_to_q15()
57 vo2 = (q31_t)__PKHTB(v1, v2, 16); in arm_nn_accumulate_q7_to_q15()
58 vo1 = (q31_t)__PKHBT(v2, v1, 16); in arm_nn_accumulate_q7_to_q15()
60 vo1 = (q31_t)__PKHTB(v1, v2, 16); in arm_nn_accumulate_q7_to_q15()
61 vo2 = (q31_t)__PKHBT(v2, v1, 16); in arm_nn_accumulate_q7_to_q15()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_accumulate_q7_to_q15.c47 q31_t v1, v2, vo1, vo2; in arm_nn_accumulate_q7_to_q15() local
55 v2 = __SXTB16(value); in arm_nn_accumulate_q7_to_q15()
57 vo2 = (q31_t)__PKHTB(v1, v2, 16); in arm_nn_accumulate_q7_to_q15()
58 vo1 = (q31_t)__PKHBT(v2, v1, 16); in arm_nn_accumulate_q7_to_q15()
60 vo1 = (q31_t)__PKHTB(v1, v2, 16); in arm_nn_accumulate_q7_to_q15()
61 vo2 = (q31_t)__PKHBT(v2, v1, 16); in arm_nn_accumulate_q7_to_q15()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass_new.py41 def __new__(self, v1, v2): argument
42 print("B.__new__", v1, v2)
44 def __init__(self, v1, v2): argument
46 print("B.__init__", v1, v2)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dpal2rgb.c62 #define CopyField3(tag, v1, v2, v3) \ argument
63 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
271 #define CopyField2(tag, v1, v2) \ argument
272 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
273 #define CopyField3(tag, v1, v2, v3) \ argument
274 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
275 #define CopyField4(tag, v1, v2, v3, v4) \ argument
276 if (TIFFGetField(in, tag, &v1, &v2, &v3, &v4)) TIFFSetField(out, tag, v1, v2, v3, v4)
A Dtiffsplit.c41 #define CopyField2(tag, v1, v2) \ argument
42 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
43 #define CopyField3(tag, v1, v2, v3) \ argument
44 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
A Dtiff2bw.c342 #define CopyField2(tag, v1, v2) \ argument
343 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
344 #define CopyField3(tag, v1, v2, v3) \ argument
345 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
346 #define CopyField4(tag, v1, v2, v3, v4) \ argument
347 if (TIFFGetField(in, tag, &v1, &v2, &v3, &v4)) TIFFSetField(out, tag, v1, v2, v3, v4)
A Dtiffcmp.c546 switch (checkTag(tif1,tif2,tag,name,&v1,&v2)) { \
549 printf(fmt, name, v1, v2); \
557 uint16 v1, v2; in CheckShortTag() local
558 CHECK(v1 == v2, "%s: %u %u\n"); in CheckShortTag()
624 uint32 v1, v2; in CheckLongTag() local
625 CHECK(v1 == v2, "%s: %u %u\n"); in CheckLongTag()
631 float v1, v2; in CheckFloatTag() local
632 CHECK(v1 == v2, "%s: %g %g\n"); in CheckFloatTag()
638 char *v1, *v2; in CheckStringTag() local
639 CHECK(strcmp(v1, v2) == 0, "%s: \"%s\" \"%s\"\n"); in CheckStringTag()
A Dthumbnail.c138 #define CopyField2(tag, v1, v2) \ argument
139 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
140 #define CopyField3(tag, v1, v2, v3) \ argument
141 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
142 #define CopyField4(tag, v1, v2, v3, v4) \ argument
143 if (TIFFGetField(in, tag, &v1, &v2, &v3, &v4)) TIFFSetField(out, tag, v1, v2, v3, v4)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/
A Darm_iir_lattice_q15.c83 q15_t v1, v2; in arm_iir_lattice_q15() local
168 v2 = *pv++; in arm_iir_lattice_q15()
172 v = __PKHBT(v1, v2, 16); in arm_iir_lattice_q15()
176 v = __PKHBT(v2, v1, 16); in arm_iir_lattice_q15()
237 v2 = *pv++; in arm_iir_lattice_q15()
241 v = __PKHBT(v1, v2, 16); in arm_iir_lattice_q15()
245 v = __PKHBT(v2, v1, 16); in arm_iir_lattice_q15()
A Darm_iir_lattice_f32.c136 float32_t v1, v2, v3, v4; in arm_iir_lattice_f32() local
190 v2 = *(pv + 1u); in arm_iir_lattice_f32()
220 acc += (gnext * v2); in arm_iir_lattice_f32()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c124 const q15_t *v2 = state_data; in arm_svdf_s8() local
140 q31_t r2 = arm_nn_read_q15x2_ia(&v2); in arm_svdf_s8()
148 sum += *v1 * *v2; in arm_svdf_s8()
150 v2++; in arm_svdf_s8()
155 sum += *v1 * *v2; in arm_svdf_s8()
157 v2++; in arm_svdf_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/
A Darm_svdf_s8.c124 const q15_t *v2 = state_data; in arm_svdf_s8() local
140 q31_t r2 = arm_nn_read_q15x2_ia(&v2); in arm_svdf_s8()
148 sum += *v1 * *v2; in arm_svdf_s8()
150 v2++; in arm_svdf_s8()
155 sum += *v1 * *v2; in arm_svdf_s8()
157 v2++; in arm_svdf_s8()
/AliOS-Things-master/components/amp-utility/python/
A Dustruct.py22 def pack(fmt, v1, v2): argument
28 def pack_into(fmt, buffer, offset, v1, v2): argument
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcarith.c367 int v, v2, m; in encode_mcu_DC_first() local
420 v2 = v; in encode_mcu_DC_first()
422 while (v2 >>= 1) { in encode_mcu_DC_first()
458 int v, v2, m; in encode_mcu_AC_first() local
522 v2 = v; in encode_mcu_AC_first()
528 while (v2 >>= 1) { in encode_mcu_AC_first()
699 int v, v2, m; in encode_mcu() local
753 v2 = v; in encode_mcu()
755 while (v2 >>= 1) { in encode_mcu()
806 v2 = v; in encode_mcu()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dir.c616 uint16 v2[2]; in _TIFFVSetField() local
617 v2[0] = (uint16)va_arg(ap, int); in _TIFFVSetField()
618 v2[1] = (uint16)va_arg(ap, int); in _TIFFVSetField()
619 _TIFFmemcpy(tv->value, &v2, 4); in _TIFFVSetField()
638 _TIFFmemcpy(val, &v2, tv_size); in _TIFFVSetField()
644 _TIFFmemcpy(val, &v2, tv_size); in _TIFFVSetField()
650 _TIFFmemcpy(val, &v2, tv_size); in _TIFFVSetField()
656 _TIFFmemcpy(val, &v2, tv_size); in _TIFFVSetField()
662 uint32 v2 = va_arg(ap, uint32); in _TIFFVSetField() local
668 int32 v2 = va_arg(ap, int32); in _TIFFVSetField() local
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js1608 v1 = v2;
1609 v2 = tmp;
1613 v2 = Polynomial(v2);
1619 i = get_emin(v2.num) - get_emin(v2.den);
1623 v2 = Series(v2, d - i);
1656 v2 = Series(v2, v1.length);
1672 v2 = Series(v2, v1.length);
2207 cp(v1, v2) {
2212 r[0] = v1[1] * v2[2] - v1[2] * v2[1];
2213 r[1] = v1[2] * v2[0] - v1[0] * v2[2];
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_pool_q7_HWC.c100 q31_t v1, v2, vo1, vo2; in accumulate_q7_to_q15() local
108 v2 = __SXTB16(value); in accumulate_q7_to_q15()
111 vo2 = __PKHTB(v1, v2, 16); in accumulate_q7_to_q15()
112 vo1 = __PKHBT(v2, v1, 16); in accumulate_q7_to_q15()
116 vo1 = __PKHTB(v1, v2, 16); in accumulate_q7_to_q15()
117 vo2 = __PKHBT(v2, v1, 16); in accumulate_q7_to_q15()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_pool_q7_HWC.c100 q31_t v1, v2, vo1, vo2; in accumulate_q7_to_q15() local
108 v2 = __SXTB16(value); in accumulate_q7_to_q15()
111 vo2 = __PKHTB(v1, v2, 16); in accumulate_q7_to_q15()
112 vo1 = __PKHBT(v2, v1, 16); in accumulate_q7_to_q15()
116 vo1 = __PKHTB(v1, v2, 16); in accumulate_q7_to_q15()
117 vo2 = __PKHBT(v2, v1, 16); in accumulate_q7_to_q15()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_math.c90 uint32_t v2 = ((uint32_t)3 * t_rem2 * t * u1) >> 20; in lv_bezier3() local
94 return v1 + v2 + v3 + v4; in lv_bezier3()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.h425 T2 v2);
451 T2 v2) in gzomanip2() argument
452 : func(f), val1(v1), val2(v2) in gzomanip2()
/AliOS-Things-master/components/aos_sdk/
A DREADME.md7 > Apache license v2.0
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; in ft_trig_downscale() local
90 v2 = (FT_UInt32)( val & 0xFFFFL ); in ft_trig_downscale()
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */ in ft_trig_downscale()
98 lo2 = ( k2 * v2 ) >> 16; in ft_trig_downscale()
/AliOS-Things-master/components/posix/
A Dpackage.yaml9 license: Apache license v2.0

Completed in 49 milliseconds

123456