HomeSort by relevance Sort by last modified time
    Searched defs:__host__ (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/PCH/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 8 #define __host__ __attribute__((host)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h 122 // attribute only. Alas they come either as __host__ __device__ or
124 // which produces HD variant and undef __host__ which gives us desided
126 #pragma push_macro("__host__")
127 #define __host__ macro
132 // Temporarily poison __host__ macro to ensure it's not used by any of
134 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
172 // a lot of thins get declared/defined with __host__ attribute which
177 #define __host__ macro
192 #pragma pop_macro("__host__")
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h 124 // attribute only. Alas they come either as __host__ __device__ or
126 // which produces HD variant and undef __host__ which gives us desided
128 #pragma push_macro("__host__")
129 #define __host__ macro
134 // Temporarily poison __host__ macro to ensure it's not used by any of
136 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
174 // a lot of thins get declared/defined with __host__ attribute which
179 #define __host__ macro
195 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
207 #pragma pop_macro("__host__")
    [all...]

Completed in 191 milliseconds