Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c2383 pxl = e1; in Vertical_Sweep_Drop()
2464 e1 = pxl == e1 ? e2 : e1; in Vertical_Sweep_Drop()
2466 e1 = TRUNC( e1 ); in Vertical_Sweep_Drop()
2481 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop()
2551 e1 = TRUNC( e1 ); in Horizontal_Sweep_Span()
2553 if ( e1 >= 0 && e1 < ras.target.rows ) in Horizontal_Sweep_Span()
2651 e1 = pxl == e1 ? e2 : e1; in Horizontal_Sweep_Drop()
2653 e1 = TRUNC( e1 ); in Horizontal_Sweep_Drop()
2676 if ( e1 >= 0 && e1 < ras.target.rows ) in Horizontal_Sweep_Drop()
2921 e1 = TRUNC( e1 ) / 2; in Horizontal_Gray_Sweep_Drop()
[all …]
/AliOS-Things-master/components/py_engine/tests/basics/
A Dfor_break.py20 for e1 in l:
21 print(e1)
23 print(e1, e2)
/AliOS-Things-master/components/py_engine/engine/py/
A Dformatfloat.c170 int e, e1; in mp_format_float() local
205 for (e = 0, e1 = FPDECEXP; e1; e1 >>= 1, pos_pow++, neg_pow++) { in mp_format_float()
207 e += e1; in mp_format_float()
262 for (e = 0, e1 = FPDECEXP; e1; e1 >>= 1, pos_pow++, neg_pow++) { in mp_format_float()
264 e += e1; in mp_format_float()
A Dobjdict.c159 mp_map_elem_t *e1 = dict_iter_next(o, &c1), *e2 = dict_iter_next(rhs, &c2); in dict_binary_op() local
160 … for (; e1 != NULL && e2 != NULL; e1 = dict_iter_next(o, &c1), e2 = dict_iter_next(rhs, &c2)) { in dict_binary_op()
161 if (!mp_obj_equal(e1->key, e2->key) || !mp_obj_equal(e1->value, e2->value)) { in dict_binary_op()
165 return e1 == NULL && e2 == NULL ? mp_const_true : mp_const_false; in dict_binary_op()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod_bk.c468 e1 = e -= nf;
557 e1 += nd - k;
581 if (e1 > 0) {
628 e1 >>= 4;
629 for(j = 0; e1 > 1; j++, e1 >>= 1)
630 if (e1 & 1)
651 e1 = -e1;
660 for(j = 0; e1 > 0; j++, e1 >>= 1)
661 if (e1 & 1)
681 for(j = 0; e1 > 1; j++, e1 >>= 1)
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dcoreclient_ut.cc35 Error e1 = client.buildCoreError(res); in TEST() local
36 EXPECT_TRUE(e1.errorCode() == ("InvalidResponse")); in TEST()
37 EXPECT_TRUE(e1.errorMessage() == ("body is empty")); in TEST()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/cqueue/
A Dcqueue.h48 int PeekCQueue(CQueue *Q, unsigned int len_want, CQItemType **e1, unsigned int *len1, CQItemType **…
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_int.h334 void smpc_generate_cfm(uint8_t conidx, uint8_t role, uint8_t *e1);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_neon.c250 const int16x8_t e1 = vrshrq_n_s16(d1, 1); in SharpYUVFilterRow_NEON() local
251 const int16x8x2_t f = vzipq_s16(e0, e1); in SharpYUVFilterRow_NEON()
A Denc_sse2.c265 const __m128i e1 = _mm_srai_epi32(d1, 16); in FTransformPass2_SSE2() local
269 const __m128i f1 = _mm_packs_epi32(e1, e1); in FTransformPass2_SSE2()
1049 const __m128i e1 = _mm_madd_epi16(d1, d1); in SSE4x4_SSE2() local
1050 const __m128i sum = _mm_add_epi32(e0, e1); in SSE4x4_SSE2()
1078 const __m128i e1 = _mm_add_epi32(d2, d3); in Mean16x4_SSE2() local
1079 const __m128i f0 = _mm_add_epi32(e0, e1); in Mean16x4_SSE2()
A Ddec_sse2.c648 #define LOAD_H_EDGES4(p, stride, e1, e2, e3, e4) { \ argument
649 (e1) = _mm_loadu_si128((__m128i*)&(p)[0 * (stride)]); \
661 #define LOADUV_H_EDGES4(u, v, stride, e1, e2, e3, e4) { \ argument
662 LOADUV_H_EDGE(e1, u, v, 0 * (stride)); \
A Dyuv_sse2.c830 const __m128i e1 = _mm_srai_epi16(d1, 1); in SharpYUVFilterRow_SSE2() local
831 const __m128i f0 = _mm_unpacklo_epi16(e0, e1); in SharpYUVFilterRow_SSE2()
832 const __m128i f1 = _mm_unpackhi_epi16(e0, e1); in SharpYUVFilterRow_SSE2()
/AliOS-Things-master/components/debug/
A DREADME.md231 0x80000000: 00 00 02 80 e1 2e 01 60 81 2f 01 60 87 2f 01 60
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dkconfiglib.py2421 def _make_and(self, e1, e2): argument
2424 if e1 is self.y:
2428 return e1
2430 if e1 is self.n or e2 is self.n:
2433 return (AND, e1, e2)
2435 def _make_or(self, e1, e2): argument
2438 if e1 is self.n:
2442 return e1
2444 if e1 is self.y or e2 is self.y:
2447 return (OR, e1, e2)
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dkconfiglib.py2421 def _make_and(self, e1, e2): argument
2424 if e1 is self.y:
2428 return e1
2430 if e1 is self.n or e2 is self.n:
2433 return (AND, e1, e2)
2435 def _make_or(self, e1, e2): argument
2438 if e1 is self.n:
2442 return e1
2444 if e1 is self.y or e2 is self.y:
2447 return (OR, e1, e2)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2pdf.c1270 int t2p_cmp_t2p_page(const void* e1, const void* e2){ in t2p_cmp_t2p_page() argument
1273 d = (int32)(((T2P_PAGE*)e1)->page_number) - (int32)(((T2P_PAGE*)e2)->page_number); in t2p_cmp_t2p_page()
1275 d = (int32)(((T2P_PAGE*)e1)->page_directory) - (int32)(((T2P_PAGE*)e2)->page_directory); in t2p_cmp_t2p_page()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5e1&i5*xD9�KE�MF�PJ�TL�VO�XN�YO|\Os\Nk[L_XFUTBPS@JQ?@I64@,3<+2;*09(09(2;*5>-9B1<E4?H7=H7<G6:E48C25A…
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp26950 e1 = VK_SAMPLE_COUNT_1_BIT, enumerator
26975 …allFlags = VkFlags(SampleCountFlagBits::e1) | VkFlags(SampleCountFlagBits::e2) | VkFlags(SampleCou…
27021 SampleCountFlagBits samples_ = SampleCountFlagBits::e1, in ImageCreateInfo()
27196 … SampleCountFlagBits rasterizationSamples_ = SampleCountFlagBits::e1, in PipelineMultisampleStateCreateInfo()
27885 SampleCountFlagBits samples_ = SampleCountFlagBits::e1, in PhysicalDeviceSparseImageFormatInfo2()
27985 SampleLocationsInfoEXT( SampleCountFlagBits sampleLocationsPerPixel_ = SampleCountFlagBits::e1, in SampleLocationsInfoEXT()
28417 SampleCountFlagBits samples_ = SampleCountFlagBits::e1, in AttachmentDescription()
28544 SampleCountFlagBits samples_ = SampleCountFlagBits::e1, in AttachmentDescription2KHR()
51017 case SampleCountFlagBits::e1: return "1"; in to_string()
51032 if (value & SampleCountFlagBits::e1) result += "1 | "; in to_string()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm344 …-&�-.�,A�-(�0+�1*�5'�5&�5&�6&�9)�4(�4*�6(�5(�7'�8&�4%�5'�4&�/#�.$�2%�4(�G-�e1�r5΅2Ɖ8�R-�/%�'!�2&�1…

Completed in 224 milliseconds