Searched defs:dividend (Results 1 – 7 of 7) 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() 60 _LONG_CALL_ static u64 div_u64(u64 dividend, u32 divisor) in div_u64() 73 _LONG_CALL_ static s64 div_s64(s64 dividend, s32 divisor) in div_s64()
|
A D | strtod.c | 28 _LONG_CALL_ static u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 55 _LONG_CALL_ static u64 div_u64(u64 dividend, u32 divisor) in div_u64()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | smallint.c | 55 mp_int_t mp_small_int_modulo(mp_int_t dividend, mp_int_t divisor) { in mp_small_int_modulo()
|
/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 | 763 __STATIC_FORCEINLINE q31_t arm_nn_divide_by_power_of_two(const q31_t dividend, const q31_t exponent) in arm_nn_divide_by_power_of_two() 846 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const q31_t… in arm_divide_by_power_of_two_mve() 874 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve_32x4(const int32x4_t dividend, const … in arm_divide_by_power_of_two_mve_32x4()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Include/ |
A D | arm_nnsupportfunctions.h | 763 __STATIC_FORCEINLINE q31_t arm_nn_divide_by_power_of_two(const q31_t dividend, const q31_t exponent) in arm_nn_divide_by_power_of_two() 846 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve(const int32x4_t dividend, const q31_t… in arm_divide_by_power_of_two_mve() 874 __STATIC_FORCEINLINE int32x4_t arm_divide_by_power_of_two_mve_32x4(const int32x4_t dividend, const … in arm_divide_by_power_of_two_mve_32x4()
|
/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/mbedtls/library/ |
A D | bignum.c | 1343 mbedtls_t_udbl dividend, quotient; in mbedtls_int_div_int() local
|
Completed in 23 milliseconds