Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/test/
Dmath_errhandling.c47 #define ALWAYS_INLINE __inline__ __attribute__((__always_inline__)) macro
49 #define ALWAYS_INLINE __inline__ macro
/picolibc-latest/newlib/libm/common/
Dmath_config.h58 #define ALWAYS_INLINE __inline__ __attribute__((__always_inline__)) macro
60 #define ALWAYS_INLINE __inline__ macro