/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | libm.h | 37 #define EXTRACT_WORDS(hi,lo,d) \ argument 54 #define GET_LOW_WORD(lo,d) \ argument 62 #define INSERT_WORDS(d,hi,lo) \ argument 80 #define SET_LOW_WORD(d,lo) \ argument
|
A D | exp.c | 83 double_t hi, lo, c, xx, y; in exp() local
|
A D | expm1.c | 123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
|
/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | mutate_dict.py | 11 def th(n, lo, hi): argument
|
A D | mutate_set.py | 11 def th(n, lo, hi): argument
|
A D | mutate_list.py | 11 def th(n, lo, hi): argument
|
A D | mutate_bytearray.py | 11 def th(n, lo, hi): argument
|
A D | mutate_instance.py | 18 def th(n, lo, hi): argument
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 52 FT_UInt32 lo; member 281 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local 310 FT_UInt32 lo, in ft_div64by32() 347 register FT_UInt32 lo, hi; in FT_Add64() local
|
A D | md5.h | 35 MD5_u32plus lo, hi; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strproc.h | 19 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_exp.c | 104 double lo = 0.0; in __ieee754_exp() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_neon.c | 115 #define ZIP_U8(lo, hi) vzip_u8((lo), (hi)) argument 117 #define ZIP_U8(lo, hi) vzip_u8((hi), (lo)) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6_addr.c | 54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | utils.h | 160 int32_t lo = (int32_t) ((in << 32) >> 32); in arm_norm_64_to_32u() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | utils.h | 160 int32_t lo = (int32_t) ((in << 32) >> 32); in arm_norm_64_to_32u() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | timing.c | 104 unsigned long lo, hi; in mbedtls_timing_hardclock() local 118 unsigned long lo, hi; in mbedtls_timing_hardclock() local
|
A D | gcm.c | 109 uint64_t hi, lo; in gcm_gen_table() local 223 unsigned char lo, hi, rem; in gcm_mult() local
|
/AliOS-Things-master/components/netmgr/netdev/src/ |
A D | netdev_ipaddr.c | 9 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | ae_math.h | 18 #define AE_CLAMP(x,lo,hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x)) argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | strided_slice_logic.h | 29 inline int Clamp(const int v, const int lo, const int hi) { in Clamp()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4_addr.c | 117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/ |
A D | SDLMain.m | 29 UInt32 lo; field
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | makesRGB.c | 127 double lo = 255 * sRGB(i << 15); in main() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_endian.h | 201 Uint32 hi, lo; in SDL_Swap64() local
|