/AliOS-Things-master/components/amp-utility/python/ |
A D | math2.py | 12 def acos(x): argument 19 def acosh(x): argument 26 def asin(x): argument 33 def asinh(x): argument 39 def atan(x): argument 51 def atanh(x): argument 57 def ceil(x): argument 68 def cos(x): argument 73 def cosh(x): argument 84 def erf(x): argument [all …]
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | int_big1.py | 3 x = 1000000000000000000000000000000 variable 39 x = 0x10000000000000000000000 variable 41 x = x << 1 variable 45 x = 0x10000000000000000000000 variable 47 x = x >> 1 variable 89 x = 1073741823 # small variable 90 x = -1073741823 # small variable 91 x = 1073741824 # big variable 92 x = -1073741824 # big variable 101 x = 4611686018427387904 # big variable [all …]
|
A D | list_slice_3arg.py | 1 x = list(range(10)) variable 6 x = list(range(9)) variable 11 x = list(range(5)) variable 19 x = list(range(5)) variable 24 x = list(range(10)) variable
|
A D | builtin_property.py | 20 def __init__(self, x): argument 24 def x(self): member in A 38 def __init__(self, x): argument 52 x = property(xget, xset, xdel) variable in B 62 def __init__(self, x): argument 66 def x(self): member in C 71 def x(self, value): member in C 76 def x(self): member in C
|
A D | try_finally_return4.py | 5 def f(x): argument 23 def f(x): argument 42 def f(x): argument 67 def f(x): argument
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 35 SDL_atan(double x) in SDL_atan() 45 SDL_atanf(float x) in SDL_atanf() 131 SDL_ceil(double x) in SDL_ceil() 146 SDL_ceilf(float x) in SDL_ceilf() 184 SDL_cos(double x) in SDL_cos() 194 SDL_cosf(float x) in SDL_cosf() 204 SDL_exp(double x) in SDL_exp() 214 SDL_expf(float x) in SDL_expf() 308 SDL_log(double x) in SDL_log() 318 SDL_logf(float x) in SDL_logf() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | ae_math.h | 21 #define AE_SSAT16(x) __SSAT((int32_t)(x), 16) argument 28 #define AE_ABS(x) ((x) > 0 ? (x) : (-(x))) argument 30 #define AE_FLOOR(x) (floorf(x)) argument 32 #define AE_ROUND(x) (roundf(x)) argument 34 #define AE_INT(x) ((int)(x)) argument 45 #define SQUARE(x) ((x) * (x)) argument 47 #define DB2LIN(x) (powf(10.f, (x) / 20.f)) argument 50 #define AE_SIN(x) sinf(x) argument 51 #define AE_COS(x) cosf(x) argument 53 #define AE_SIN(x) arm_sin_f32(x) argument [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | def.h | 48 #define PERF_STOP(x) /* null definition */ argument 55 #define LWIP_MAX(x , y) (((x) > (y)) ? (x) : (y)) argument 56 #define LWIP_MIN(x , y) (((x) < (y)) ? (x) : (y)) argument 77 #define lwip_htons(x) (x) argument 78 #define lwip_ntohs(x) (x) argument 79 #define lwip_htonl(x) (x) argument 80 #define lwip_ntohl(x) (x) argument 81 #define PP_HTONS(x) (x) argument 82 #define PP_NTOHS(x) (x) argument 83 #define PP_HTONL(x) (x) argument [all …]
|
A D | stats.h | 328 #define TCP_STATS_INC(x) argument 336 #define UDP_STATS_INC(x) argument 344 #define ICMP_STATS_INC(x) argument 352 #define IGMP_STATS_INC(x) argument 360 #define IP_STATS_INC(x) argument 384 #define LINK_STATS_INC(x) argument 396 #define MEM_STATS_INC(x) argument 418 #define SYS_STATS_INC(x) argument 419 #define SYS_STATS_DEC(x) argument 428 #define IP6_STATS_INC(x) argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | def.h | 47 #define PERF_STOP(x) /* null definition */ argument 54 #define LWIP_MAX(x , y) (((x) > (y)) ? (x) : (y)) argument 55 #define LWIP_MIN(x , y) (((x) < (y)) ? (x) : (y)) argument 76 #define lwip_htons(x) (x) argument 77 #define lwip_ntohs(x) (x) argument 78 #define lwip_htonl(x) (x) argument 79 #define lwip_ntohl(x) (x) argument 80 #define PP_HTONS(x) (x) argument 81 #define PP_NTOHS(x) (x) argument 82 #define PP_HTONL(x) (x) argument [all …]
|
A D | stats.h | 328 #define TCP_STATS_INC(x) argument 336 #define UDP_STATS_INC(x) argument 344 #define ICMP_STATS_INC(x) argument 352 #define IGMP_STATS_INC(x) argument 360 #define IP_STATS_INC(x) argument 384 #define LINK_STATS_INC(x) argument 396 #define MEM_STATS_INC(x) argument 418 #define SYS_STATS_INC(x) argument 419 #define SYS_STATS_DEC(x) argument 428 #define IP6_STATS_INC(x) argument [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | none.h | 137 q63_t x) in clip_q63_to_q31() 147 q63_t x) in clip_q63_to_q15() 157 q31_t x) in clip_q31_to_q7() 167 q31_t x) in clip_q31_to_q15() 177 q63_t x, in mult32x64() 246 uint32_t x, in __QADD8() 264 uint32_t x, in __QSUB8() 282 uint32_t x, in __QADD16() 434 int32_t x, in __QADD() 445 int32_t x, in __QSUB() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | none.h | 137 q63_t x) in clip_q63_to_q31() 147 q63_t x) in clip_q63_to_q15() 157 q31_t x) in clip_q31_to_q7() 167 q31_t x) in clip_q31_to_q15() 177 q63_t x, in mult32x64() 246 uint32_t x, in __QADD8() 264 uint32_t x, in __QSUB8() 282 uint32_t x, in __QADD16() 434 int32_t x, in __QADD() 445 int32_t x, in __QSUB() [all …]
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftcalc.h | 155 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) << 6 ) argument 156 #define INT_TO_F2DOT14( x ) ( (FT_Long)(x) << 14 ) argument 157 #define INT_TO_FIXED( x ) ( (FT_Long)(x) << 16 ) argument 158 #define F2DOT14_TO_FIXED( x ) ( (FT_Long)(x) << 2 ) argument 159 #define FLOAT_TO_FIXED( x ) ( (FT_Long)( x * 65536.0 ) ) argument 160 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) argument 162 #define ROUND_F26DOT6( x ) ( x >= 0 ? ( ( (x) + 32 ) & -64 ) \ argument
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_draw.h | 124 #define DRAW_SETPIXELXY_RGB555(x, y) \ argument 162 #define DRAW_SETPIXELXY_RGB565(x, y) \ argument 200 #define DRAW_SETPIXELXY_RGB888(x, y) \ argument 238 #define DRAW_SETPIXELXY_ARGB8888(x, y) \ argument 276 #define DRAW_SETPIXELXY2_RGB(x, y) \ argument 279 #define DRAW_SETPIXELXY4_RGB(x, y) \ argument 288 #define DRAW_SETPIXELXY2_ADD_RGB(x, y) \ argument 291 #define DRAW_SETPIXELXY4_ADD_RGB(x, y) \ argument 294 #define DRAW_SETPIXELXY2_MOD_RGB(x, y) \ argument 297 #define DRAW_SETPIXELXY4_MOD_RGB(x, y) \ argument [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | compatibility.h | 27 #define TFLITE_DCHECK_EQ(x, y) ((x) == (y)) ? (void)0 : TFLITE_ASSERT_FALSE argument 31 #define TFLITE_DCHECK_NE(x, y) ((x) != (y)) ? (void)0 : TFLITE_ASSERT_FALSE argument 35 #define TFLITE_DCHECK_GE(x, y) ((x) >= (y)) ? (void)0 : TFLITE_ASSERT_FALSE argument 39 #define TFLITE_DCHECK_GT(x, y) ((x) > (y)) ? (void)0 : TFLITE_ASSERT_FALSE argument 47 #define TFLITE_DCHECK_LT(x, y) ((x) < (y)) ? (void)0 : TFLITE_ASSERT_FALSE argument 56 #define TFLITE_CHECK_EQ(x, y) ((x) == (y)) ? (void)0 : TFLITE_ABORT argument 60 #define TFLITE_CHECK_NE(x, y) ((x) != (y)) ? (void)0 : TFLITE_ABORT argument 64 #define TFLITE_CHECK_GE(x, y) ((x) >= (y)) ? (void)0 : TFLITE_ABORT argument 68 #define TFLITE_CHECK_GT(x, y) ((x) > (y)) ? (void)0 : TFLITE_ABORT argument 72 #define TFLITE_CHECK_LE(x, y) ((x) <= (y)) ? (void)0 : TFLITE_ABORT argument [all …]
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 551 #define FT_LOCAL( x ) static x argument 552 #define FT_LOCAL_DEF( x ) static x argument 560 #define FT_LOCAL( x ) extern x argument 561 #define FT_LOCAL_DEF( x ) x argument 573 #define FT_BASE( x ) extern "C" x argument 575 #define FT_BASE( x ) extern x argument 584 #define FT_BASE_DEF( x ) x argument 586 #define FT_BASE_DEF( x ) x argument 595 #define FT_EXPORT( x ) extern "C" x argument 597 #define FT_EXPORT( x ) extern x argument [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/ |
A D | micro_test.h | 115 #define TF_LITE_MICRO_EXPECT(x) \ argument 125 #define TF_LITE_MICRO_EXPECT_EQ(x, y) \ argument 135 #define TF_LITE_MICRO_EXPECT_NE(x, y) \ argument 159 #define TF_LITE_MICRO_EXPECT_NEAR(x, y, epsilon) \ argument 171 #define TF_LITE_MICRO_EXPECT_GT(x, y) \ argument 178 #define TF_LITE_MICRO_EXPECT_LT(x, y) \ argument 185 #define TF_LITE_MICRO_EXPECT_GE(x, y) \ argument 192 #define TF_LITE_MICRO_EXPECT_LE(x, y) \ argument 199 #define TF_LITE_MICRO_EXPECT_TRUE(x) \ argument 206 #define TF_LITE_MICRO_EXPECT_FALSE(x) \ argument
|
/AliOS-Things-master/components/mqtt/MQTTPacket/ |
A D | StackTrace.h | 33 #define FUNC_EXIT_RC(x) argument 34 #define FUNC_EXIT_MED_RC(x) argument 35 #define FUNC_EXIT_MAX_RC(x) argument 49 #define FUNC_EXIT_RC(x) StackTrace_exit(__FUNCTION__, __LINE__, &x, TRACE_MINIMUM) argument 50 #define FUNC_EXIT_MED_RC(x) StackTrace_exit(__FUNCTION__, __LINE__, &x, TRACE_MEDIUM) argument 51 #define FUNC_EXIT_MAX_RC(x) StackTrace_exit(__FUNCTION__, __LINE__, &x, TRACE_MAXIMUM) argument 61 #define FUNC_EXIT_RC(x) StackTrace_exit(__func__, __LINE__, &x, TRACE_MINIMUM) argument 62 #define FUNC_EXIT_MED_RC(x) StackTrace_exit(__func__, __LINE__, &x, TRACE_MEDIUM) argument 63 #define FUNC_EXIT_MAX_RC(x) StackTrace_exit(__func__, __LINE__, &x, TRACE_MAXIMUM) argument
|
/AliOS-Things-master/components/py_engine/tests/stress/ |
A D | recursive_iternext.py | 30 x = enumerate(x) variable 38 x = filter(None, x) variable 46 x = map(max, x, ()) variable 54 x = zip(x) variable
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | formatfloat.c | 58 #define FPCONST(x) x##F argument 71 static inline int fp_signbit(float x) { in fp_signbit() 75 #define fp_isnan(x) isnan(x) argument 76 #define fp_isinf(x) isinf(x) argument 77 static inline int fp_iszero(float x) { in fp_iszero() 89 #define FPCONST(x) x argument 93 #define fp_signbit(x) signbit(x) argument 94 #define fp_isnan(x) isnan(x) argument 95 #define fp_isinf(x) isinf(x) argument 96 #define fp_iszero(x) (x == 0) argument [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_comparator.h | 196 #define BIT_SHIFT_COMP_WK_SYS_CTRL(x) (17 + 3*x) argument 197 #define BIT_MASK_COMP_WK_SYS_CTRL(x) (u32)(0x00000003 << BIT_SHIFT_COMP_WK_SYS_CTRL(x)) argument 198 #define BIT_SHIFT_COMP_WK_SYS_EN(x) (16 + 3*x) argument 199 #define BIT_COMP_WK_SYS_EN(x) (u32)(0x00000001 << BIT_SHIFT_COMP_WK_SYS_EN(x)) argument 201 #define BIT_SHIFT_COMP_WK_ADC_CTRL(x) (1 + 3*x) argument 203 #define BIT_SHIFT_COMP_WK_ADC_EN(x) (3*x) argument 204 #define BIT_COMP_WK_ADC_EN(x) (u32)(0x00000001 << BIT_SHIFT_COMP_WK_ADC_EN(x)) argument 231 #define BIT_SHIFT_COMP_CHSW(x) (4*x) argument 232 #define BIT_COMP_CHSW(x) (u32)(0x0000000F << BIT_SHIFT_COMP_CHSW(x)) argument 255 #define BIT_SHIFT_COMP_CH_STS(x) (2*x) argument [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | endian_inl_utils.h | 26 #define HToLE32(x) (x) argument 27 #define HToLE16(x) (x) argument 42 static WEBP_INLINE uint16_t BSwap16(uint16_t x) { in BSwap16() 53 static WEBP_INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() 76 static WEBP_INLINE uint64_t BSwap64(uint64_t x) { in BSwap64()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | fdlibm.h | 68 #define FLT_UWORD_IS_FINITE(x) 1 argument 69 #define FLT_UWORD_IS_NAN(x) 0 argument 70 #define FLT_UWORD_IS_INFINITE(x) 0 argument 77 #define FLT_UWORD_IS_FINITE(x) ((x)<0x7f800000L) argument 78 #define FLT_UWORD_IS_NAN(x) ((x)>0x7f800000L) argument 79 #define FLT_UWORD_IS_INFINITE(x) ((x)==0x7f800000L) argument 117 #define FLT_UWORD_IS_ZERO(x) ((x)<0x00800000L) argument 118 #define FLT_UWORD_IS_SUBNORMAL(x) 0 argument 124 #define FLT_UWORD_IS_ZERO(x) ((x)==0) argument 125 #define FLT_UWORD_IS_SUBNORMAL(x) ((x)<0x00800000L) argument
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2fixed.h | 62 #define cf2_fixedToInt( x ) \ argument 64 #define cf2_fixedRound( x ) \ argument 68 #define cf2_fixedAbs( x ) \ argument 70 #define cf2_fixedFloor( x ) \ argument 72 #define cf2_fixedFraction( x ) \ argument 74 #define cf2_fracToFixed( x ) \ argument
|