/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | libm.h | 37 #define EXTRACT_WORDS(hi,lo,d) \ argument 46 #define GET_HIGH_WORD(hi,d) \ argument 62 #define INSERT_WORDS(d,hi,lo) \ argument 70 #define SET_HIGH_WORD(d,hi) \ 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/engine/lib/oofatfs/ |
A D | ffunicode.c | 316 UINT i = 0, n, li, hi; in ff_uni2oem() local 352 UINT i = 0, n, li, hi; in ff_oem2uni() local 399 UINT i, n, li, hi; in ff_uni2oem() local 451 UINT i, n, li, hi; in ff_oem2uni() 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/fatfs/src/ |
A D | ffunicode.c | 5577 UINT i, n, li, hi; in ff_uni2oem() local 5611 UINT i, n, li, hi; in ff_oem2uni() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 53 FT_UInt32 hi; member 281 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local 309 ft_div64by32( FT_UInt32 hi, in ft_div64by32() 347 register FT_UInt32 lo, hi; in FT_Add64() local
|
A D | md5.h | 35 MD5_u32plus lo, hi; member
|
A D | fttrigon.c | 83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; in ft_trig_downscale() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_exp.c | 103 double hi = 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/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | utils.h | 159 int32_t hi = (int32_t) (in >> 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 | 159 int32_t hi = (int32_t) (in >> 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/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/SDL2/src/image/Xcode/showimage/ |
A D | SDLMain.m | 30 UInt32 hi; field
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | makesRGB.c | 128 double hi = 255 * sRGB((i+1) << 15); in main() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_endian.h | 201 Uint32 hi, lo; in SDL_Swap64() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 419 float_t hi, lo, c, xx, y; in expf() local 506 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
|