Searched defs:__DEVICE__ (Results 1 – 7 of 7) sorted by relevance
18 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) macro20 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro
28 #define __DEVICE__ static constexpr __attribute__((nothrow)) macro
20 #define __DEVICE__ static inline __attribute__((always_inline, nothrow)) macro22 #define __DEVICE__ static __device__ inline __attribute__((always_inline)) macro
23 #define __DEVICE__ \ macro
21 #define __DEVICE__ __attribute__((noinline, nothrow, cold, weak)) macro23 #define __DEVICE__ __device__ inline macro
30 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro33 #define __DEVICE__ static __device__ inline __attribute__((always_inline)) macro
36 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) macro38 #define __DEVICE__ static __device__ __inline__ __attribute__((always_inline)) macro