Home
last modified time | relevance | path

Searched refs:__STATIC_FORCEINLINE (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-latest/Include/Internal/
Darm_nn_compiler.h50 #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
84 #ifndef __STATIC_FORCEINLINE
85 #define __STATIC_FORCEINLINE static __forceinline macro
105 #ifndef __STATIC_FORCEINLINE
106 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline macro
164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ()
233 __STATIC_FORCEINLINE uint32_t SXTAB16(uint32_t op1, uint32_t op2) in SXTAB16()
[all …]
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1067 __STATIC_FORCEINLINE int32_t arm_nn_read_q15x2_ia(const int16_t **in_q15) in arm_nn_read_q15x2_ia()
1082 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4_ia(const int8_t **in_s8) in arm_nn_read_s8x4_ia()
1096 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x2_ia(const int8_t **in_s8) in arm_nn_read_s8x2_ia()
1110 __STATIC_FORCEINLINE int32_t arm_nn_read_s16x2(const int16_t *in) in arm_nn_read_s16x2()
1123 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4(const int8_t *in_s8) in arm_nn_read_s8x4()
1135 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x2(const int8_t *in_s8) in arm_nn_read_s8x2()
1148 __STATIC_FORCEINLINE void arm_nn_write_s8x4_ia(int8_t **in, int32_t value) in arm_nn_write_s8x4_ia()
1161 __STATIC_FORCEINLINE void arm_memset_s8(int8_t *dst, const int8_t val, uint32_t block_size) in arm_memset_s8()
1183 __STATIC_FORCEINLINE void read_and_pad_s4(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad_s4()
1204 __STATIC_FORCEINLINE void read_and_pad_s4_uneven(const int8_t *source, int32_t *out1, int32_t *out2) in read_and_pad_s4_uneven()
[all …]
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in2413 PREDEFINED = ARM_MATH_NEON=1 ARM_FLOAT16_SUPPORTED=1 __STATIC_FORCEINLINE=static __STAT…