Searched defs:__DEVICE__ (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | time.h | 18 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) macro 20 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro
|
H A D | complex_cmath.h | 28 #define __DEVICE__ static constexpr __attribute__((nothrow)) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_math.h | 30 #define __DEVICE__ static inline __attribute__((always_inline, nothrow)) macro 32 #define __DEVICE__ static __device__ inline __attribute__((always_inline)) macro
|
H A D | __clang_hip_stdlib.h | 20 #define __DEVICE__ static inline __attribute__((always_inline, nothrow)) macro 22 #define __DEVICE__ static __device__ inline __attribute__((always_inline)) macro
|
H A D | __clang_cuda_math_forward_declares.h | 23 #define __DEVICE__ \ macro
|
H A D | __clang_cuda_libdevice_declares.h | 18 #define __DEVICE__ macro
|
H A D | __clang_cuda_complex_builtins.h | 21 #define __DEVICE__ __attribute__((noinline, nothrow, cold, weak)) macro 23 #define __DEVICE__ __device__ inline macro
|
H A D | __clang_hip_cmath.h | 30 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro 33 #define __DEVICE__ static __device__ inline __attribute__((always_inline)) macro
|
H A D | __clang_cuda_cmath.h | 36 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) macro 38 #define __DEVICE__ static __device__ __inline__ __attribute__((always_inline)) macro
|
H A D | __clang_cuda_runtime_wrapper.h | 292 #define __DEVICE__ static __device__ __forceinline__ __attribute__((const)) macro
|
H A D | __clang_cuda_math.h | 27 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) macro 29 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro 32 #define __DEVICE__ static __device__ __forceinline__ macro
|
H A D | __clang_cuda_device_functions.h | 24 #define __DEVICE__ static __attribute__((always_inline, nothrow)) macro 26 #define __DEVICE__ static __device__ __forceinline__ macro
|