/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | frozenset_binop.py | 17 u = s.copy() variable 20 u = s.copy() variable 23 u = s.copy() variable 26 u = s.copy() variable
|
A D | set_binop.py | 10 u = s.copy() variable 13 u = s.copy() variable 16 u = s.copy() variable 19 u = s.copy() variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv.h | 71 static WEBP_INLINE int VP8YUVToG(int y, int u, int v) { in VP8YUVToG() 75 static WEBP_INLINE int VP8YUVToB(int y, int u) { in VP8YUVToB() 79 static WEBP_INLINE void VP8YuvToRgb(int y, int u, int v, in VP8YuvToRgb() 86 static WEBP_INLINE void VP8YuvToBgr(int y, int u, int v, in VP8YuvToBgr() 93 static WEBP_INLINE void VP8YuvToRgb565(int y, int u, int v, in VP8YuvToRgb565() 109 static WEBP_INLINE void VP8YuvToRgba4444(int y, int u, int v, in VP8YuvToRgba4444() 128 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb() 134 static WEBP_INLINE void VP8YuvToBgra(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToBgra() 140 static WEBP_INLINE void VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgba() 197 const int u = -9719 * r - 19081 * g + 28800 * b; in VP8RGBToU() local
|
A D | upsampling_mips_dsp_r2.c | 50 static WEBP_INLINE void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb() 57 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr() 64 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565() 79 static WEBP_INLINE void YuvToRgba4444(int y, int u, int v, in YuvToRgba4444() 101 static WEBP_INLINE void YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in YuvToArgb() 111 static WEBP_INLINE void YuvToBgra(uint8_t y, uint8_t u, uint8_t v, in YuvToBgra() 120 static WEBP_INLINE void YuvToRgba(uint8_t y, uint8_t u, uint8_t v, in YuvToRgba() 143 #define LOAD_UV(u, v) ((u) | ((v) << 16)) argument
|
A D | upsampling_msa.c | 115 #define CALC_RGB16(y, u, v, R, G, B) do { \ argument 135 #define CALC_RGB8(y, u, v, R, G, B) do { \ argument 221 #define CALC_RGBA4444(y, u, v, out0, out1, N, dst) do { \ argument 231 #define CALC_RGB565(y, u, v, out0, out1, N, dst) do { \ argument 247 static void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb() 257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr() 323 static void YuvToRgbLine(const uint8_t* y, const uint8_t* u, in YuvToRgbLine() 350 static void YuvToBgrLine(const uint8_t* y, const uint8_t* u, in YuvToBgrLine() 378 static void YuvToRgbaLine(const uint8_t* y, const uint8_t* u, in YuvToRgbaLine() 406 static void YuvToBgraLine(const uint8_t* y, const uint8_t* u, in YuvToBgraLine() [all …]
|
A D | yuv_sse2.c | 84 const uint8_t* const u, in YUV444ToRGB_SSE2() 95 const uint8_t* const u, in YUV420ToRGB_SSE2() 226 void VP8YuvToRgba444432_SSE2(const uint8_t* y, const uint8_t* u, in VP8YuvToRgba444432_SSE2() 247 void VP8YuvToRgb32_SSE2(const uint8_t* y, const uint8_t* u, const uint8_t* v, in VP8YuvToRgb32_SSE2() 295 const uint8_t* u, const uint8_t* v, in YuvToRgbaRow_SSE2() 317 const uint8_t* u, const uint8_t* v, in YuvToBgraRow_SSE2() 339 const uint8_t* u, const uint8_t* v, in YuvToArgbRow_SSE2() 361 const uint8_t* u, const uint8_t* v, in YuvToRgbRow_SSE2() 398 const uint8_t* u, const uint8_t* v, in YuvToBgrRow_SSE2() 659 uint8_t* u, uint8_t* v, in ConvertARGBToUV_SSE2() [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 40 float_s_t u = {.f = f}; in __signbitf() local 78 union {float f; uint32_t i;} u = {x}; in __fpclassifyf() local 93 union {float f; uint32_t i;} u; in scalbnf() local 174 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local 507 union {float f; uint32_t i;} u = {x}; in expm1f() local 637 union {float f; uint32_t i;} u = {x}; in logf() local 686 union {float f; uint32_t i;} u = {.f = x}; in coshf() local 724 union {float f; uint32_t i;} u = {.f = x}; in sinhf() local 760 union {float f; uint32_t i;} u = {x}; in ceilf() local 786 union {float f; uint32_t i;} u = {x}; in floorf() local [all …]
|
A D | asinhf.c | 12 union {float f; uint32_t i;} u = {.f = x}; in asinhf() local
|
A D | atanhf.c | 12 union {float f; uint32_t i;} u = {.f = x}; in atanhf() local
|
A D | roundf.c | 11 union {float f; uint32_t i;} u = {x}; in roundf() local
|
A D | acoshf.c | 20 union {float f; uint32_t i;} u = {x}; in acoshf() local
|
A D | nearbyintf.c | 7 union {float f; uint32_t i;} u = {x}; in nearbyintf() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | printf.c | 71 static char *longlong_to_octalstring(char *buf, unsigned long long u, size_t len, uint flag) in longlong_to_octalstring() 89 static char *longlong_to_hexstring(char *buf, unsigned long long u, size_t len, uint flag) in longlong_to_hexstring() 142 union double_int u = { d }; in double_to_string() local 206 uint64_t u; in double_to_string() local 254 union double_int u = { d }; in double_to_hexstring() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | __fpclassify.c | 6 union {double f; uint64_t i;} u = {x}; in __fpclassifyd() local
|
A D | acosh.c | 11 union {double f; uint64_t i;} u = {.f = x}; in acosh() local
|
A D | asinh.c | 6 union {double f; uint64_t i;} u = {.f = x}; in asinh() local
|
A D | cosh.c | 9 union {double f; uint64_t i;} u = {.f = x}; in cosh() local
|
A D | scalbn.c | 6 union {double f; uint64_t i;} u; in scalbn() local
|
A D | trunc.c | 5 union {double f; uint64_t i;} u = {x}; in trunc() local
|
A D | atanh.c | 6 union {double f; uint64_t i;} u = {.f = x}; in atanh() local
|
A D | modf.c | 5 union {double f; uint64_t i;} u = {x}; in modf() local
|
A D | sinh.c | 9 union {double f; uint64_t i;} u = {.f = x}; in sinh() local
|
A D | ceil.c | 12 union {double f; uint64_t i;} u = {x}; in ceil() local
|
A D | floor.c | 12 union {double f; uint64_t i;} u = {x}; in floor() local
|
A D | round.c | 12 union {double f; uint64_t i;} u = {x}; in round() local
|