Searched refs:__STATIC_FORCEINLINE (Results 1 – 3 of 3) sorted by relevance
/cmsis-nn-3.6.0-3.5.0/Include/Internal/ |
D | arm_nn_compiler.h | 50 #ifndef __STATIC_FORCEINLINE 51 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static __inline macro 72 #ifndef __STATIC_FORCEINLINE 73 #define __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE macro 81 #ifndef __STATIC_FORCEINLINE 82 #define __STATIC_FORCEINLINE static __forceinline macro 102 #ifndef __STATIC_FORCEINLINE 103 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline macro 157 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ() 225 __STATIC_FORCEINLINE uint32_t SXTAB16(uint32_t op1, uint32_t op2) in SXTAB16() [all …]
|
/cmsis-nn-3.6.0-3.5.0/Include/ |
D | arm_nnsupportfunctions.h | 597 __STATIC_FORCEINLINE int32_t arm_nn_read_q15x2_ia(const int16_t **in_q15) in arm_nn_read_q15x2_ia() 612 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4_ia(const int8_t **in_s8) in arm_nn_read_s8x4_ia() 626 __STATIC_FORCEINLINE int32_t arm_nn_read_s16x2(const int16_t *in) in arm_nn_read_s16x2() 639 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4(const int8_t *in_s8) in arm_nn_read_s8x4() 652 __STATIC_FORCEINLINE void arm_nn_write_s8x4_ia(int8_t **in, int32_t value) in arm_nn_write_s8x4_ia() 665 __STATIC_FORCEINLINE void arm_memset_s8(int8_t *dst, const int8_t val, uint32_t block_size) in arm_memset_s8() 687 __STATIC_FORCEINLINE const int8_t *read_and_pad(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad() 707 __STATIC_FORCEINLINE const int8_t *read_and_pad_reordered(const int8_t *source, int32_t *out1, int3… in read_and_pad_reordered() 809 __STATIC_FORCEINLINE int32_t arm_nn_doubling_high_mult(const int32_t m1, const int32_t m2) in arm_nn_doubling_high_mult() 847 __STATIC_FORCEINLINE int32_t arm_nn_doubling_high_mult_no_sat(const int32_t m1, const int32_t m2) in arm_nn_doubling_high_mult_no_sat() [all …]
|
/cmsis-nn-3.6.0-3.5.0/DoxyGen/ |
D | nn.dxy.in | 2318 PREDEFINED = ARM_MATH_NEON=1 ARM_FLOAT16_SUPPORTED=1 __STATIC_FORCEINLINE=static __STAT…
|