Searched defs:remainder (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | sscanf.c | 33 _LONG_CALL_ static u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 44 _LONG_CALL_ static s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 62 u32 remainder; in div_u64() local 75 s32 remainder; in div_s64() local
|
A D | strtod.c | 28 _LONG_CALL_ static u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 57 u32 remainder; in div_u64() local
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | spi.c | 317 uint32_t remainder = 0; in hal_spi_recv() local 393 uint32_t remainder = 0; in hal_spi_send_and_recv() local 520 uint32_t remainder = len <= SPI_DMA_MAX ? len : SPI_DMA_MAX; in hal_spi_send_recv() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_color.c | 54 uint8_t region, remainder, p, q, t; in lv_color_hsv_to_rgb() local
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_spi.c | 414 uint32_t remainder = 0; in hal_spi_send_and_recv_ch395_normal() local 538 uint32_t remainder = 0; in hal_spi_send_and_recv_ch395_exist() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_s8.c | 45 const int32x4_t remainder = vsubq_s32(val_mod_minus_quarter, val); in arm_exp_on_negative_values_mve_32x4() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_s8.c | 45 const int32x4_t remainder = vsubq_s32(val_mod_minus_quarter, val); in arm_exp_on_negative_values_mve_32x4() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 767 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two() local 905 const int32_t remainder = val_mod_minus_quarter - val; in arm_nn_exp_on_negative_values() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 767 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two() local 905 const int32_t remainder = val_mod_minus_quarter - val; in arm_nn_exp_on_negative_values() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_fillrect.c | 119 int remainder = (n & 63); in SDL_FillRect1SSE() local
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 316 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \ argument 334 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \ argument
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_malloc.c | 3955 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc() local 4065 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign() local
|
Completed in 27 milliseconds