Searched refs:__host__ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h135 inline __host__ double __signbitd(double x) {
172 // Temporarily poison __host__ macro to ensure it's not used by any of
174 #pragma push_macro("__host__")
175 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
245 // a lot of thins get declared/defined with __host__ attribute which
249 #define __host__ macro
290 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
322 #pragma pop_macro("__host__")

Completed in 229 milliseconds